The down side, the error shown below is generated when trying to save a new entry in to the database such as dept= {dnum = ?, dname = "pain", mname ="", length= "0", takess = null} where dnum is the key and is a nchar of length 10.
Your PK is an nvarchar(10)? EOF isn't going to be able to generate a PK for that ... byte[12] (I think 12?) and numeric values only. What value would you expect it to generate in a string? You can write a custom plugin to do this, of course (or maybe in one of the db delegates).

ms

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to