On Jun 20, 2007, at 11:28 AM, Uwe Grauer wrote:

>>      I'm not sure which statement this is. Did you pass the parameters to
>> the execute method, or did the cursor class try to create the whole
>> statement?
>
> The whole stmt was created by the cursor class.

        OK, that's what I thought.

>>      BTW, what is the status of the change to dCursorMixin that was
>> supposed to preserve parameters and pass them to the backend, instead
>> of forcing them into the SQL at the Dabo level? Is that in place yet?
>
> Which change to dCursorMixin?
> I you are talking about passing the charset to the backends connect
> call then i can assure you that this is in place.
> I have a ugApp which overrides dApp for the getConnectionByName call
> to pass in the correct charset.

        No, I meant the changes the Carl had worked on to modify the  
cursor's direct replacement of parameters in favor of passing the  
parameters directly to the backend. I believe that with that change,  
some of the encoding issues would be resolved, since we aren't  
messing with strings that may have different encodings as much.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to