On May 01, 2006, at 8:38 PM, Charles Kelley wrote:
Hi, all!
On Mon, 1 May 2006 17:12, Norman Palardy wrote:
Don't both trying to subclass a Database of any kind as it does
not work.
Use extend methods if you need to add functionality to them.
Okey.
The first set of code is fine.
It works here for me and there's no internal error.
What error are you getting ?
SDB.error = TRUE
SDB.errorCode = 1
SDB.errorMessage = "internal error"
What version of RB ?
RB 2006 r2; and I've tried RB 2006 r1 and RB 2005 r4. I get the
same result from all three.
so this simple code
dim sdb as REALSQLDatabase
sdb = new REALSQLDatabase
msgbox sdb.errorMessage
gives you "internal error" in a msgbox ?
Sound like your install is hosed.
I use that kind of code a lot
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>