If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > Creating ODBC Driver for new Database!

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-26-04, 02:15
adamwood adamwood is offline
Registered User
 
Join Date: Jul 2004
Location: Australia
Posts: 2
Lightbulb Creating ODBC Driver for new Database!

Hi everyone,

I am trying to create an ODBC interface to a sensor network, which is modelled as a database (using TinyDB, see http://telegraph.cs.berkeley.edu/tinydb/). At the moment SQL queries can be sent through a socket, with results returned back through the socket.

Although there are some differences from standard SQL, I believe that it should be possible to create an ODBC interface to the "database". Do I only need to create an ODBC driver for the "database" or is more work required.

And can anyone give me any help on how to create an ODBC driver. I have searched on the Internet, but havent found much relevant information. I would be grateful for any help anyone could dish out to me (or point me in the direction of a suitable web page).

Thanks for your help,
Adam.
Reply With Quote
  #2 (permalink)  
Old 07-27-04, 10:47
Kardamon Kardamon is offline
Registered User
 
Join Date: Jul 2004
Posts: 1
You might want to take a look at http://www.unixodbc.org/ & http://sourceforge.net/cvs/?group_id=1544 for inspiration.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On