1EXPORTS
2	SQLAllocConnect
3	SQLAllocEnv
4	SQLAllocHandle
5	SQLAllocStmt
6	SQLBindCol
7	SQLBindParam
8	SQLBindParameter
9;	SQLBrowseConnect
10	SQLCancel
11	SQLCloseCursor
12	SQLColAttribute
13	SQLColAttributes
14	SQLColumnPrivileges
15	SQLColumns
16	SQLConnect
17	SQLCopyDesc
18	SQLDescribeCol
19;	SQLDescribeParam
20	SQLDisconnect
21	SQLDriverConnect
22	SQLEndTran
23	SQLError
24	SQLExecDirect
25	SQLExecute
26	SQLExtendedFetch
27	SQLFetch
28	SQLFetchScroll
29	SQLForeignKeys
30	SQLFreeConnect
31	SQLFreeEnv
32	SQLFreeHandle
33	SQLFreeStmt
34	SQLGetConnectAttr
35	SQLGetConnectOption
36	SQLGetCursorName
37	SQLGetData
38	SQLGetDescField
39	SQLGetDescRec
40	SQLGetDiagField
41	SQLGetDiagRec
42	SQLGetEnvAttr
43	SQLGetFunctions
44	SQLGetInfo
45	SQLGetStmtAttr
46	SQLGetStmtOption
47	SQLGetTypeInfo
48	SQLMoreResults
49	SQLNativeSql
50	SQLNumParams
51	SQLNumResultCols
52	SQLParamData
53	SQLParamOptions
54	SQLPrepare
55	SQLPrimaryKeys
56	SQLProcedureColumns
57	SQLProcedures
58	SQLPutData
59	SQLRowCount
60	SQLSetConnectAttr
61	SQLSetConnectOption
62	SQLSetCursorName
63	SQLSetDescField
64	SQLSetDescRec
65	SQLSetEnvAttr
66	SQLSetParam
67	SQLSetPos
68	SQLSetScrollOptions
69	SQLSetStmtAttr
70	SQLSetStmtOption
71	SQLSpecialColumns
72	SQLStatistics
73	SQLTablePrivileges
74	SQLTables
75	SQLTransact
76	ConfigDSN
77	ConfigDriver
78	ConfigTranslator
79	bcp_initA = win_bcp_initA
80	bcp_control = win_bcp_control
81	bcp_colptr = win_bcp_colptr
82	bcp_sendrow = win_bcp_sendrow
83	bcp_batch = win_bcp_batch
84	bcp_done = win_bcp_done
85	bcp_bind = win_bcp_bind
86	DllRegisterServer PRIVATE
87	DllUnregisterServer PRIVATE
88	SQLGetTypeInfoW = SQLGetTypeInfo
89
90