|
-
Jul 14th, 2001, 12:17 AM
#1
Thread Starter
Fanatic Member
Client to server
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?
On Error GoTo Hell
Hell:
Kill Me
Food For Thought:
- Do not judge a book... if you're not a judge!

-
Jul 15th, 2001, 04:02 AM
#2
Thread Starter
Fanatic Member
pls pls pls I have an alternative procedure but it involves manual intervention...... Can i automate it using asp?
On Error GoTo Hell
Hell:
Kill Me
Food For Thought:
- Do not judge a book... if you're not a judge!

-
Jul 17th, 2001, 08:14 AM
#3
Fanatic Member
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!
Kurt Simons
[I know I'm a hack but my clients don't!]
-
Jul 18th, 2001, 03:20 AM
#4
Thread Starter
Fanatic Member
thanx a lot.
Im using an Access database. How to "pretend" the DB is local and please show me the connection string...
On Error GoTo Hell
Hell:
Kill Me
Food For Thought:
- Do not judge a book... if you're not a judge!

-
Jul 18th, 2001, 06:36 AM
#5
Black Cat
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.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
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
|