accessing an open database

jda jda at his.com
Mon Mar 21 17:42:47 CST 2005


>  > myDatabase.open(f)  ?
>>
>>
>>  -- and that throws the exception.
>
>I do not see where is problem....
>
>
>If you try open THE SAME db second time you get exception.
>Catch it and move forward.
>
>What exactly is problem ?

That's what I thought. I did that, catching the exception -61 and 
looping until it opened the db.

But then, on this line right after:

myCursor = myDatabase.SQLSelect("select *,** from thereferences where 
" + searchString, EVCursorLocation.kServerSide, EVLockType.kNolocks)

I get another -61 error! I don't understand that. How can the 
SQLSelect statement return a -61 error?

Jon


More information about the Valentina-beta mailing list