From:
<car...@te...> - 2004-04-26 10:42:03
|
Hello: > I just solved my problem by changing the line from > parameterPassword := FbParameter.Create('@PASSWORD' > <mailto:%27@PASSWORD%27>, FirebirdSql.Data.Firebird.FbDbType.Text); to > parameterPassword := FbParameter.Create('@PASSWORD' > <mailto:%27@PASSWORD%27>, FirebirdSql.Data.Firebird.FbDbType.Varchar); > after this changes everything looks fine. Ok :) , You can read the message: [Firebird-net-provider] Parameter handling (27/3/2004) For now the reasons of the problem ;) -- Best regards Carlos Guzmán Álvarez Vigo-Spain |