Problem in compiling and using Databaselayer v1.8

Talk here about issues with one of the components hosted at wxCode, or suggest features for it.
Post Reply
agey
In need of some credit
In need of some credit
Posts: 3
Joined: Wed Feb 18, 2009 1:47 am
Location: Indonesia
Contact:

Problem in compiling and using Databaselayer v1.8

Post by agey »

I got error when compiling databaselayer for oracle.
I used this code to build

1. I got problem when compile on linux
$make -f GNUmakefile oracle

../src/OTLResultSetMetaData.cpp:3:17: error: sql.h: No such file or directory
../src/OTLResultSetMetaData.cpp:4:20: error: sqlext.h: No such file...

where can I find both header files?
can anyone tell me why using OTL instead of compiling oracle? the older version used occi, didn't it?

2. I got problem when using sharedlibrary resulted from compiling below

> mingw32-make -f makefile.gcc mysql

I can connect to mysql on windows but each times I query, I did not find the tables although they already exist
warning is : no such table:table_name
can anyone show me what I should do?

Currently I could connect and select table using sqlite3 on both win & linux

Thanks.
Post Reply