transact.c
上传用户:jmzj888
上传日期:2007-01-02
资源大小:220k
文件大小:0k
- /* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
- This file is public domain and comes with NO WARRANTY of any kind */
- /*
- ** TRANSACT.C - This is the ODBC sample driver code for
- ** processing transactions.
- **
- ** This code is furnished on an as-is basis as part of the ODBC SDK and is
- ** intended for example purposes only.
- **
- */
- #include "myodbc.h"
- // SQLC transaction control functions.
- RETCODE SQL_API SQLTransact(HENV henv,HDBC hdbc,UWORD fType)
- {
- return SQL_SUCCESS;
- }