Search found 9 matches

by hitman
16.10.2006, 08:55
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: wrrong with ZSQLMetadata?????
Replies: 0
Views: 454

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...
by hitman
31.07.2006, 00:18
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: muti update table
Replies: 4
Views: 899

tks
i did update a set id = :id where id = :old_id

so raise a error !! ha ha
by hitman
30.07.2006, 03:38
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: muti update table
Replies: 4
Views: 899

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 !!
by hitman
29.07.2006, 00:16
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: oracle connect
Replies: 2
Views: 850

tks ,i will try
by hitman
28.07.2006, 04:25
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: oracle connect
Replies: 2
Views: 850

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'
by hitman
28.07.2006, 03:19
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: tzconnection ,adoconnection, Tdatabase
Replies: 3
Views: 1138

tzconnection ,adoconnection, Tdatabase

the ado and bde are all have the property 'keepconnection '


do the Tzconnection have this or will have
by hitman
20.07.2006, 00:26
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: oralcal modify error
Replies: 3
Views: 993

thank's
by hitman
19.07.2006, 03:57
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: oracle update err
Replies: 0
Views: 636

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???
by hitman
19.07.2006, 03:24
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: oralcal modify error
Replies: 3
Views: 993

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...