Guest_imported
New member
- Jan 1, 1970
- 0
I am using CDatasource and CSession to gain access to a SQL 2000 database but I have difficulties in connecting to it with a connection string. I have tried many examples from MSDN like:
"Provider=SQLOLEDB.1;Persist Security Info=True;User ID=sa;Initial Catalog=NameofMydatabase;Data Source=name of server"
but it doesn't work.
I appreciate all the help