Cursor_AddRecords not working

Robert Brenstein rjb at rz.uni-potsdam.de
Fri Jan 16 22:18:32 CST 2004


>Maybe I'm just doing something wrong, but I can't get
>this function to work right.  Hopefully someone can
>help.  I'm using the VXCMD with Revolution.
>
>I'm getting an empty cursor by using the following
>SQL:
>
>   "SELECT * FROM Sections WHERE RecID=0"
>
>The cursor is getting created just fine.  I've got a
>variable with a list of records.  Fields are tab
>delimited and records are return delimited (using the
>cr constant in Rev).  Is there anything wrong with
>this?  Instead of saving multiple records when I call
>Cursor_AddRecords(), it's only saving one record with
>my entire string of records in the first field.  Am I
>doing something wrong?
>
>Thanks,
>
>
>=====
>Chris Sheffield
>Read Naturally
>www.readnaturally.com

Sounds like you may have a field/record delimiter mismatch between 
your list and what v expects. May be you should enter them 
explicitely with the call.

Robert


More information about the Valentina mailing list