1 Entries made
for myodbc3
in csqlds.conf
file.
2 Entries made
for psql
in csqlds.conf
file.
3 Table
't1 and t2' is created
in myodbc3
4 SELECT records from myodbc3
5 +---------------------------------------+
12 +---------------------------------------+
13 \e[?
1034hSQL
> select * from t1
;
14 +-----------+---------------------+
16 +-----------+---------------------+
20 +-----------+---------------------+
23 SQL
> select * from t2
;
24 +-----------+---------------------+
26 +-----------+---------------------+
30 +-----------+---------------------+
34 Table
'tt1 and tt2' is created
in psql
35 SELECT records from psql
36 +---------------------------------------+
43 +---------------------------------------+
44 \e[?
1034hSQL
> select * from tt1
;
45 +------------+-----------+
47 +------------+-----------+
51 +------------+-----------+
54 SQL
> select * from tt2
;
55 +------------+-----------+
57 +------------+-----------+
61 +------------+-----------+
65 Table t1 is cached from myodbc3.
66 Table
'tt1' is cached from psql.
68 DELETE records from tables using Gateway
(csql
-g)
69 DELETE records from t1 and t2 table.
70 Statement Executed
: Rows Affected
= 1
71 Statement Executed
: Rows Affected
= 1
72 Statement Executed
: Rows Affected
= 1
73 Statement Executed
: Rows Affected
= 1
74 DELETE records from tt1 and tt2 table.
75 Statement Executed
: Rows Affected
= 1
76 Statement Executed
: Rows Affected
= 1
77 Statement Executed
: Rows Affected
= 1
78 Statement Executed
: Rows Affected
= 1
80 SELECT records from cached and non-cached tables using Gateway
(csql
-g)
81 select 't1' and
't2' table.
82 ---------------------------------------------------------
84 ---------------------------------------------------------
87 ---------------------------------------------------------
89 ---------------------------------------------------------
92 select 'tt1' and
'tt2' table.
93 ---------------------------------------------------------
95 ---------------------------------------------------------
98 ---------------------------------------------------------
100 ---------------------------------------------------------