Jacek Kałucki wrote:
> Użytkownik Uwe Grauer napisał:
>> Jacek Kałucki wrote:
>>    
>>> Hi,
>>>
>>> I get "Token unknown '%'" from Firebird backend.
>>> Why Dabo doesn't change default "paramstyle" driver behaviour
>>> from "qmark" to "format"?
>>>
>>>      
>> Firebird (kinterbasdb) only allows qmark parameter style.
>> How did you get this error? Are you using a different
>> parameter style for the Firebird backend?
>> e.g.:
>> Did you use a user defined query containing % as parameter style?
>>    
> 
> No, I use framework.
> It's excerpt from log:
> Database Activity Log: Tue Feb 02 17:08:05 2010: FAILED SQL: insert into 
> grdtest (f1, f2, f3) values (%s,%s,%s) , PARAMS: Delta, 4, 1.25
> Database Activity Log: Tue Feb 02 17:08:05 2010: DBQueryException 
> encountered in execute(): (-104, 'isc_dsql_prepare: \n  Dynamic SQL 
> Error\n  SQL error code = -104\n  Token unknown - line 1, column 42\n  %')
> insert into grdtest (f1, f2, f3) values (%s,%s,%s)
> 
> I use default paramstyle. Tried to change to "format" with no result.
> Do you use Firebird?
> 

Yes, i'm always using Firebird.
I never did get %s parameters from the Dabo framework.
Try to find the source where the error originates.
What do you mean with "Tried to change to "format" with no result."?
How did you try to change format?

Uwe


_______________________________________________
Post Messages to: Dabo-users@leafe.com
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/4b685156.5000...@googlemail.com

Reply via email to