Subject Re: [IBDI] Beta 0.1.8 ODBC Driver
Author Brad Pepers
Nick Gorham wrote:
>
>
> I have put a new beta release of the driver on
>
> ftp://ftp.easysoft.com/pub/beta/interbase,

I tried this version out and it has pretty much the same problems for
me. When I insert into the database, either it segfaults or nothing
shows up. I'll attach the output of running my application with a
very simple operation. Perhaps this log file will help us figure out
the problem!

I'll also attach the database schema I'm using for this. The operation
I did in the application was to create a Todo item. You can see from
the schema that this is a very simple table and you can see in the log
file where the insert is done. The problem is, the data never shows
up! Right after the insert there is a select and it returns 0 rows
even though the insert should have just occured.

--
Brad