[V4MD] Escape Chars

Martin Kloss martin.kloss at gmx.de
Fri Sep 5 17:16:12 CDT 2003


At 17:12 05.09.03 +0300, you wrote:
> > BUT, I can't select it from the db:
> >
> > SqlExecute("SELECT RecID FROM foo WHERE name = 'myStr' ")
>     ^^^^^^^^^ SqlSelect() probably ?
>
>Martin, to do SELECT query, you need use
>    new Xtra( Vcursor, dbRef, "SELECT .."

oh sorry, I was typing from the top of my head, of course
the real code is

myCursor = (Xtra "VCursor").new(dbRef, "SELECT...")

Martin.




More information about the Valentina mailing list