Advertisement

Remote SQL Access in VB

Started by May 24, 2001 05:28 AM
1 comment, last by The_Dan 23 years, 8 months ago
I need some help with a VB program: It needs to be able to connect to a server which has on in an SQL database. Assume that I have knowledge of how TCP communications are handled in VB allready. Thanks for any help in advance
Check out using RDS. I believe there is even an RDS control you can use with little to no effort on your part...but I am not sure.

Advertisement
Check out the ADO help that comes with VB. Also, search around MSDN.

Check out samples for ADODB.Connection and ADODB.Recordset.

Epolevne

This topic is closed to new replies.

Advertisement