Hello:
What can I do, so that this function works correctly?
Please send a test case to my private email including a test database.
--
Carlos Guzmán Álvarez
Vigo-Spain
http://carlosga.blogspot.com/
"When you don't code, you tend to become one of those architects who thinks
everything is
Hello,
I wrote the following function:
public void SaveChanges(DataTable table)
{
FbConnection myConn = new FbConnection(this.ConnectionString);
myConn.Open();
FbTransaction myTxn = myConn.BeginTransaction();
FbDataAdapter myDataAdapter = new FbDataAdapter(new
FbCommand(string.Format("S