Re: [Firebird-net-provider] Visual Studio 2005, .NET Framework 2.0

2006-04-01 Thread Maciak
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 Uz

Re: [Firebird-net-provider] Some questions about NetProvider and

2006-04-01 Thread Maciak
No, It's Windows Application. Uzytkownik ""Carlos Guzmán Álvarez"" <[EMAIL PROTECTED]> napisal w wiadomosci news:[EMAIL PROTECTED] > Hello: >> Hi again :) >> >> I formatted my hard drive and then installed everything ( VS2005Prof +=20 >> VsSDKMarch2006 + NetProviderRC1) again. And now, it REALLY

Re: [Firebird-net-provider] Visual Studio 2005, .NET Framework 2.0 RC1, Token unknown - line 1, char 411,"CHARACTER_LENGTH"

2006-04-01 Thread Carlos Guzmán Álvarez
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 stateme

[Firebird-net-provider] Visual Studio 2005, .NET Framework 2.0 RC1, Token unknown - line 1, char 411,"CHARACTER_LENGTH"

2006-04-01 Thread Raigo
Visual Studio 2005, .NET Framework 2.0 RC1, Firebird 1.0.3 SQL dialect 1, Employee.gdb. I was able to create a conection and I can see the tables in Server Expolorer. But when I click on tables I get : Dynamic DQL Error SQL Error Code =-104 Token unknown - line 1, char 411 "CHARACTER_LENGTH

Re: [Firebird-net-provider] EXECUTE PROCEDURE in a script

2006-04-01 Thread Carlos Guzmán Álvarez
Hello: I downloaded v1.7.1 of the provider with the ability to execute a procedure from a script. The procedure is executed properly but the following statements in the script raise an error. Can you send a sample test case to my private email please. ?? -- Carlos Guzmán Álvarez Vigo-Spain

[Firebird-net-provider] EXECUTE PROCEDURE in a script

2006-04-01 Thread Julien Ferraro
Hi Carlos,   I downloaded v1.7.1 of the provider with the ability to execute a procedure from a script.   The procedure is executed properly but the following statements in the script raise an error.   Imagine this script :   CREAPE PROCEDURE MyProc ... END !!   EXECUTE PROCEDURE MyProc