connection string

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I apologize for such an elementary question. My connection string requires a data source. Is that the server name? The DB name is the Initial catalogue, so that isn't the data source. Thanks for the help
SMK
 
It's the server name if you're using a back-end database such as SQL Server,
but with an Access database it's actually the path and name of the mdb file.
Check out http://www.connectionstrings.com

--
Carsten Thomsen
Enterprise Development with VS .NET, UML, and MSF
http://www.apress.com/book/bookDisplay.html?bID=105
smk2 said:
I apologize for such an elementary question. My connection string requires
a data source. Is that the server name? The DB name is the Initial
catalogue, so that isn't the data source. Thanks for the help.
 
Back
Top