This is a discussion on ODBC and savepoints within the MS SQL ODBC forums, part of the Microsoft SQL Server category; --> Hello, we ported an application from the 'DB-library for C' to ODBC for SQL Server 2000. That required to ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, we ported an application from the 'DB-library for C' to ODBC for SQL Server 2000. That required to port the TSQL statements "[begin|end|rollback] tran" to the appropriate ODBC call. But we do not know what we shall do with savepoints (e.g. "save transaction tran_name" ). Does ODBC support savepoints? Thank you! Michael |