Results for "Category: Databases/ Data Access/ DAO/ ADO"
Example shows how to connect to an Access database; browse, add, and delete records.
Enter your SQL server's information, and easily select a table (or all of them), and the application will print the Table's Field properties... Great for a quick-reference. ****BE SURE TO SET THE CONSTs IN MODULE1 TO REFLECT YOUR SERVER SETTINGS****
An easy to use tool for SQL Server developers, that I developed in VB. Makes working with a large number of database objects a pleasant job. Features include fast searching of db objects, displaying all their details, reporting, automatic code generation, fast backup and restore, etc among other user friendly options. Complete source code is provided.
The purpouse of this module is to backup and restore mysql databases within a Visual Basic program. Please, don't vote for this one... It is a remake of http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=57138&lngWId=1 which inspires me. It has some improvement on his code: Basically, it take the table creation statement directly from the MySQL engine (so now it publish constrains and indexes correctly) and perfom only on insertion statement per table no matter the number of rows in the table. Also, it prevent MySQL from generating errors because of the constraing and block the tables before the insertion process. Also, it could allows the programmers to give feedback to the user about the process and, last but not least, it is IMHO a bit cleaner.
Database Operations Using Automatically Generated Class This is demo application that demonstrates powerful database functionality of database class automatically generated by CLASSter 2.0. Demo is for MS SQL Server, but CLASSter supports now MS Access, Sybase and Oracle server. Powerful features implemented by class - executing stored procedures, parameterized SQLs, multiple recordsets, batch execution, XML processing. The class code shows full implementation of these features
Demonstrate the use VB/ ADO to connect to a mySQL server/database / table. Show the records in MSHFlegrid. You can also user sql statement to customize recordset
A must for the SQL Server Developer. Combines what developers use with Enterprise Manager and Query Analyser in one package as well as other features including a simple but effective stored procedure debugger, perfect for the beginning SQL developer. Search utility very helpful also. Requires 1024x screen resolution. Can handle multiple selects (max 10) at a time. Be sure to read the readme.txt file for extra features.
Updates CD-ROM collection of the school i'm working on. this project uses a simple ADO and SQL commands. i am just a beginner in VB 6 and this is my first time handling ADO. This program also can print, try it.
This app uses ADO Data Control connection to a MS Access database. This will help in beginners to learn ADO connection useing ADODC. If still my codes are not clear for you, you can mail or contact me if you like. Vote for this app, thanks.
**Niro Professional Address Book** This is my second use of database. This is an address book with password protection, ect... I've worked hard so please vote! Watch up the screen shot!
Create SQL Insert scripts for Oracle, SQL Server (not 100% tested for SQL Server) to populate a table. This was a quick and dirty tool to allow me to provide data from a test database to a client who did not have a DBA. I would e-mail him data scripts and he ran the scripts. Great for populating databases. There is room for improvement and I have done about all that I want with this.
Keeps track of student record and payments. It also tracks student with old account and credit it to new account..
See the project for much details !
This software scan CD drive for mp3, wav, ogg, wma etc. files to save in database. It's cool. Try...and vote for me if u like this...
Complete Restaurant Point of Sales System. Check this out...
A VERY simple guide to aid the beginner in creating a simple database.
Sample of using VB access data from a MySQL database (Create Table ,Add ,Edit ,Delete ,Search ,Show and Upload Picture) for beginner. Tester with mysql-4.0.18 for Win32 and MyODBC-3.51.06.exe ***MySQL Server configure (set to no password) username:root port:3306 database:test
Using DataGrid Control and DataEnvironment Control: ------------------------------------------- This program is using DataGrid to view data and DataEnvironment as Data Engine... Easy and nice! Please don't forget to vote.... Thank you
This Artical is in microsoft word document file. It show you how to use the DataGrid Control to make it able to view, add, delete, and edit the data in your database with less code and more effectivity. easy and nice :)
Hi all, This is my next program about using DataGrid Control in viewing the data with DataEnvironment Control as Data Engine... but in this time I just add the buttons and some codes. nice and cool... :)