On Wed, 2005-04-27 at 15:53 +0300, George Ionescu wrote: > And I don't really think I'm asking much: all I want is that when I ask for > Field1 column, the database engine to report Field1 and not FIELD1. >
Set PRAGMA short_column_names=OFF; and that will happen. Why doesn't that solution work for you? -- D. Richard Hipp <[EMAIL PROTECTED]>