From: Wotan v. K. <von...@we...> - 2003-04-18 13:29:27
|
Hello, I'm a c# & firebird newbie. I tried to use: .. custDA.SelectCommand = new FbCommand("SELECT * FROM Persons", conn, txn); custDA.Fill(personDS); .... -> error: Dynamic SQL Error SQL error code = -204 Table unknown PERSONS At line 1, column 15. The Name of the Table is "Persons". Do I have to use uppercase names for tables? Best regards, Wotan von Klass Germany |