Hi,
I am creating the Openoffice Base querybuilder component to create database queries. I am having a java file which will read the queries and execute it. The problem is the openoffice saves all the queries with double quotes attached. Like,
select "name" from "tablename";

And this is not working for me. Once I remove double quotes its working. May I know the reason of adding double quotes and also the decent way to execute the query thru java(I dont want to do blind find and replace of double quotes).

Thanks,
Dinesh



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to