Thanks Tom. I have poured over the printed manual and lr and can't get it
working. I even checked the RBlibrary and would pay for it, but there is no
mention databases in the RB2006 blurb.
question : if you create a database in RB2006 using the Project > Add
method ...
A. does it create an actual database file that can be inserted into
without further adieu?
B. when I select this item in the IDE why does it now show any type
(e.g. RealSQLdatabase) in the property panel? Nor does it show the type of
database when I click on the db object.
C. If I edit the tables or column fields, can I save it? If change the
name, can I save it?
D. If I create a database in this way, can I refer to it in my code, and
insert a record into it?
E. Do I need to do "dim db as new RealSQLDatabase" in code if I already
have an db object defined?
F. Can I simply do db.connect without worry about the file/folderitem
stuff since the IDE already knows where this database file is located? What
about the compiled version of the program moved to another computer?
F. can I pass this object db as a parameter in a method as type
RealSQLdatabase? I am trying this and getting errors. (see B above which makes
it
harder to know what the incompatibility is)
I have tried all sorts of things for several days and I need to get this
working today or tomorow because its for a little project my school is
depending
on to work on Monday.
Greg
_______________________________________________
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>