Not logged in : Login

About: MySQL2ODBC     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : atom:Entry, within Data Space : iodbc.org associated with source document(s)

AttributesValues
rdf:type
dcterms:created
dcterms:modified
rdfs:label
  • MySQL2ODBC
maker
http://rdfs.org/si...ices#has_services
dc:title
  • MySQL2ODBC
sioc:link
sioc:id
  • 3dc178f4f949d164f57a97216ff3e4e9
opl:isDescribedUsing
sioc:links_to
sioc:has_creator
sioc:has_container
atom:source
atom:title
  • MySQL2ODBC
atom:author
atom:published
  • 2016-09-14T12:28:33Z
atom:updated
  • 2016-09-14T12:28:33Z
sioc:content
  • ---+ MySQL-to-ODBC Gateway %TOC% ---++ Introduction ---+++ What The MySQL-ODBC SDK enables you to make MySQL-specific applications database-independent without wholesale re-writes of your application code. Thus, applications that are written directly to the MySQL call level interface now end up being database independent via iODBC, and usable against any ODBC accessible database (including MySQL). ---+++ Why The Open-Source community is rapidly producing innovative applications which, in many cases, require relational database services. Traditionally and historically, the tendency has been to look to MySQL as the default relational database service for Open Source Applications (the "M" in LAMP) which is unfortunately retreogressive since the concept of database indpendence has long been addressed industry wide via APIs such as ODBC, JDBC, OLE DB, and more recently .NET. In some case the existence of these APIs has been unknown to Open Source developers prior to application development, and in other cases the complexity of a port from the MySQL API to ODBC simply too difficult. There are numerous reasons why you can't mandate MySQL or any other database engine for that matter to every potential user of an Open Source database centric application: * Compromises freedom of choice ("Freedom of Choice" is a central theme of the Open Source movement and concept) * Database vendor lock-in reduces the deployment scope of your application, and it also potentially impedes functionality growth (what happens when the underlying database lacks the functionality that you desire?) * Cost-Effectiveness is an Open Source value proposition main stay, so asking potential users to acquire yet another database (the real costs aren't $0.00 as resources will be required for administration, installation, configuration etc.) when functional ODBC accessible relational databases exist in house is simply contradictory at the very least ODBC as a concept has always been designed to be database-independent; iODBC as an Open Source project was devised to ensure platform neutrality for ODBC (just as Mono is pursuing the same goals re. .NET). When you write an application using the ODBC API database interchangeablity becomes a reality. ---+++ How does the bridge work ? PHP,Python and Perl each have MySQL-binding layers (likewise any other MySQL application), and all that you need to do is rebuild the MySQL binding layer by following the steps below: * Download a copy of the source, mysql2odbc-0.99.2.tar.gz and unpack it somewhere into your normal source repository. * Check what options `./configure' takes by running `./configure --help'. In this case, you have a choice of specifying any one of the following ODBC SDKs: * OpenLink iODBC SDK (available from OpenLink Web Site) * iODBC SDK (available from iodbc.org) * unixODBC SDK * Run ./configure with the appropriate ODBC options, and specify a --prefix of course; for example, ./configure --prefix=/usr/local/mysql2odbc --with-iodbc=/usr/local/iodbc * Assuming this completes successfully, run <verbatim> make </verbatim> and wait while it compiles * Become root and run <verbatim> make install </verbatim> This will create $PREFIX/lib/libmysqlclient.so.10.0.0 and assorted symlinks around it. * Finally, to use the mysql-odbc bridge (the component that you build with the SDK for your application), you need to tell your application to use it in preference to the normal libmysqlclient.so - normally this means you need to export LD_LIBRARY_PATH to the directory in which the library resides ($PREFIX/lib) or export LD_PRELOAD to the name of the library itself, before you run your application. * Test to see that your local iODBC or unixODBC environment is functional which implies ensuring that data access is possible via ODBC Drivers installed on the machine hosting your previously MySQL specific application. <verbatim> LD_LIBRARY_PATH=/usr/local/mysql2odbc/lib ./mtest -u dba -p dba -d "Local Virtuoso" </verbatim> This should present a very simple UI from which SQL statements may be executed - try a <verbatim> select * from sys_users </verbatim> ---++ Download The [[/downloads/mysql2odbc/mysql2odbc-0.99.2.tar.gz][current source]] of this package can be downloaded from this location, and is released under the terms of the LGPL license. ---++ Bug Fixes If you find a bug and have the know-how to fix it, please create a "diff file" using GNU's "diff", preferably with "context" (diff -c or diff -u). If the patch is small, add the patch file as an attachment to your mail if possible, otherwise tell us where we can pick it up. This will reduce the turnaround time for new updates etc. ---++ CVS Access We currently provide read-only CVS Archive access from [[http://sourceforge.net/cvs/?group_id=90494][SourceForge.net]] : <verbatim> cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/mysql2odbc login cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/mysql2odbc co mysql2odbc </verbatim> (The password is blank.) Patches and new contributions can be submitted as diffs from the current archive by: <verbatim> $ cvs add newfiles $ cvs -z3 diff -uN > diffs </verbatim> Diffs and contributions can be send to the OpenLink iODBC source archive manager at [[mailto:iodbc&#64;openlinksw.com][iodbc@openlinksw.com]] to be included the next distribution. Please provide accompanying documentation on which bugs are fixed or new features are introduced.
sioc:topic
is made of
is http://rdfs.org/si...vices#services_of of
is sioc:link of
is sioc:links_to of
is sioc:creator_of of
is sioc:container_of of
is atom:entry of
is atom:contains of
Faceted Search & Find service v1.17_git132 as of May 12 2023


Alternative Linked Data Documents: PivotViewer | iSPARQL | ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3238 as of May 23 2023, on Linux (x86_64-generic-linux-glibc25), Single-Server Edition (15 GB total memory, 1 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software