Hi, I am trying to connect to Microsoft SQL SERVER 2008, this is my code:
PClient.Connection objconn = new PClient.Connection();
objconn.ConnectInfo = "Provider=SQLOLEDB;TYPE=GDO;PROGID=SQLServerRW.GDatabase;SOURCE=Data Source=ServerLT;Initial Catalog=states;User ID=user;Password=userpassw";
objconn.Connect(); // on this I am getting new windows where I need to SELECT DATA SOURCE. I don't know way this step exist, because I allready choose data source. Even if I choose it, I get error message:
read more
أكثر...
PClient.Connection objconn = new PClient.Connection();
objconn.ConnectInfo = "Provider=SQLOLEDB;TYPE=GDO;PROGID=SQLServerRW.GDatabase;SOURCE=Data Source=ServerLT;Initial Catalog=states;User ID=user;Password=userpassw";
objconn.Connect(); // on this I am getting new windows where I need to SELECT DATA SOURCE. I don't know way this step exist, because I allready choose data source. Even if I choose it, I get error message:
read more
أكثر...