blob: 17973fb3cf4f6335003bd5f6fa6a314a355a5e2c (
plain)
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
|
Check for SQLAllocEnv
Check for SQLAllocConnect
Check for SQLAllocStmt
Check for SQLSetConnectOption
Check for SQLGetConnectOption
Access type is: read-write
Check for SQLError
Error check: ERROR: relation "table_not_here" does not exist;
Error while executing the query
Check for SQLSetParam
Result set:
100
Check for SQLGetStmtOption
Cursor type is: forward
Check for SQLSetStmtOption
Cursor type is: static
Check for SQLSetScrollOptions
Cursor type is: forward
Check for SQLColAttributes
Column 1: foo
Column 2: bar
Check for SQLParamOptions
Status of execution
Check for SQLFreeStmt
Check for SQLFreeConnect
Check for SQLFreeEnv
connected
Check for SQLTransact
Result set:
disconnecting
|