Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Vb Database Programming

Status
Not open for further replies.

jcastilletti

Programmer
Jan 16, 2001
7
US
Need to create a simple VB program which will view, update,delete information in a VB database and not an external database.

Can anyone point me in the direction I need to go in order to create this program.

Simple Commands that I will need to concern myself with would be most useful.

Thanks, any suggestions would be greatly appreciated.

John
 
Excuse my ignorance but what is an internal VB database? It seems to me the data is going to have to be external unless you don't plan on saving it. If you don't want to use a database like Access then you can save the data to a flat file that either processes the data sequentially or that you establish as random access. If you would clarify the problem a little more I would be able to address your specific questions about viewing, updating, etc.

HTH,
JC
 
If you have not Access 97 Or Access 2000 you can create a database (.mdb) with the Visual DataManager (VisData) of VB

Under Add-Ins\Visual Data Manager

Succes
Eric De Decker
vbg.be@vbgroup.nl

License And Copy Protection AxtiveX.

Download Demo version on my Site:
 
If you design the interface, I'll write the code for you with comments so you can learn it ;)

my e-mail is vbprogrammer_uk@yahoo.com



 
can't beat that so i won't try

free code

nice

if you want to do it in EXCEL i'll VBA it silly.

:)

email me drat@mediaone.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top