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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

programmatically create a table in an MS Access data

Status
Not open for further replies.

lhugh

MIS
Joined
May 21, 2000
Messages
115
Location
CA
I wonder if there is a way to create an MS table via JDBC-ODBC

Thanks
 
execute the SQL

create table SOmeTableName(ColName1 type1,..., ColNamex typpeX)

Ion Filipski
1c.bmp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top