D
DH
Hi,
I'm trying to drop a field number in my table:
strSQL = 'ALTER TABLE EMP DROP COLUMN 1';
db.Excecure (stSQL)
I got data type mismatch error message. How could I fix
this prolem? Thank you very much!
DH
I'm trying to drop a field number in my table:
strSQL = 'ALTER TABLE EMP DROP COLUMN 1';
db.Excecure (stSQL)
I got data type mismatch error message. How could I fix
this prolem? Thank you very much!
DH