I had the same error when i was using IB Expert to create my tables. The solutions was to start using Database Workbench :) I've cteated new database file and then imported all tables, generatora and triggers from previous one, created by IB Expert. Now, everything is working fine :)
Martin Uzytkownik ""Carlos Guzmán Álvarez"" <[EMAIL PROTECTED]> napisal w wiadomosci news:[EMAIL PROTECTED] > Hello: >> Dynamic DQL Error >> SQL Error Code =3D-104 >> Token unknown - line 1, char 411 >> "CHARACTER_LENGTH" >> >> also I get the same error when I drag GridView, DataList or any other=20 >> 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=20 > the column name at this stage .... > > --=20 > Carlos Guzm=E1n =C1lvarez > Vigo-Spain > > http://carlosga.blogspot.com/ > > > > ------------------------------------------------------- > 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&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Firebird-net-provider mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > ------------------------------------------------------- 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&kid=110944&bid=241720&dat=121642 _______________________________________________ Firebird-net-provider mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
