-
connecting to remote server using sql server with vb 6.0
how can i connect an instance of sql server with remote server using visual basic 6.0.
example conecting to instance of sql server using one computer is :
inializing the connection
con.provider="sqloledb"
provstr="server myserver; Database = mydatabse trusted_connection=yes"
with one pc i connect using the Above code but remote server con't how i ???
ali ibrahim
-
Take a look at the examples here: http://www.connectionstrings.com . If you're using ADO, you want the OLE DB examples.
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
Similar Threads
-
By Gab in forum VB Classic
Replies: 2
Last Post: 11-07-2001, 06:29 PM
-
By James in forum VB Classic
Replies: 2
Last Post: 03-05-2001, 02:55 PM
-
By Heather in forum VB Classic
Replies: 1
Last Post: 02-08-2001, 03:55 PM
-
By Becky in forum VB Classic
Replies: 1
Last Post: 09-12-2000, 10:32 AM
-
By Suzanne Haig in forum authorevents.kurata
Replies: 2
Last Post: 04-18-2000, 06:08 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks