ecnarongi
12-17-2003, 04:48 PM
is there a problem with this statement if I using an Access Database? I've used a mysql database and it seems to work fine.
SQLdrop = "DROP TABLE IF EXISTS storenames"
connList.execute(SQLdrop)
storenames is the table in the database and assume that the connection string is correct.
I get this error:
Microsoft JET Database Engine error '80040e14'
Syntax error in DROP TABLE or DROP INDEX
all help is appreciated. thanks
SQLdrop = "DROP TABLE IF EXISTS storenames"
connList.execute(SQLdrop)
storenames is the table in the database and assume that the connection string is correct.
I get this error:
Microsoft JET Database Engine error '80040e14'
Syntax error in DROP TABLE or DROP INDEX
all help is appreciated. thanks