FrontPage And Access

  • Thread starter Thread starter AccessFreak via AccessMonster.com
  • Start date Start date
A

AccessFreak via AccessMonster.com

I'm having trouble finding remotely close solutions on the web.

Is there a way to upload a .csv or .tab file to an MS Access database in a MS
Frontpage web?

Thanks in advance!
 
I've never used Access on web servers, so can't offer instructions.

I'm sure, however, that you'd need to use a process running on the
server to import the data from the text file. Probably you'd want to use
a script (e.g. in VBScript, JavaScript, Perl) that uses OLE to control
Access's Jet datbase engine (rather than using Access itself).
 
Back
Top