-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibex_ado_connection_.h
executable file
·30 lines (21 loc) · 1.41 KB
/
libex_ado_connection_.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* -------------------------------------------------------------------------- */
/* (c) ali@balarabe.com [libex_ado_connection_.h] */
/* -------------------------------------------------------------------------- */
#if !defined INCLUDED_LIBEX_ADO_CONNECTION__H && LX_PLATFORM_WIN32
#define INCLUDED_LIBEX_ADO_CONNECTION__H
#include "libex_ado_connection.h"
#define Ado lx_Ado
/* -------------------------------------------------------------------------- */
/* Constructor / Destructor: */
#define Ado_openSqlServerDb lx_Ado_openSqlServerDb
#define Ado_openJetDb lx_Ado_openJetDb
#define Ado_free lx_Ado_free
/* -------------------------------------------------------------------------- */
/* Properties: */
#define Ado_connectionString lx_Ado_connectionString
/* -------------------------------------------------------------------------- */
/* Methods: */
#define Ado_execute lx_Ado_execute
#define Ado_execute2 lx_Ado_execute2
#define Ado_readCsv lx_Ado_readCsv
#endif /*eof*/