Cursor1 = SQL1.ExecQuery("CREATE Table DataTable_backup As Select * FROM DataTable")
the above gives an error if the "DataTable_backup" already exists and no error if the "DataTable_backup" does not exist however, it will not create the "DataTable_backup" nunder any circumstances.....
is my syntax incorrect?
the above gives an error if the "DataTable_backup" already exists and no error if the "DataTable_backup" does not exist however, it will not create the "DataTable_backup" nunder any circumstances.....
is my syntax incorrect?