AW: AW: Strange disconnection

Ruslan Zasukhin sunshine at public.kherson.ua
Sat Oct 4 19:11:27 CDT 2003


on 10/4/03 7:00 PM, Florian Bogeschdorfer at fb at memedia.de wrote:

> WOW, now it gets really weird. I tried to add a non existing field to see
> the valentinaerrorstring:
> 
> put valaddrecord("PRAEMIENtable",[#aNonExistingFieldName:"markus"])
> -- 1
> put valentinaerrorstring()
> -- "No error"
> 
> In the log there is no entry of adding this record and the dump shows it has
> not been added. Still I get no error??? Infact you see the making of the
> cursor AND the flush() AFTER the addRecord()
> 
> 17:44:40.252000 (4028): (388) SQL: select RecID, * from PRAEMIENtable; # of
> records: 0
> 17:44:52.740000 (3884): (388) Flushing ' (C' database: OK
> 
> INFACT, look at this:
> 
> put valaddrecord("P",[#PRitemName:"markus"])
> error 602
> error 602
> error 602

1) Hmm, 602 is Table not found, correct?
Check your table name just in case.

2) please try Add() with no list.
I.e. 

    SetField
    SetField
    AddRecord
    

Again, better make for me project.
Try to modify V4MD_client example 001 to reproduce this problem.


-- 
Best regards,
Ruslan Zasukhin      [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: ruslan at paradigmasoft.com
web: http://www.paradigmasoft.com

To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------



More information about the Valentina mailing list