[google-appengine] Re: how can I use the "ID/Name" property?

2009-07-03 Thread ramesh ganesan
Hi, try this way SELECT * FROM Postings WHERE ID == 1 or SELECT * FROM Postings WHERE ID >= 1 or SELECT * FROM Postings WHERE ID <= 1 Thanks Ramesh G. On Sat, Jul 4, 2009 at 1:29 AM, Wooble wrote: > > > > On Jul 3, 10:28 am, looking wrote: > > SELECT * FROM Postings WHERE ID = 1 > > there

[google-appengine] deploying unicode jsp files

2009-04-21 Thread Ramesh Ganesan
Hi, I have unicode in my jsp files. When i deployed these files , its unicode converted to some other unknown character. what is the possible way to deploy jsp file with unicode (anyhow, as of now i have converted these unicode in string format to deploy)? Thanks and Regards, Ramesh G. --~--~