Connecting Tech Pros Worldwide Help | Site Map

Is there any STL like and compatible database library?

  #1  
Old November 7th, 2005, 12:15 AM
Tao Wang
Guest
 
Posts: n/a
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I want to do a little database program with c++. And I want the code be
portable. perhaps using MS SQL Server, Access and PostgreSQL, but it
should support more. I know some database libraries, there are 2 reason
I don't like them, one is some of them don't STL compatible, and don't
use the same way of STL. another reason is some of them are not free.

And advice?

Dancefire
- ---
CCNA
http://www.dancefires.com/
http://blog.csdn.net/dancefire/
MSN: dancefire@263.net
I am interested in Operating System, Embedded System and Network Security.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFDbprtRS5AkKgtcCcRAlvOAKCNAelUho0ARRnDMEQnPU aoiYmrugCfUpXP
qYciSc84ydsFbXrwg+VcOgg=
=dPK0
-----END PGP SIGNATURE-----
  #2  
Old November 7th, 2005, 11:45 AM
Paul
Guest
 
Posts: n/a

re: Is there any STL like and compatible database library?



"Tao Wang" <dancefire@gmail.com> wrote in message
news:NVwbf.10466$Hj2.7578@news-server.bigpond.net.au...
[color=blue]
> Hi,
>
> I want to do a little database program with c++. And I want the code be
> portable.[/color]

Try the Database Template Library.
http://dtemplatelib.sourceforge.net/



  #3  
Old November 7th, 2005, 12:25 PM
Tao Wang
Guest
 
Posts: n/a

re: Is there any STL like and compatible database library?


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Paul wrote:[color=blue]
> "Tao Wang" <dancefire@gmail.com> wrote in message
> news:NVwbf.10466$Hj2.7578@news-server.bigpond.net.au...
>
>[color=green]
>>Hi,
>>
>>I want to do a little database program with c++. And I want the code be
>>portable.[/color]
>
>
> Try the Database Template Library.
> http://dtemplatelib.sourceforge.net/
>
>
>[/color]
I have tried dtl, it's good, but have some problem when I compile with
VC8.0, it looks only well prepared for vc6 for vc family. But anyway,
Thanks Paul.

Dancefire
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFDb0R9RS5AkKgtcCcRAgc+AJ9IxmlIUbi1u3QQzDs8VO 5SqbTYZACgnzxZ
vpABdRVYZTqlCvVgmSwGsjA=
=r3Ru
-----END PGP SIGNATURE-----
Closed Thread