T
tobbe
Hi
How do I create a table in access whit a t-sql script? Im accessing the
database from a webpage and wants to create a table on the fly.
I have tried the following:
strSql = " CREATE TABLE language (pkid COUNTER not null, name Text(50)) "
objAdo.ExecQuery (strSql)
But it does not work.
Best Regards
Tobbe
How do I create a table in access whit a t-sql script? Im accessing the
database from a webpage and wants to create a table on the fly.
I have tried the following:
strSql = " CREATE TABLE language (pkid COUNTER not null, name Text(50)) "
objAdo.ExecQuery (strSql)
But it does not work.
Best Regards
Tobbe