hello everybody..
I try to use Embedded Firebird with a DB create on CHARACTER SET ISO8859_1.
The DB is open without problems via IBExpert, but my app can´t do.
I use c# VS2008, Firebird-2.0.3.12981, windows XP SP2, NET PROVIDER
FirebirdClient-2.1. In the app folder are icudt30.dll, icuin30.dll
At 11:29 PM 1/04/2008, Mercea Paul wrote:
>Using FB 1.5.5 SS , FB.Net provider 2.5, VS C#2005.
>
>Database created with FB 1.5.3, ODS 10.1, Dialect 1.
>
>I have a SP which is running fine like execute procedure
>balance(@p1,@p2,@p3);
>
>The same database, but under FB 2.1 RC2 (17755), running s
First try 2.1 FirebirdClient. The 2.5 has still unfinished work on 2.1
protocol changes. This can cause problems.
> If (exists(select 1 from table2 t2 where t2.id= :v_a and t2.v=:v_b)) then
Isn't this IF redundant? ;)
--
Jiri {x2} Cincura (CTO x2develop.com)
http://blog.vyvojar.cz/jirka/ | htt
Hi
Using FB 1.5.5 SS , FB.Net provider 2.5, VS C#2005.
Database created with FB 1.5.3, ODS 10.1, Dialect 1.
I have a SP which is running fine like "execute procedure
balance(@p1,@p2,@p3);"
The same database, but under FB 2.1 RC2 (17755), running same SP I get this
error:
base {System.Data.Common