Advantage .NET Data Provider
Creates a savepoint in the current transaction.
public void CreateSavepoint( string strSavepoint);
This function creates a savepoint in the transaction associated with the AdsConnection. If the transaction has already been committed or rolled back, this will throw an InvalidOperationException.
See Also