Advertisement

Results for "Category: Databases/ Data Access/ DAO/ ADO"

2002C #15814
A must have for all DB Programmers (Using DAO)

I wrote this code when i was developing a software for an Estate Agent. The code copies the database path in the System Registry and everytime picks it from the registry. If connection fails another dialog box opens where you can specify where the Database is saved. Secondly, you can take out the report of all the data in the table using MS Word. A small routine to accomplish the task. This is basically a three in one program. Save DB Path in the registry, Create Report using MS Word and Specify the database path. Just copy extract the .zip in C:\post directory. Please rate it.

2002C #15823
Database Compare

This source code compares two database structures and wrote report or copy differences into second database. It uses DAO control and works with MDB database.

2002C #15831
ADO Boolean Search [ AND / OR / NOT / AND NOT ]

This is the only one ADO Boolean Search on Planet Source Code !!! [ AND / OR / NOT / AND NOT ]

2002C #15833
Recordset Paging in Visual Basic !!!

ADO Recordset Paging in VISUAL BASIC !!! There are many code samples that making recordset paging available in ASP ( Web based ). This example of ADO Paging through a recordset is written in Visual Basic !!!

2002C #15834
A Simple Access Db Example (Updated)

This code will demonstrate opening, reading, editing, moving within, adding and deleting records within an Microsoft Access database. Updated with some error handling and other stuff :)

2002C #15840
Bible Concordance/ Topic Viewer

This is a Bible concordance that you can use to store bible related topics and scriptures. So like you could create a topic entiled "Abortion", with scriptures against it, and come back at a later time and view it. It uses an elaborate database of text files to store all info. Next version im going use MS Database. If you add anything cool to it, please let me know. Thanks.

2002C #16321
Programming on Linux

This will show you how to code in Linux using g++.

2002C #16546
Hospital System

A simple hospital system. Can add, update, retrieve and delete records like patient, ward, employee... I think it's helpful for those who want to know about how to update and delete record. Please give your comment so that I can improve on it.

2002C #16609
Fighting Memory Leakage

Memory leakage is probably one of the most difficult programming problems to solve. This article tell you why, and how to do it.

2002C #16912
Popup Debug

response.write is okay for simple debugging but can become intrusive and cause formating problems itself. This simple script will display your debuging in a pop up window.

2002C #16938
Friendly Error Handler

Creating a user friendly error handler. This Friendly Error Handler pops up a VB liked dialog box to display error messages.

2002C #17034
mixes ASP and Javasript

A small script mixes ASP and Javasript to make messages alert or for the debugage.

2002VB #17218
Create database user

The following function creates a user. You can execute it under any user you like. [email protected] (Dror Dotan A')

2002VB #17220
ACCESS BACKUP ROUTINE

A short routine that backups the tables from an open Access database George Kinney

2002VB #17240
Avoiding use of null

How do you avoid the "Invalid use of null" error when reading null values from a database?If you try to retrieve a null value (empty field) from a database, you will get the error: "Invalid use of Null". Here is one way to get around this problem: ..

2002VB #17257
Copy a database table

How to copy a database table. This may require some tweaking.... "Bill Pearson"

2002VB #17319
Database Search Example

An easy example of Searching for records in a database. I posted this code last year without an example so here it is.

2002VB #17320
Easy Import Text into Database

Allows you to select a ascii file and import it into your database. Example provided!

2002VB #17324
VB2POSTGRES

This code demonstrates how to access a POSTGRES SQL database on a LINUX box via an ODBC connection. The demo ( using RDO ) shows you how to create a table, wipe a table, insert data, select data, modify data and write the modified contents back to the database.

2002VB #17393
Aprostrophe

Have you ever try so send a string variable to MS Access that have apostrophes using a SQL Statement? If YES you will get a run time ERROR Here is your solution....A function that formats the variable before sending it to the database.

Languages
Top Categories
Global Discovery