Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I create an Access table with ASP ?

Status
Not open for further replies.

cato

Programmer
Jul 11, 2000
2
US
Dear Gurus,<br><br>I have an Access 2000 Database and I would like add a table to the database from ASP.<br><br>Thanks for the advice.
 
Dear cato,<br><br>Have you tried executing a 'CREATE TABLE' statement using the ADODB.Connection object?<br><br>As always I recommend getting the SQL syntax correct using your database UI prior to attempting to run/execute the statement from ASP.<br><br>If you need help with the 'CREATE TABLE' statement I recommend one of the MS Access forums here at Tek-Tips.<br><br>&quot;But, that's just my opinion... I could be wrong&quot;.<br>-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top