Search found 9 matches
- 16.10.2006, 08:55
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: wrrong with ZSQLMetadata?????
- Replies: 0
- Views: 464
wrrong with ZSQLMetadata?????
i use ZSQLMetadata +postgresql+ mdTables when acitve but there is nothing i see SQLMonitor got " SELECT NULL AS TABLE_CAT, n.nspname AS TABLE_SCHEM, c.relname AS TABLE_NAME, CASE (n.nspname LIKE 'pg_%') OR (n.nspname='information_schema') WHEN true THEN CASE n.nspname WHEN 'pg_catalog' THEN CAS...
- 31.07.2006, 00:18
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: muti update table
- Replies: 4
- Views: 917
- 30.07.2006, 03:38
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: muti update table
- Replies: 4
- Views: 917
muti update table
how to muti update table
ex
select a.id,b.name from a,b where a.id=b.id
now i update a only
how to do !!
ex
select a.id,b.name from a,b where a.id=b.id
now i update a only
how to do !!
- 29.07.2006, 00:16
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: oracle connect
- Replies: 2
- Views: 861
- 28.07.2006, 04:25
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: oracle connect
- Replies: 2
- Views: 861
oracle connect
how do i do on connection
ALTER SESSION SET NLS_LANGUAGE= 'SIMPLIFIED CHINESE' NLS_TERRITORY= 'CHINA' NLS_CURRENCY= 'RMB' NLS_ISO_CURRENCY= 'CHINA' NLS_NUMERIC_CHARACTERS= '.,' NLS_CALENDAR= 'GREGORIAN' NLS_DATE_FORMAT= 'DD-MON-RR' NLS_DATE_LANGUAGE= 'SIMPLIFIED CHINESE' NLS_SORT= 'BINARY'
ALTER SESSION SET NLS_LANGUAGE= 'SIMPLIFIED CHINESE' NLS_TERRITORY= 'CHINA' NLS_CURRENCY= 'RMB' NLS_ISO_CURRENCY= 'CHINA' NLS_NUMERIC_CHARACTERS= '.,' NLS_CALENDAR= 'GREGORIAN' NLS_DATE_FORMAT= 'DD-MON-RR' NLS_DATE_LANGUAGE= 'SIMPLIFIED CHINESE' NLS_SORT= 'BINARY'
- 28.07.2006, 03:19
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: tzconnection ,adoconnection, Tdatabase
- Replies: 3
- Views: 1167
tzconnection ,adoconnection, Tdatabase
the ado and bde are all have the property 'keepconnection '
do the Tzconnection have this or will have
do the Tzconnection have this or will have
- 20.07.2006, 00:26
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: oralcal modify error
- Replies: 3
- Views: 1003
- 19.07.2006, 03:57
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: oracle update err
- Replies: 0
- Views: 646
oracle update err
there are table write by another application
i can't modfiy this table use zeolib when i post or applyupdate
but can insert new
this table have prikey but why???
unicode???
i can't modfiy this table use zeolib when i post or applyupdate
but can insert new
this table have prikey but why???
unicode???
- 19.07.2006, 03:24
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: oralcal modify error
- Replies: 3
- Views: 1003
oralcal modify error
this is mic ado UPDATE "LIU1" SET "OPCODE"=:V0001 WHERE "OPCODE"=:V0002 AND "ROWID"=:V0003 this is zeoxlib UPDATE LIU1 SET GOODSID=:P1 WHERE GOODSID=:P2 AND OPCODE=:P3 AND GOODSNAME IS NULL AND GOODSENGNAME IS NULL AND GOODSINVNAME IS NULL AND GOODSSHORTNAME I...