5

Are there any free (and maybe open source) alternatives to SQLAPI++? This library looks very good but it is not free.

miki725
  • 27,207
  • 17
  • 105
  • 121

1 Answers1

4

You can look at the CppCMS project which has the CppDB library.

Yakov Galka
  • 70,775
  • 16
  • 139
  • 220
  • also looks pretty nice. thank you. – miki725 Nov 25 '11 at 17:57
  • do you know by any chance how to build this lib on a mac. I am getting this error: `error: size of array ‘assert_on_sqlwchar_is_16’ is negative`. thanx – miki725 Nov 28 '11 at 17:01
  • @miki725 I don't know. I believe you can contact the author at the [support page](http://sourceforge.net/tracker/?group_id=209965&%0Aatid=1011835). – Yakov Galka Nov 28 '11 at 18:04
  • is this support ORACLE Database? – Oktaheta Aug 08 '18 at 09:37
  • Id rather try to use the SQL Server Native ODBC driver but CodeBlocks is giving me fits with it. I guess it's just a matter of one #include statement with visual studio. – Dan Oct 08 '19 at 16:55