|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
how do i connect to a remote databasei have a website that i use to file all my clients information, the go online
and they type the information. i'm using an microsoft access database. Now, i want to create a windows application that i can run whenever a want to transfer the new information that is on my website database to my local sql server database. I just want to know how do i make a connection to the database onlie using visual studio .net 2005 or if you have another option please let me know. Thanks. Why not use a SQL Server database instead of JET/Access on the server? It
(JET) is not (was never) designed to be used on a server. -- Show quote____________________________________ William (Bill) Vaughn Author, Mentor, Consultant Microsoft MVP INETA Speaker www.betav.com/blog/billva www.betav.com Please reply only to the newsgroup so that others can benefit. This posting is provided "AS IS" with no warranties, and confers no rights. __________________________________ "Gerlop" <Ger***@discussions.microsoft.com> wrote in message news:F65A4EF0-863F-4566-AFB3-224AA6051389@microsoft.com... >i have a website that i use to file all my clients information, the go >online > and they type the information. i'm using an microsoft access database. > Now, > i want to create a windows application that i can run whenever a want to > transfer the new information that is on my website database to my local > sql > server database. I just want to know how do i make a connection to the > database onlie using visual studio .net 2005 or if you have another option > please let me know. > > Thanks. Gerlop,
Create a webservice to get the information. I hope this helps, Cor On Fri, 30 Dec 2005 14:51:02 -0800, Gerlop <Ger***@discussions.microsoft.com> wrote:
¤ i have a website that i use to file all my clients information, the go online ¤ and they type the information. i'm using an microsoft access database. Now, ¤ i want to create a windows application that i can run whenever a want to ¤ transfer the new information that is on my website database to my local sql ¤ server database. I just want to know how do i make a connection to the ¤ database onlie using visual studio .net 2005 or if you have another option ¤ please let me know. Do you have access to the file through the network or only HTTP? Paul ~~~~ Microsoft MVP (Visual Basic) |
|||||||||||||||||||||||