In http://www.simba.com/ they sell an SDK to build your own ODBC
driver... but IMHO it is a pretty hard thing to build... to what
database do you want to connect? (maybe there is alredy a thrid party
odbc driver)
weier huang wrote:
HI:
I want develop a private database that support ODBC interface, but I don't
know how to develop the ODBC drive. Can you tell me recapitulatory? thanks.
Re: Help with java and sql ... When I open up (ODBC) and click ... on plantco, then configure and then test, it says success connection... to change to J/Connector for your driver rather than the odbc driver. ... configure it,then configure the database source and choose the ... (comp.lang.java.databases)
Re: [VW 7.3.1] ODBCConnection ... Postgres Connect using the PostgresEXDIConnection doesn't need a datasource (which is ODBC specific, not native postgres) nor does it need any database specific odbc drivers. ... Communication then goes from vw via this driver to the database, ... It looks up all the settings and specifics defined for the data source, which includes what database type and driver is being used. ... (comp.lang.smalltalk)
Re: Windows Ada database support. ... >> A. Some Ada application stores its data in a database.... It means that bindings (the driver) are free to choose the most suitable ... > 2) PostgreSQL blobs are referenced by saving a OID in a column ...ODBC does it well for ?-parameters in prepared statements. ... (comp.lang.ada)
Re: Standard DBI Proposal ... I find the lack of an ODBC driver on non-Windows ... an SQL layer over just such an ODBC... If you're asserting that Tcl entirely lacks an interface to ODBC ... we will be living with multiple database... (comp.lang.tcl)
Re: Nameless CREATE ... The starting point is either an existing database or one that is ... "Describe" involves issuing an SQLDescribeCol function to ODBC... essentially much the same as character data type apart from all 8 bits ... ALTER TABLE tablename ADD COLUMN BinaryColumn BINARY ... (comp.lang.forth)