涉及生计问题!急!急!急(200分)

  • 主题发起人 主题发起人 wangaiming
  • 开始时间 开始时间
W

wangaiming

Unregistered / Unconfirmed
GUEST, unregistred user!
1.oracle 73的rowid类型字段能不能自动增长,其最大值为多少.如果采用触发器或存储过程的形式,请写出源代码(假设字段名为id).
2.用delphi 4开发瘦客户程序时,我的应用服务器上已经运行了scktsrvr.exe,
但我采用socktconnetion控件始终连接不上.
 
1. ROWID Datatype
Each row in the database has an address. You can examine a row's address by querying the pseudocolumn ROWID. Values of this pseudocolumn are hexadecimal strings representing the address of each row. These string have the datatype ROWID. For more information on the ROWID pseudocolumn, see the section "Pseudocolumns" . You can also create tables and clusters that contain actual columns having the ROWID datatype. Oracle7 does not guarantee that the values of such columns are valid ROWIDs.
Character values representing ROWIDs:

block.row.file

Example

Consider this ROWID value:


0000000F.0000.0002
The row corresponding to this ROWID is the first row (0000) in the fifteenth data block (0000000F) of the second data file (0002).

2. 看看delphi的demos下的相关例子程序吧,那是最好的学习
 
必须使用DCOMCNFG.EXE 进行配置,同时还必须注意COM口
 
请继续讨论或结素次问题
 
采用socktconnetion是否还得给出IP、网关等信息呢!
 
实在不忍心结束此问题,关系到人家生计
再给三天!
 
我还是不忍心结束,
是连不上吗?
用这个连
http://202.120.85.61/DELPHIBBS/DispQ.asp?LID=109384
 
没理由去动row_id
 
1.rowid 是oracle 的一种数据类型,表示当前行的地址,是伪列,并不是
实际的数据,也不一定auto increment,可用select rowid,othercolumn
from yourtable找出
2.我在N-tired中使用tcpip连接一切正常,不知你用什么连接,怎样配置,怎
样使用,出现什么错误,现难以回答。
 
关于第二个问题的回答:
在DELPHI4的scktsrvr.exe程序有BUG,在www.csdn.net上有修补程序。我也遇到过
类似的问题,升级后一切OK。
另外,你的DELPHI4要升级到PACK3,因为它的瘦客户开发控件有BUG。PACK3不会修复scktsrvr.exe的问题。
DELPHI4 PACK的KEY为:100-003-4481 75x2-5fx0
 
估计是不来了
 
多人接受答案了。
 
后退
顶部