[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: DBI equiv for C

Berger, Daniel

5/12/2005 2:17:00 PM

> -----Original Message-----
> From: jm [mailto:jeffm@ghostgun.com]
> Sent: Wednesday, May 11, 2005 6:58 PM
> To: ruby-talk ML
> Subject: OT: DBI equiv for C
>
>
> I've prototyped something in ruby a while ago and I wish to translate
> some of it to C. Part of what I want to translate uses DBI.
> Is there a
> DBI equivalent in C? It would be good to be able to avoid the lose of
> backed database generality and to avoid having to learn a new
> database
> specific API. Not to mention speeding up the write.
>
> J.

The closest thing that I can think of is
http://sourceforge.net/projec...

But, that isn't particular to Ruby.

Regards,

Dan


1 Answer

jm

5/12/2005 11:43:00 PM

0


On 13/05/2005, at 12:17 AM, Berger, Daniel wrote:

>
> The closest thing that I can think of is
> http://sourceforge.net/projec...
>
> But, that isn't particular to Ruby.
>

Thanks. This looks about as close as I'm going to get and seems
suitable for the program it's going to be used in.

J.