| | |
|
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Access & ASP |
From: |
Alison Reed |
Date: |
4/11/1999 4:49:49 AM |
IP: |
168.191.72.116 |
Question:
Through a web form, the user will be uploading a *.dbf file. Got this part working.
Now I want to import this .dbf file into my Access database and do an append query on it.
The problem is with importing it.
In VBA, I'd just say:
DoCmd.TransferDatabase acImport, "dBase 5.0", "c:\InetPub\wwwroot\test\product_upload\", acTable, "product.dbf", "tbl_TEMP_Product", False
Can I do this in ASP, without having to write a COM object?
Thanks so much for your help!
Alison
(oh, CC: me if you know, I've got a major deadline!!!) |
Follow Up - Re: Access & ASP - Marco 4/11/1999 6:07:17 AM
|
|
|
|
|
|