From:
<car...@te...> - 2003-10-13 18:47:49
|
Hello: > Has anyone got an exampel of the rest och the code I can use? Here is the rest of the code to fill a dataset .... in C# ;): FbDataAdapter FbAdapter = new FbDataAdapter(FbComm); DataSet dsCustomers = new DataSet("CUSTOMER"); // Fill dataset FbAdapter.Fill(ds, "CUSTOMER"); // Commit transaction ... // Close connection .... You can see the NUnit test suite for see some simple examples. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |