V4RB: 1.9.8 Error!!

Claudius Sailer Claudius at sailer-online.de
Fri Aug 1 21:20:10 CDT 2003


Am Freitag, 01.08.03, um 20:21 Uhr (Europe/Berlin) schrieb Claudius 
Sailer:

> Hi,
>
> I have the following Code
>
>     SQLString="SELECT RecID FROM Dauerauftraege WHERE 
> Dauerauftraege_Name='"+Trim(EditField1(5).text)+"'"
>     CurCheck=meineDatenbank.SQLselect(SQLString, kV_Server, kV_NoLocks)
>     Ende=CurCheck.RecordCount
>
> with 1.9.7 everything is fine. With 1.9.8 at then line with Ende= 
> CurCheck.RecordCount
>
> System crashes with "Unhandeld NilObjectException"...

Sorry my fault.
I don't know why this SQLString works with 1.9.7 because it is wrong.
I fixed it now and it also works with 1.9.8

SQLString="SELECT RecID FROM Dauerauftraege WHERE 
Dauerauftrag_Name='"+Trim(EditField1(5).text)+"'"

this is the correct string

bye


Claudius

-- 
G4/733 QS / MacOS X 10.2.6de / RB 4.5.3de or 5.1de / Valentina 1.9.7 or 
1.9.8



More information about the Valentina mailing list