[V4REV] problems encountered importing

Ivan Smahin IvanSmahin at public.kherson.ua
Sat Jun 18 17:01:02 CDT 2005


Hello ron,

Saturday, June 18, 2005, 4:13:10 PM, you wrote:

rb> Hi
rb> Having lots of fun trying the new build...

rb> 5. =============
rb> Can you tell me what is wrong with the following:
rb> I make a new db and then a table and then 3 flds
rb> at this point I have a dbref

rb>   put VDataBase_SqlSelect( dbRef, "SELECT * FROM bible " ) into CursorRef


This cursor is readOnly cursor.

It should be something like this:
put VDataBase_SqlSelect( dbRef, "SELECT * FROM bible ", EVCursorLocation.kServerSide, EVLockType.kReadWrite  ) into CursorRef

-- 
Best regards,
 Ivan                            mailto:IvanSmahin at public.kherson.ua



More information about the Valentina-beta mailing list