Re: JSP/Oracle9i: SQLException
If you replace the list of columns with * does the problem go away?
That change will at least tell you whether the problem is in your list
of columns or in your order by clause.
This isn't production code, is it?
John
http://schemaspy.sourceforge.net
.
Relevant Pages
- using statment with sql connection
... I know that dispose is called on an ... object when it leaves the using clause but was also wondering if the closed ... John ... Prev by Date: ... (microsoft.public.dotnet.languages.csharp) - Re: Predictions for the new year model releases?
... > What about a contract, is their any ND clause in that? ... John. ... Prev by Date: ... (uk.rec.models.rail) - Re: Error on Full Text search
... John ... A clause of the query contained only ... >>> implementation from Hilary Cotter. ... >>> Regards, ... (microsoft.public.sqlserver.fulltext) - Re: Is this sentense correct?
... "The only one who were present were John and myself." ... I will give it to you" is clearly missing a verb from the first clause. ... Like many native English speakers, when it comes to these rather messy futures in English I can easily say what "feels" right, but find it very hard to explain why. ... (alt.usage.english) - Re: Insert with Multiple SubQueries - Possible?
... "John Dinning" wrote in message ... > statement will insert only one record in the CourseStudent Table. ... > I originally had a VALUES clause but was advised that SubQueries cannot be ... >> <Access MVP> ... (microsoft.public.access.queries) |
|