Hello:

            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 ??



--
Best regards

Carlos Guzmán Álvarez
Vigo-Spain


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to