select query on Long Raw data type
select query on Long Raw data type
- Subject: select query on Long Raw data type
- From: "Kranthi Sagar Borra" <email@hidden>
- Date: Sat, 6 Dec 2003 01:40:33 +0530
- Thread-topic: select query on Long Raw data type
Hi
I have a query regarding the select query on fileds of type "Long Raw".Please look at my code
JadeDBQuery query=new JadeDBQuery(app.getDefaultSignature());
query.setContext(getJadeContext());
String sqlQuery="select PictureObj from ProblemPicture where ProblemID = "+theProblem.getProblemID();
query.Do(sqlQuery, true);
Here the PictureObj is of type "Long Raw" .So when I execute the query, its taking a long time than it should. Can someone tell me where i am going wrong.
regards
kranthi sagar
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.