TSQLConnector/ja
From Free Pascal wiki
Jump to navigationJump to search
│
English (en) │
français (fr) │
日本語 (ja) │
polski (pl) │
русский (ru) │
参照: チュートリアル/練習となる記事: 各種データベース |
のにある。
TSQLConnector はサポートするどのデータベースにも用いられる多機能のデータベースコネクタコンポーネントである。このコンポーネントはComponent Palette/jaのSQLdb tab/jaにある。
データベースアクセスを設定するために、最も重要なプロパティは:
- ConnectorType:
TIBConnection Firebird TMSSQLConnection MSSQLServer TMySQL40Connection MySQL 4.0 TMySQL41Connection MySQL 4.1 TMySQL50Connection MySQL 5.0 TMySQL51Connection MySQL 5.1 TMySQL55Connection MySQL 5.5 TMySQL56Connection MySQL 5.6 TMySQL57Connection MySQL 5.7 TMySQL80Connection MySQL 8.0 TODBCConnection ODBC TOracleConnection Oracle TPQConnection Postgres TSQLite3Connection/ja SQLite3 TSybaseConnection Sybase
- DatabaseName
- Hostname
- Password
- TSQLTransaction/ja
For any connector to function, it should be able to load the right drivers. *.dll style drivers are found if they are located in the same directory as the corresponding *.exe file.
以下も参照のこと