accessing an open database

jda jda at his.com
Mon Mar 21 18:23:48 CST 2005


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

I see that myDatabase.isOpen = true even after a -61 error. So no 
need to loop, right?

>
>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?
>

This is bizarre. This is a write permission exception. What does that 
mean in this context?

Jon


More information about the Valentina-beta mailing list