how to use Transaction ?
I use oledbConnection control connects to sybase database,when I execute an insert statement to sybase database by oledbcommand control, the result of oledbcommand.ExecuteNonQuery() is always -1,while it is all right when oledbconnection not support Transaction.
how can i do?
|