DocWolfe
Oct 1st, 2000, 01:23 PM
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
parksie
Oct 1st, 2000, 02:06 PM
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.