I have records in a database in a local computer. Same database (same structure) is in the web server. Can I append the records from my local database to the database in the web server?
Printable View
I have records in a database in a local computer. Same database (same structure) is in the web server. Can I append the records from my local database to the database in the web server?
pls pls pls I have an alternative procedure but it involves manual intervention...... Can i automate it using asp?
of course....
how will you do it.
my website using a mysql database, I just connect and pretend the DB is local.
or post the data to an asp script and have the asp script write to the database
not sure exactly what you want to do, but the answer is always yes!
thanx a lot.
Im using an Access database. How to "pretend" the DB is local and please show me the connection string...
You can't because Access is not a DB server. If you're web DB is read-only (web users don't add/change data), you could just upload the updated Access file when you make changes. Else, you'll have to use the ASP posting method.