摘要:
I have a function extracted from a delphi dll Struct 1 is made up of : Moreover struct2 is made up of: Now using C# i am trying to pass a same time of 阅读全文
摘要:
SELECT a.name, b.rowsFROM sysobjects AS a INNER JOINsysindexes AS b ON a.id = b.idWHERE (a.type = 'u') AND (b.indid IN (0, 1))ORDER BY b.rows DESC 阅读全文
摘要:
create user dbusrfan identified by xx; alter user dbusrfan identified by xx;grant connect,resource to pes;grant create session to dbusrfan; grant unli 阅读全文