Subject | Re: [firebird-support] Table Problem |
---|---|
Author | Uwe Grauer |
Post date | 2004-01-29T15:17:13Z |
Luke,
please show us one of your insert statements.
Tablename depends on the way you quoted it.
e.g. 'tablename', tablename, "tablename"
Those are different!
Uwe
Luke Young wrote:
please show us one of your insert statements.
Tablename depends on the way you quoted it.
e.g. 'tablename', tablename, "tablename"
Those are different!
Uwe
Luke Young wrote:
> Sorry for the lame question... (newby)
>
> I have created a table using SQL. If I look at the database from say
> Borlands Database Explorer the table is there. But when I go to view
> the table or perform an operation such as SELECT or INSERT I get the
> error message the table does not exist.
>
> When executing the CREATE TABLE query I am following it with a commit.
>
> Any ideas?
>
> TIA
>
> Luke