[ANN] VSDK, V4RB, V4MD, VAPP (MAC) 1.9.8b9 uploaded
jda
jda at his.com
Thu Jul 3 13:29:48 CDT 2003
>
>
>Jon,
>
>But if you really write constants then they NOT EXISTS yet.
>You need use or numbers
>
> myCursor = new VCursor( theDB, "select * from theDB",
> 1, 3 )
>
>Or create this constants self in ValentinaUtility module.
>
Um, Ruslan, I'm not *that* dumb (I hope!). I wrote my own constants,
and they work just fine in SQLSelect statements:
This works:
myCursor = myDatabase.SQLSelect(query, kServer, kReadWrite)
This doesn't compile
myCursor = new VCursor(myDatabase, query, kServer, kReadWrite)
(myCursor = new VCursor(myDatabase, query, 1, 3) doesn't compile, either).
Have you tried this yourself with V4RB and RB 5.2 fc4?
Jon
More information about the Valentina
mailing list