Hi!
When I then try to create a table using the Embedded server, I get an
FBException "unsuccessful metadata updateTABLEA".
The same code, just with ServerType=1 replaced by ServerType=0 works.
Any ideas?
There is nothing unusual in the SQL code:
'CREATE TABLE ' + Name + '(' +
'field1 integer not null,' +
'field2 varchar(10),' +
'field3 varchar(100),' +
'PRIMARY KEY (field1)'+
')';
Tobias
PS: working with the current CVS version of 1.6
|