Just FYI, ODBC specs is very similar to JDBC, except that ODBC is in C whereas 
JDBC is in java. 

Thanks

Uma

Markus Hoenicka <[EMAIL PROTECTED]> wrote: Quoting Uma Krishnan :

> Hello Markus,
>
> How is libdbi different from, say odbc?
>

I've never used ODBC, but from what I read I'd say the main  
differences are the footprint and the scope. libdbi is  
language-specific (C), lightweight, and allows you to do simple things  
in a simple fashion. However, you're still required to handle database  
engine specific stuff in your code to use more advanced SQL features.  
ODBC seems to encapsulate all and everything, at the price of being  
huge.

regards,
Markus

-- 
Markus Hoenicka
[EMAIL PROTECTED]
(Spam-protected email: replace the quadrupeds with "mhoenicka")
http://www.mhoenicka.de


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------


Reply via email to