Carlos, thanks for reply.
But support for Firebird dialect 1 is very neccesary! Without support for dialect 1 the provider is useless for many developers.

For example we have a big ERP software which development started on Interbase about 10 years ago, now is on Firebird dialect 1 and has very many Delphi client applications and running on many customer sites.We are planning new client applications development on ASP.NET 2.0 when stable .NET 2 provider for Firebird comes out. and after that step-by step starting to migrate Delphi-Windows applications to ASP.NET browser based app's. But moving the full database from dialect 1 to dialect 3 right now, overnight, is imossible! I believe many developers are in similar situation.

Please put into plans and schedules to add a feature for the provider to support dialect 1.
thank you.


Carlos Guzmán Álvarez wrote:

Hello:

Dynamic DQL Error
SQL Error Code =-104
Token unknown  - line 1, char 411
"CHARACTER_LENGTH"

also I get the same error when I drag GridView, DataList or any other component of ASP.NET WebForm and try to configure data source.

any ideas?


The problem is with this line on the sql statement of the columns schema:

cast(fld.rdb$character_length AS integer) AS "CHARACTER_LENGTH",

looks like dialect 1 database didn't support quoted identifiers ...

We can't left it without quotes, and i don't like the idea of chaning the column name at this stage ....




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to