|
-
May 1st, 2007, 07:50 PM
#1
Database Access from Web Server
Hi,
I am developing a software using VB.NET 2003, which has to update an MS-Access 2000 database located in a web server, apart from maintaining data in the local - client system.
The client database is updating properly in the local harddisk.
How to specify connection parameters for the server database(MS Access-2000) located in the website?
Whenever any updation is made in the local database, it should automatically update the database in websserver also.
How to connect to the server database using VB.net-2003.
Thanks in Advance
-madhu_j
-
May 1st, 2007, 07:54 PM
#2
Re: Database Access from Web Server
You can specify the connection via IP address [IIRC, this is supported by Access, I know it works for SQL]...but...
It is usually better from a security and system perspective to implement a WebService on the serer system and use that to communicate with the Dabtabase.
The real decision needs to be based on the details of your requirements....
TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
2008, 2009,2010
In theory, there is no difference between theory and practice; in practice there is.
* Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions 
* How NOT to post a question here
* Of course you read this carefully before you posted
* Need homework help? Read this first
-
May 2nd, 2007, 06:40 PM
#3
Re: Database Access from Web Server
Thanks for your response.
How to connect with server database by giving IP address using MS-Access?
IP address followed by server path for the database?
I don't know the exact syntax.
Please help
Thanks.
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
|
Click Here to Expand Forum to Full Width
|