Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.14 KB

File metadata and controls

48 lines (39 loc) · 1.14 KB
title setDatabaseName Method (SQLServerDataSource) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service drivers
ms.service
ms.component jdbc
ms.reviewer
ms.suite sql
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
apiname
SQLServerDataSource.setDatabaseName
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 4df1bfdb-eea3-4a00-a99f-750a69795ab3
caps.latest.revision 10
author MightyPen
ms.author genemi
manager jhubbard
ms.workload Inactive

setDatabaseName Method (SQLServerDataSource)

[!INCLUDEDriver_JDBC_Download]

Sets the database name to connect to.

Syntax

  
public void setDatabaseName(java.lang.String databaseName)  

Parameters

databaseName

A String that contains the database name.

See Also

SQLServerDataSource Members
SQLServerDataSource Class