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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top