From: Brian B. <ca...@ai...> - 2003-01-15 13:18:22
|
On Tue, 14 Jan 2003, Stefan Lueger wrote: > Hi! > > Here is the output of my configure - make ande make install - I think there are some problems building the package. > > > ~/mdbtools-0.5rc1 # ./configure --enable-sql --with-unixodbc=/usr/local --without-gui I accidently left tracing on in the odbc driver, it's fixed in CVS, but I'm having problem with sourceforge at the moment, you can comment/uncomment the two lines starting with '#define TRACE(x)' at the top of src/odbc/odbc.c to get rid of it. Ok, it looks like you got a clean build (btw, I removed the need for --enable-sql, it will detect it automatically now and build if present). Looks like it may be a problem with your db, let's start more simply. Can you run mdb-sql and 'select *' from your table? This will ensure that the sql engine functioning properly and you don't have any strangeness in the database itself. Brian |