solution any time,
caring every time.
MLM Software Demo
Inventory Control Software Demo
Store Management Software Demo
Home
Products
Services
Download
About Us
Clients
Success Stories
Feedback
Events
Contact Us
Post a Message in reply to
Re: Remote SQL Connection
by
Hardik
From:
Email Address:
Subject:
Message:
> Creare A DSN > Select Sql Server > Enter The IP address of the remote server. > Enter the database user name and password. > > Connect you adodb connection the the dsn e.g. ( > Dim dbServer As New ADODB.Connection > dbServer.Open "mydsn", "username", "Password" > )