From:
<car...@te...> - 2003-10-21 16:28:19
|
Hello: > I get lastest CVS sources, but problem not fixed. It's working for me, are you sure you have got the latest CVS sources ?? Here is my sample code: FbConnection connection = new FbConnection(connectionString); connection.Open(); FbTransaction transaction = connection.BeginTransaction(); FbCommand command = new FbCommand("GETVARCHARFIELD", connection, transaction); command.CommandType = CommandType.StoredProcedure; FbCommandBuilder.DeriveParameters(command); transaction.Commit(); connection.Close(); -- Best regards Carlos Guzmán Álvarez Vigo-Spain |