這一陣子突然又有 BCB 6 連接 mysql 的需求,筍子印象中依稀記得有一個 odbc connector 要安裝,上網 google 的結果,在 mysql 的網站有提供 Mysql ODBC Connector 下載,可以略過上面的註冊提示,直接到下方的連結下載。
安裝後 BCB 6 可以正常抓到 Mysql 的資料,測試環境:
Borland C++ Builder 6 (Update Pack 4)
Mysql Server 3.23.49
Mysql Connector ODBC-3.51.12
sorry, i have another question, how to use the C++ api control the MySQL without using the ODBC connect? how to use the MySQL++ someting like that.
迴響 by thclxxx — 十一月 13, 2007 @ 12:30 下午
這裡有一篇文章提到各種Compiler 能否使用 mysql++
其中也有提到 BCB
http://tangentsoft.net/mysql++/
Will it build under Borland C++ Builder?
It can be made to work, mostly.
The only major feature that doesn’t work out of the box is the Specialized SQL Structures.
It can’t work as-is due to a compiler limitation. A full discussion of the problem and
possible workarounds is in this mailing list message.
Fixes and further support are unlikely, as it seems that this is a dead product now.
迴響 by shinnlu — 十一月 13, 2007 @ 2:13 下午