blob: 49c6dec313ef830463ff12b93e3d0bfa1070000b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
connected
# of result cols: 2
Result set:
1 0102030405060708
Testing SQLBindParameter with SQLExecDirect...
Result set:
foo
bar
Testing SQLBindParameter with NULL param...
Result set:
NULL
Testing SQLBindParameter with integer NULL param...
Testing SQLDescribeParam...
Param 1: type INTEGER; size 10; dec digits -1; nullable
# of result cols: 2
Result set:
3 foobar
disconnecting
|