32 |
|
|
33 |
|
10. Select all from new table. |
34 |
|
|
35 |
< |
11. Drop Database and repeat above but with no default connection character set. |
35 |
> |
11. Execute Stored proc and display results |
36 |
> |
|
37 |
> |
12. Drop Database and repeat above but with WIN1252 and no default connection character set. |
38 |
|
} |
39 |
|
|
40 |
|
interface |
93 |
|
Statement, |
94 |
|
Statement2: IStatement; |
95 |
|
ResultSet: IResultSet; |
94 |
– |
i: integer; |
96 |
|
begin |
97 |
|
Transaction := Attachment.StartTransaction([isc_tpb_write,isc_tpb_nowait,isc_tpb_concurrency],taCommit); |
98 |
|
|
152 |
|
Statement: IStatement; |
153 |
|
Results: IResults; |
154 |
|
begin |
155 |
< |
writeln('Testing Blob as stored proc parameter'); |
155 |
> |
writeln(OutFile,'Testing Blob as stored proc parameter'); |
156 |
|
Transaction := Attachment.StartTransaction([isc_tpb_write,isc_tpb_nowait,isc_tpb_concurrency],taCommit); |
157 |
|
|
158 |
|
Statement := Attachment.Prepare(Transaction,sqlExecProc); |