Subject RE: [firebird-php] FireBird/ADODB
Author Alan McDonald
> They are using 'AUTOINCREMENT' on every table which will probably be the
> problem. On bitweaver the 'non' Firebird guys found out early on
> that in order
> to do the job properly they needed the VALUE of an Id before
> populating the
> record and so MOST auto fields have been stripped and generators
> are simulated
> where they are not available :) My datadict code correctly builds
> a table and
> creates a generator and adds the trigger code when AUTO is used
> in the non-XML
> build process, but I doubt that is being picked up properly in
> the XML one. It
> would probably not take long to fix if I could only SEE the data :(
>
> So much for leaving it till the weekend ;)
>
> --
> Lester Caine - G8HFL

there's a GenID function which looks like it should work.. are you saying it
doesn't? or it's not called?
Alan