Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 C++ connection string to SS express

Author  Topic 

luks1
Starting Member

1 Post

Posted - 2006-04-01 : 01:56:56
I am trying to connect to a SQL Server Express DB from a C++ (unmanaged) app.
Ive tried & tried & tried but it keeps coming up with the 'Select DSN' prompts. The connection string Im using specifies 'AttachDBFilename' so I shouldnt need a DSN ... this is one of the trumpeted virtues of SSE. How do I connect to the DB?

chiragkhabaria
Master Smack Fu Yak Hacker

1907 Posts

Posted - 2006-04-01 : 02:03:28
see if this helps.

http://www.connectionstrings.com/

If Debugging is the process of removing Bugs then i Guess programming should be process of Adding them.
Go to Top of Page
   

- Advertisement -