Subject | RE: [IBO] quoting of ixed case field names and link of connection and transaction |
---|---|
Author | Support List |
Post date | 2011-07-17T13:27:55Z |
> I've updated to IBO 4.9 Release 14 [Build 11] from IBO Release 4.9 BuildWhich version did you come from?
> 11. Ok, not a small step....
> Two things broke my code.It should just use the DefaultTransaction.
>
> First I've to 'backlink' transactions to their connection.
> Without using the optical stuff it was enough to
>
> - Create TIB_Connection
> - create TIB_Transaction
> - set DefaultTransaction of connection to that transaction
> - create cursor or query or ...link it to connection and use it
>
> Now I'm getting exception E_Trans_Not_Valid_For_Conn
> To avoid it I've to set IB_Connection-property of transaction to
> connection.
>
>
> Is this intended?
> My second problem is, that mixed case field names have to be doubleThis was a needful change.
> quoted to use FieldByName-function of TIBOQuery
> Also TIBOQuery.Fields[x].FieldName of now returns a quoted string.
Jason