[V4RB] [CARBON] Unexpected quit when using LIKE

Andy Fuchs andy at foxwerk.de
Wed Mar 26 15:01:42 CST 2003


Hi Ruslan,

RB (4.0.3) unexpectedly quits when I use a LIKE - search:

ie. SELECT Title FROM myTABLE WHERE Title LIKE "Hi"

Everything works fine and I get a valid cursor, but when I try to access the
properties of the cursor RB quits immediately.

sqlString = "SELECT Title FROM MAIN WHERE Title LIKE 'Hello'"

v_vCursor = db.SQLSelect(sqlString)

if (v_vCursor <> nil) then
    n = v_vCursor.RecordCount  // <- CRASHES HERE
end if

?

-- Andy Fuchs
-- silent movie media
-- mailto:andy at foxwerk.de
-- http://www.silent-movie-media.com



More information about the Valentina mailing list