Simply SELECT problem

Bill Mounce BillMounce at Comcast.net
Wed Sep 28 22:56:25 CDT 2005


This feels silly since it is so basic, but I can't get the following  
to work, and I know there is a record with the value of 686 in the  
field GK. Any ideas as to what is preventing the select? The database  
is open. I am on 2.0.5 AND RB 2005(3).


         tGK = "686"
         tSQL = "select * from HEBREW where GK = '" + tGK + "'"
         mHebrewCursor = mHebrewDataBase.SQLselect( tSQL, _
         EVCursorLocation.kServerSide, EVLockType.kReadWrite,  
EVCursorDirection.kRandom )

Bill Mounce


More information about the Valentina mailing list