Subject Re: [IBO] Error Message "Problem in BindingCursor"
Author Jason Wharton
Use a TIB_DSQL component if is all you are doing is processing a raw
insert.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: <jankea@...>
To: <IBObjects@yahoogroups.com>
Sent: Tuesday, June 12, 2001 5:53 PM
Subject: [IBO] Error Message "Problem in BindingCursor"


> Hi All,
>
> I'm getting the above message when trying to execSQL in D5Enterprise
> with IBO3.6D. I've searched the list, and the only reference to the
> above problem was met with "upgrade to the latest version". I
> believe that 3.6D is the latest version.
>
> I have some preprepared SQL:
>
> insert into HL7LINK (GUID_KEY, CREATE_DATE, DELETE_DATE,
> PERSON_SEARCH_KEY, LINK_TYPE, LINK_TABLE, LINK_KEY,
> ASSIGNING_FACILITY)
> VALUES (:GUID_KEY, :CREATE_DATE, :DELETE_DATE, :PERSON_SEARCH_KEY,
> :LINK_TYPE, :LINK_TABLE, :LINK_KEY, :ASSIGNING_FACILITY)
>
> With the parameters, I'm only setting those that I want to have
> values (ie. not NULL).
>
> The CREATE TABLE code is plain vanilla - column names and datatypes.
> Not even an index!
>
>
> Any ideas?
>
> TIA
>
> Alan Janke
> AIMTec
> Australia
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>