						ODBC Example by Iczelion
This package contains the source code of ODBCTest, the win32asm ODBC demo. It's
sole purpose is to demonstrate how to use ODBC APIs to manipulate a database.
Contained in this package:
	- makefile                         --> The makefile you can use to assemble the demo
	- ODBCTest.asm	 --> The source code of the demo
	- ODBCTest.exe	--> The executable for quick testing
	- ODBCTest.rc		--> The resource script
	- res.h                              --> The resource constant header file
	- test.mdb                      --> The MS Access database
	- readme.txt	  --> This text file

Just put ODBCTest.exe and test.mdb into the same folder and run ODBCTest.exe.
You'll be presented with a dialog box with a menu. Choose "connect" menu item
to connect to test.mdb. If the connection is successful, you'll see a message box
showing the connection string returned by the ODBC driver.
After that, you can choose to view all records in table "main" or run a query 
against the database.

The package is free for non-commercial use. Commercial use is strictly prohibited.
If you want to contact me, my email is Iczelion@win32asm.rxsp.com. Or you can join
me on IRC, EFNET, channel #win32asm.

Iczelion
May, 22th, 2000