Is there a method using ADO that I can edit/show database tables from a database that is located on a web server, and can ba accessed over the internet. Would I have to use DAO or RDO ?
Thanks if you can help
Printable View
Is there a method using ADO that I can edit/show database tables from a database that is located on a web server, and can ba accessed over the internet. Would I have to use DAO or RDO ?
Thanks if you can help
What type of database are you using? If it's Access then you'll need to have some kind of server running on the remote computer sending the data back. Access isn't designed for remote use over TCP/IP, so you may need to use a different DB package such as MS SQL Server, Oracle, or mySQL.
Thanks