joost 94a398baf6 * Updated fpmake files to version 2.2.4-0 (including all dependencies) 17 vuotta sitten
..
examples 787c6101aa * Updated makefiles to version 2.2.4rc1 17 vuotta sitten
src bd70636d33 Merged revisions 11629,11664-11667,11670,11683,11685,11689-11692,11694-11696,11698,11701-11702,11705-11707,11712-11718,11723-11726,11728-11729,11733-11737,11778,11780-11781,11785,11810,11822,11831,11836,11848,11872,11876-11878,11881-11883,11889,11891-11895,11899-11902,11920-11925,11931-11932,11935,11938,11941,11986,11992,12014,12018,12041-12042,12044,12046,12051-12053,12055,12058,12063,12067-12072,12074,12076,12079-12081,12083-12084,12086,12089-12091,12095-12098,12100-12105,12111-12113,12115-12116,12123-12124,12126-12127,12132-12137,12139-12140,12144-12151,12161,12164-12165,12172,12177-12195,12197,12206-12212,12236,12240,12243-12244,12246-12252,12256,12259,12263-12265,12267,12270-12271,12273,12275,12280-12282,12287-12289 via svnmerge from 17 vuotta sitten
Makefile 787c6101aa * Updated makefiles to version 2.2.4rc1 17 vuotta sitten
Makefile.fpc 787c6101aa * Updated makefiles to version 2.2.4rc1 17 vuotta sitten
README 38acb34192 Merged revisions 9692,9694-9695,9697-9714,9720,9722,9729,9732-9733,9740,9745,9749-9750,9753-9757,9760-9766,9768-9770,9772-9774,9783,9786,9788,9814,9822,9825,9837-9850,9852,9855-9856,9863-9864,9867,9882,9891-9892,9897,9899-9900,9902-9904,9907-9911,9913,9915,9917,9920,9922-9937,9939-9974,9976-10005,10007-10012,10014-10046,10049-10051,10053-10067,10069-10071,10074,10079,10082,10084-10086,10091,10099-10100,10102-10103,10113-10114,10129-10130,10136 via svnmerge from 17 vuotta sitten
fpmake.pp 94a398baf6 * Updated fpmake files to version 2.2.4-0 (including all dependencies) 17 vuotta sitten

README

Testing raw ODBC access:

For windows:
============

1. Compile testodbc. No options should be needed.

2. In the ODBC manager in the Windows Control Panel, create a new system or
file DSN called 'FPC' with the 'Microsoft Access (*.mdb)' driver
(At least MS-Access 97 or higher)

Do not enter any username or password.

The DSN should point to the testodbc.mdb database file provided with the
testodbc.pp program.

3. Run the program.

For Linux:
==========

1. Change testodbc.pp and set the UserName and Password constants if needed.

2. Compile testodbc. No options should be needed.

3. Create a MySQL database and table with the mkdb script in the mysql
directory. make sure the password and username as set in step 1 have
access to this databse.

4. Install a DSN called FPC for the newly created database.
(I used the unixODBC ODBCConfig program for this)

5. Run the program.

Enjoy !

Michael.