-
Remote Data Access
I want to connect my application to a remote SQl Server using VB. How can i do it? Using ADO or RDO?(without any bound controls) .Will there be any settings to be made in the server for this. Please help me to achieve this using VB....thank you in advance!
-
Basically you need to have a web server using IIS configured to point at your SQL server and then connect to it using RDS (remote data services) in VB. to learn more about rds, have a search around msdn.microsft.com as it's quite a large topic
Ian :)