If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Adding records to a remote MS Access database on a web server

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-10-03, 16:16
ready4data ready4data is offline
Registered User
 
Join Date: Dec 2003
Location: Southeast
Posts: 3
Adding records to a remote MS Access database on a web server

I have bungled my way through creating an asp file. My workstation pc can connect to, and download all records from a table, from a pc, on our company intranet that is running IIS. Both databases are MS Access. This process works without any problems using my asp file.
What I'm trying to do now is to be able to add a record to the table on the intranet pc from my remote pc. Everything I have found so far to do this involves an asp form page and a submit button. I would like to be able to do this directly from Access and asp.
Can someone point me in a direction
Thanks,
Scott
Reply With Quote
  #2 (permalink)  
Old 12-11-03, 07:24
fhunth fhunth is offline
Registered User
 
Join Date: Oct 2002
Location: Argentina
Posts: 72
Re: Adding records to a remote MS Access database on a web server

If you do not want to use a submit so as to post your page , you can use xml-http.


Quote:
Originally posted by ready4data
I have bungled my way through creating an asp file. My workstation pc can connect to, and download all records from a table, from a pc, on our company intranet that is running IIS. Both databases are MS Access. This process works without any problems using my asp file.
What I'm trying to do now is to be able to add a record to the table on the intranet pc from my remote pc. Everything I have found so far to do this involves an asp form page and a submit button. I would like to be able to do this directly from Access and asp.
Can someone point me in a direction
Thanks,
Scott
Reply With Quote
  #3 (permalink)  
Old 12-11-03, 16:06
rnealejr rnealejr is offline
Registered User
 
Join Date: Feb 2002
Posts: 2,232
What do you mean by directly ? What are you using to select records from the access database ?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On