can i connect to SQL SERVER 2005 from vb6.0 in vista home ?. i can connect it in xp pro but cant connect it in vista home? is it about home edition?
i used this link to use adodb in vista home adition:
my connection is :
With cnn
.CursorLocation = adUseClient
.ConnectionString = "Provider=SQLNCLI;Server=IPADRESS;Database=zynp_ciftlik;Uid=myid;
Pwd=mypass;"
.Open
End With
thank you.
may i do something in Vista home to connect SQL Server 2005 on network ?
i used this link to use adodb in vista home adition:
my connection is :
With cnn
.CursorLocation = adUseClient
.ConnectionString = "Provider=SQLNCLI;Server=IPADRESS;Database=zynp_ciftlik;Uid=myid;
Pwd=mypass;"
.Open
End With
thank you.
may i do something in Vista home to connect SQL Server 2005 on network ?