Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1021 Bytes

File metadata and controls

40 lines (31 loc) · 1021 Bytes
title setDatabaseName Method (SQLServerDataSource) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerDataSource.setDatabaseName
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 4df1bfdb-eea3-4a00-a99f-750a69795ab3
author David-Engel
ms.author v-daenge

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