Attached is a patch for the getPrimaryKey function. If there's no primary key for the table, Object.vm creates a recursive call to getPrimarykey.
--- Object.vm.orig Tue Apr 30 18:49:48 2002
+++ Object.vm Thu Jun 6 11:44:38 2002
@@ -1068,7 +1068,7 @@
#end
return comboPK;
#else
- return getPrimaryKey();
+ return null;
#end
}
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
