;/*************************************************************************** ; * Copyright (C) 1995-2002 MySQL AB, www.mysql.com * ; * * ; * This program is free software; you can redistribute it and/or modify * ; * it under the terms of the GNU General Public License as published by * ; * the Free Software Foundation; either version 2 of the License, or * ; * (at your option) any later version. * ; * * ; * This program is distributed in the hope that it will be useful, * ; * but WITHOUT ANY WARRANTY; without even the implied warranty of * ; * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * ; * GNU General Public License for more details. * ; * * ; * You should have received a copy of the GNU General Public License * ; * along with this program; if not, write to the Free Software Foundation * ; * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ;****************************************************************************/ ; ;/*************************************************************************** ; * MYODBC3.DEF * ; * * ; * @description: Definations of list of supported APIs and/or functions * ; * * ; * @author : MySQL AB(monty@mysql.com, venu@mysql.com) * ; * @date : 2001-Aug-15 * ; * @product : myodbc3 * ; * * ;****************************************************************************/ ; LIBRARY MYODBC3.DLL VERSION 03.51.02 DESCRIPTION "MySQL ODBC 3.51 Driver, (C) Copyright MySQL AB 1995-2002" ;CODE MOVEABLE DISCARDABLE ;DATA MOVEABLE MULTIPLE ;PROTMODE ;SEGMENTS ;DLL_TEXT PRELOAD ;INIT_TEXT PRELOAD ;DATA PRELOAD ;HEAPSIZE 10000 ; ; Export definations EXPORTS ; SQLAllocConnect SQLAllocEnv SQLAllocStmt SQLAllocHandle SQLBindCol SQLCancel SQLColAttributes SQLConnect SQLDescribeCol SQLDisconnect SQLError SQLExecDirect SQLExecute SQLFetch SQLFreeConnect SQLFreeEnv SQLFreeStmt SQLFreeHandle SQLGetCursorName SQLNumResultCols SQLPrepare SQLRowCount SQLSetCursorName SQLTransact SQLColumns SQLDriverConnect SQLGetEnvAttr SQLGetConnectAttr SQLGetConnectOption SQLGetData SQLGetFunctions SQLGetInfo SQLGetStmtAttr SQLGetStmtOption SQLGetTypeInfo SQLParamData SQLPutData SQLSetEnvAttr SQLSetConnectAttr SQLSetConnectOption SQLSetStmtAttr SQLSetStmtOption SQLSpecialColumns SQLStatistics SQLTables SQLBrowseConnect SQLColumnPrivileges SQLDescribeParam SQLExtendedFetch SQLForeignKeys SQLMoreResults SQLNativeSql SQLNumParams SQLParamOptions SQLPrimaryKeys SQLProcedureColumns SQLProcedures SQLSetPos SQLSetScrollOptions SQLTablePrivileges SQLBindParameter SQLGetDiagRec SQLGetDiagField SQLEndTran SQLFetchScroll SQLColAttribute SQLBulkOperations ;SQLSetDescField ;SQLSetDescRec ;SQLGetDescField ;SQLGetDescRec SQLCloseCursor ; DllMain LoadByOrdinal _DllMainCRTStartup DriverConnectProc ConfigDlgProc ConfigDSN ;