Oracle 5.0 Reference Manual page 1829

Table of Contents

Advertisement

fReg.WriteString('DocumentsFab', 'MySQL');
fReg.CloseKey;
fReg.Free;
Memo1.Lines.Add('DATABASE NAME=');
Memo1.Lines.Add('USER NAME=');
Memo1.Lines.Add('ODBC DSN=DocumentsFab');
Memo1.Lines.Add('OPEN MODE=READ/WRITE');
Memo1.Lines.Add('BATCH COUNT=200');
Memo1.Lines.Add('LANGDRIVER=');
Memo1.Lines.Add('MAX ROWS=-1');
Memo1.Lines.Add('SCHEMA CACHE DIR=');
Memo1.Lines.Add('SCHEMA CACHE SIZE=8');
Memo1.Lines.Add('SCHEMA CACHE TIME=-1');
Memo1.Lines.Add('SQLPASSTHRU MODE=SHARED AUTOCOMMIT');
Memo1.Lines.Add('SQLQRYMODE=');
Memo1.Lines.Add('ENABLE SCHEMA CACHE=FALSE');
Memo1.Lines.Add('ENABLE BCD=FALSE');
Memo1.Lines.Add('ROWSET SIZE=20');
Memo1.Lines.Add('BLOBS TO CACHE=64');
Memo1.Lines.Add('BLOB SIZE=32');
AliasEditor.Add('DocumentsFab','MySQL',Memo1.Lines);
20.1.7.2.2.3. Using Connector/ODBC with C++ Builder
Tested with BDE 3.0. The only known problem is that when the table schema changes, query fields
are not updated. BDE, however, does not seem to recognize primary keys, only the index named
PRIMARY, although this has not been a problem.
20.1.7.2.3. Using Connector/ODBC with ColdFusion
The following information is taken from the ColdFusion documentation:
Use the following information to configure ColdFusion Server for Linux to use the
with Connector/ODBC for MySQL data sources. You can download Connector/ODBC at
dev.mysql.com/downloads/connector/odbc/.
ColdFusion version 4.5.1 lets you use the ColdFusion Administrator to add the MySQL data source.
However, the driver is not included with ColdFusion version 4.5.1. Before the MySQL driver appears
in the ODBC data sources drop-down list, build and copy the Connector/ODBC driver to
coldfusion/lib/libmyodbc.so.
The Contrib directory contains the program
registry file for the Connector/ODBC driver on ColdFusion applications.
For more information and guides on using ColdFusion and Connector/ODBC, see the following external
sites:
Troubleshooting Data Sources and Database Connectivity for Unix
20.1.7.2.4. Using Connector/ODBC with OpenOffice.org
Open Office (http://www.openoffice.org)
MyODBC +
20.1.7.2.5. Using Connector/ODBC with Sambar Server
Sambar Server (http://www.sambarserver.info)
20.1.7.2.6. Using Connector/ODBC with Pervasive Software DataJunction
You have to change it to output
causes MySQL problems.
20.1.7.2.7. Using Connector/ODBC with SunSystems Vision
Connector/ODBC Notes and Tips
unixODBC.
VARCHAR
which lets you build and remove the DSN
mydsn-xxx.zip
How-to: MySQL +
OpenOffice.
How-to: MyODBC + SambarServer +
rather than ENUM, as it exports the latter in a manner that
1809
unixODBC
http://
/opt/
Platforms.
How-to: OpenOffice +
MySQL.
driver

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents