首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > libmyfastodbc

libmyfastodbc

  • 资源大小:4.03 MB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

Overview Many existing languages and frameworks (including PHP, Python and Ruby) interact with MySQL via the MySQL Connector/C a.k.a. libmysqlclient API using the familiar mysql_real_connect, mysql_real_query, mysql_store_results methods. Using the various libraries in this project, these applications can now use a MySQL Connector/C "wrapper" that then delegates to the ODBC API. This means that any MySQL Connector/C application can now run against ODBC data sources that use MySQL Connector/ODBC. Code Example To connect to an ODBC data source using this driver, the database name must begin with "odbc:" followed by the DSN name. For example: MYSQL mysql;mysql_server_init(&mysql);mysql_real_connect(&mysql, "hostIgnored", "user", "passwd", "odbc:mydsn", 0, NULL, 0); This will translate to a call to ODBC"s SQLDriverConnect method. Subsequent MySQL API c

文 件 列 表

libboost_thread-gcc41-mt-1_38.so.1.38.0
libmyfastodbc_wrapper_r.so.15
libmyfastodbc_wrapper_r.so.16
libmyfastodbc_wrapper.so.15
libmyfastodbc_wrapper.so.16
libmyodbc5-5.1.8.so.15
libmyodbc5-5.1.8.so.16
libmysqlclient_real_r.so.15.0.0
libmysqlclient_real_r.so.16.0.0
setup.rb
license.txt
README.txt
VIP VIP
0.178754s