> param = new FbParameter("@ID", FbDbType.VarChar);
> param.Direction = ParameterDirection.Output;
> com.Parameters.Add(param);
> int i =0;
> conn.Open();
> i = (int)com.ExecuteScalar();
I will try to tajke a look at this as soon as possible, but this output
parameter should be FbDbType.Integer ??
- Re: [Firebird-net-provider] Input string was not i... Carlos Guzmán Álvarez
- Re: [Firebird-net-provider] Input string was ... Ben Hart
- Re: [Firebird-net-provider] Input string ... Carlos Guzmán Álvarez
- Re: [Firebird-net-provider] Input str... Ben Hart
- Re: [Firebird-net-provider] Input... Carlos Guzmán Álvarez
- Re: [Firebird-net-provider] ... Ben Hart
- Re: [Firebird-net-provider] Input string was ... Ben Hart