sqlite help, I have a program that is complete and in testing.
In testing we found that sqlite complains if a table is named using a leading text numeral. For example I can't name a table "12-0401". I haven't seen anything in the sqlite create table info about not using a name such as this. Is there any way around this? Had we known this a while ago it could have been managed but now it is a major problem. Any suggestions that allows the use of a text numeral as the first character in a table name would be helpful. jd _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

