 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Steve Smith Guest
|
Posted: Mon Jun 06, 2005 10:22 am Post subject: SQL error - table does not exist when creating a new table |
|
|
Using Builder 6 and MySQL.
trying to create a new table programatically
code snippet below causes MySQL exception 'databasename.jobs doesn't
exist'. But I know that, othewise i wouldnt be trying to create it :)
any ideas?
q = "create table jobs (recno integer)";
Query2->Close();
Query2->SQL->Clear();
Query2->SQL->Add(q);
Query2->ExecSQL();
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|