column name expected following period but not found
column name expected following period but not found
- Subject: column name expected following period but not found
- From: David Elsner <email@hidden>
- Date: Mon, 10 May 2004 17:25:23 +1000
Hi,
Any reason why this code would cause the exception below
NSArray subCategorys =
(NSArray)myJoinTable.valueForKeyPath("relationshipName");
EvaluateExpression failed:
<com.webobjects.jdbcadaptor.OpenBasePlugIn$OpenBaseExpression: "SELECT
t0.mealID, t0.order, t0._rowid, t0. FROM jMEALCAT t0 WHERE t0.mealID =
?" withBindings: 1:2(mealID)>: Next exception:SQL State:42000 -- error
code: 0 -- msg: SQL ERROR - [position 42, near 'FROM' in 'rowid, t0.
FROM jMEALCAT '] column name expected following period but not found.
SQL: SELECT t0.mealID, t0.order, t0._rowid, t0. FROM jMEALCAT t0 WHERE
t0.mealID = 2
using OpenBase 8 (with the latest JDBC), WO 5.2.3
TIA,
Dave
_______________________________________________
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.