Subject | How do I use quoted fields? |
---|---|
Author | Sanjay Amatya |
Post date | 2002-04-18T13:29:46Z |
How do I use quoted fields in Firebird?
in ISQL you can do that by: SQL> select * from "tblTemp"
How can you do that from inside java app?
ResultSet rs = st.executeQuery("select * from ???;");
Thanks
__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/
in ISQL you can do that by: SQL> select * from "tblTemp"
How can you do that from inside java app?
ResultSet rs = st.executeQuery("select * from ???;");
Thanks
__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/