⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 transact.c

📁 MySQL的ODBC接口程序源代码
💻 C
字号:
/* 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;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -