Click to See Complete Forum and Search --> : free database to work with?
gamefiend
Jan 30th, 2000, 05:37 AM
Hello,
Anyone know of a free database out there that I can use to practice interfacing vb with? :confused:
Thanks,
Mike
------------------
Yesterday is gone, today we have to deal with how tomorrow might suck.
JHausmann
Jan 30th, 2000, 10:47 AM
What's wrong with the Jet engine that ships with VB?
gamefiend
Jan 30th, 2000, 03:50 PM
maybe I'm misunderstanding your response, but what I mean is a database that I can build tables in (like access) and then work with them through vb... I don't know how to completely make a database in vb yet (if that's what your saying)
Mike
------------------
Yesterday is gone, today we have to deal with how tomorrow might suck.
Trick
Jan 30th, 2000, 04:27 PM
Try the VB Visual Data Manager that is under the Add-Ins tab. Launch that, then create a new database. It will let you set the tabels and fields. Then, under Utility, go to Data Form Designer. This will let you input the field values. It's a bit clunky, but it's not too bad for doing it all itself. On the form that it creates, check the properties of the various controls. It's actually pretty nifty how the bound controls work.
Hope this helps.
gamefiend
Jan 30th, 2000, 05:15 PM
Actually, Trick, this does help alot. I really appreciate it.
Mike
------------------
Yesterday is gone, today we have to deal with how tomorrow might suck.
JHausmann
Jan 31st, 2000, 01:55 AM
Congrats, you're using the jet database engine. :)
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.