VB.NET

Moderators: seancampbell
Number of threads: 4022
Number of posts: 10035

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Connecting to a SQL Database on the Remote PC Posted by wild_spirit on 30 Jun 2008 at 9:46 PM


Dear Friends

I have few PCs connected in a LAN and have developed an application in which the database is as usual in the local PC , but now I wish to install the database on a remote PC which will be connected through LAN and all other PCs which have the Application installed in them could get access to it, as well as do all the necessary operations such as read, write, Update, delete etc.

If U guys can help me by writing the technique to do or by providing a sample example with code then I'd remain ever grateful to You

Thank you all in advance
Wild_Spirit
Report
Re: Connecting to a SQL Database on the Remote PC Posted by rlc on 12 Aug 2008 at 6:38 PM

I am not sure if it is impossible now, but after the code-red worm Microsoft added a lot of security to prevent remote DB installations. If the DB is installed already on the computer a remote connection can be made by enabling the TCP/IP protocol in the SQL settings manager.

~rlc
Report
Re: Connecting to a SQL Database on the Remote PC Posted by bradwang on 13 Aug 2008 at 8:32 PM
:
: I am not sure if it is impossible now, but after the code-red worm
: Microsoft added a lot of security to prevent remote DB
: installations. If the DB is installed already on the computer a
: remote connection can be made by enabling the TCP/IP protocol in the
: SQL settings manager.
:
: ~rlc

Yeah, I believe it would be easy. In your database connection string, just specify the server to the right server name or IP address. Your application will then be able to visit the database as a local database. Make sure that the username and password are correct and the database server allows remote SQL connections. :)


Brad Wang - .NET Freelancer from China
MSN: brad_wang_cn@hotmail.com
Skype: brad_wang



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.