Address book applet
This program demonstrates the uses of the data bound control in Visual Basic 4.0. This program is hard-coded to store its data in ABOOK.MDB, a Microsoft Access 95 database file. You can use the Data Control to move through existing records, and you can use entries in the Record menu to add or delete...
ADO and SQL Examples in VB6
This source code gives extensive examples of code required to edit and retrieve data from a data base using both ADODB and SQL instructions. AddNew, Delete, Edit and Find methods and SELECT, DELETE, UPDATE, WHERE GROUP BY, ORDER BY SQL commands are included as well as a demo of a simple Join. Ex...
ADODB Code 1.0
ADOBD code project is for those who want to learn how connection is been made, how one can traverse, add, delete, save, edit, etc. ADODB code is really BEST if you are beginners and it will be added knowlege for Advance Users...Comment [don't miss it]
ADODC example in VB6.0
This is the first program for beginner's/intermediate, for study who wants to develop database applications in VB6.0 AND MSACCESS
DataBase Analyzer
The DataBase Analyzer is a utility program designed to help you map the internal structure (or schema) of your Jet databases. These mappings can help you with you programming tasks and with the documentation of your programs. The program will print the information about the following objects in ...
Database Lookup text box developed by Rohit D'souza 1.0
It show up data from a database table column in a drop down style list just below the text box when u enter a name which matches with the database entry.Its A Great program which gives u a feel of the normal list which open up when u type a user name in a login form on the web but here it is use...
Dynamic Tree View VB 1.0 - Fully Dynamic TreeView Menu
This code and project will show you how to Dynamically create a menu system using an Access Database and the standard TreeView control. By using these lines of code you can add any node at any node on runtime You can change expand, coolapse and leaf image by change images having same names open,...
Library System on Oracle 1.0
This is a Library System, using Oracle Database in the backend. The project is developed using Microsoft Visual Basic. This project is very simple and easy. This is the source code for the application.
Passing Parameters to Crystal Reports from Visual Basic
This is a simple plain example which demonstrates how you can pass parameters to Crystal Reports using Visual Basic Program. You can pass a parameter and view the selected record or you can see all the records you want in the report!
Password Encryptor 1.0
(1) Are you using application with login form? = "Yes" (2) Do u login through database? = "Yes" (3) Is ur password in database secure? = "No". Because any one can see your password in database. Use this application to make your password secure even in database.
Regstver1 v1.0
It's Application Program For Store And show Data With VB6 it's Using Ado(Active Data Object )With OLE Techniques. Delete, update, AddNew, Print with Time and Date , Search(Using Sql)And Functions(sum , avg )with Multiply Forms. This program uses MDI Environment and Multi Form with menus And Shor...
Software Serial Number Database 1.0
"Save!!! The Keys" - an easy to use database tool that can manage your Software serial keys. You can use all types of softwares. The description of this software cannot be reflected in words. So download it, rate it and mail me if you have any idea or opinion regarding software. My email is amran17@...
VB6 - ADO source code
This is payback for all the people who have helped me with source code while I was developing Access and Excel database programs. This program includes general code to use AddNew, Delete, Edit and Find methods and SELECT, DELETE and UPDATE SQL commands to manipulte records in MS Access files usi...
VbAccessinterfaceforu developed by Rohit D'souza 1.0
It helps to execute select, insert and delete commands from vb code from a text box and immediately view the results in a flexgrid of the command executed.It has the feel of sql server enterpise manager.U can see the result of ur sql commands in a grid.I wanted to build a full fledged applicatio...