Are you trying to use the database and recordset objects directly
through the rbscript or do you have methods that do work with these
objects?
Remember, objects cannot go across into the rbScript world or visa-
versa (unless I've missed something new).
--
Aaron Bratcher
On-Target Reports, Inc.
http://www.ontargetreports.com
On Jun 10, 2006, at 12:42 PM, Rafael Vallejo wrote:
I have been dealing with RBScript a while and still have problems
to gain
access to some classes, for example in a REALSQLdatabase I have the
database
itself and a recordset, RBScript can create just one context so I
added a
context of a class I created that contain both recordset and
REALSQLDastabase
I can access the REALSQLDatabase elements but not recordset
rs.IdxField(1).StringValue
I noticed that any thing that have dots does not work under
RBScript I'm
wrong?
Any sample there on using Databses and recordsets on RBScript?
db.bumrecords
_______________________________________________
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>