repo.or.cz
/
csql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
memory leak fixes
[csql.git]
/
test
/
sqlapi
/
Connect
/
exp.test010
blob
5698a0ec10505df02304296ab6cd07728aa52238
1
Connection opened
2
Table T1 CREATED
3
One record inserted
4
update T1 set F2=100
5
One row updated
6
F2= 100
7
Total reccord fetchec=1
8
TABLE T1 DROPPED SUCCESSFULLY
9
Connection closed successfully