Hello
I want to create a table if it does not exists (via ASP). I tried somethig like this but i get an error.
error:Code:strCheck = "SELECT * FROM " & TableName oConn.Execute strCheck IF (oRs.EOF) then --- create table END IF
How should i test this??Code:Microsoft OLE DB Provider for ODBC Drivers (0x80004005) ERROR: relation "mod48_00_2009" does not exist
Thank you




Bookmarks