not connect to my sql server db wich is on the same pc that i am developing on.
The coonnection string that i am using is as follows:
- Code: Select all
Session ses("ODBC" , "Data Source = 127.0.0.1,1433; Initial Catalog =dbname;Uid=usr;Pwd=pass")
When i debug my code i get a widow saying: program.exe has triggered a breakpoint.
I am developing under windows VS2010.
What have i forgoten in my connection string?





