Advertisement

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

2002ASP #7716
Programming on Linux

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

2002ASP #7941
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.

2002ASP #8005
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.

2002ASP #8308
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.

2002ASP #8334
Friendly Error Handler

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

2002ASP #8429
mixes ASP and Javasript

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

2002C #8614
Create database user

The following function creates a user. You can execute it under any user you like. dror-a@euronet.co.il (Dror Dotan A')

2002C #8616
ACCESS BACKUP ROUTINE

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

2002C #8636
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: ..

2002C #8653
Copy a database table

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

2002C #8715
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.

2002C #8716
Easy Import Text into Database

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

2002C #8720
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.

2002C #8789
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.

2002C #8824
Dynamically Create Databases (.MDB's) in code

This code creates a Microsoft Access MDB dynamically.

2002C #8840
Crystal Report Viewer

VERY VERY SIMPLE CRYSTAl REPORTS VIEWER - View Any Crystal Report with ease..lets you add reports to a list that you use all the time. Also allows for changing the parameter values. Very easy to understand code -- example report included. Hope you enjoy.

2002C #8854
DBGrid Sort

It is nice technique for dbgrid sorting.You can sort Dbgrid Columns by clicking on the grid column header in two ways ascending or descending.

2002C #8870
Total Record Count In ADO Recordset

This simple little function just returns the total number of records in a ADO recordset.

2002C #8897
DBImpExp

A utility to import/export Access database from/to other application formats, e.g. Excel and text files (single field or delimited entries for multiple fields). With sample files and help, as well as ample remarks. It is advisable to run the sample files first (and read remarks in each frame). Once you are familiar with the pertinent rules, you may then begin to use the program to process your other files.

2002C #8908
Address Book Update

Heres the update to my Address Book Example that pulls it information from an Access Database. I finally added the search and delete functions because I got tired of getting email from people asking me to write the update. :) Sorry it took so long but I've been busy opening up my office... Email any questions you have or comments to plexxonic@softhome.net

Languages
Top Categories
Global Discovery