Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
9 views

connect vc++ with SQLBase

how can we connect vc++ to SQLBase using ODBC? I tried using SQLapi++ but SQLapi++ is not free I guess so cannot use it. Thanks for the help.
0
votes
1answer
30 views

Cannot open include file “sqlapi.h” in C++?

I am trying to connect c++ with SQLBase. After building my project I get an error as " Cannot open include file: 'SQLAPI.h': No such file or directory ". #include <stdio.h> #include ...
0
votes
1answer
160 views

ODBC Driver or .NET DataProvider for Centura SQLbase needed

For a Customer we need to import data from an old Centura SQLBase 7.5.1 database. The best way would be to connect directly from .Net to the customers database, but I can't find a driver or .Net ...