temp url

你的名字 2022-08-27 12:56 222阅读 0赞

http://cgi.ebay.com.cn/ws/eBayISAPI.dll?ViewItem&category=97457&item=57

45486295&rd=1&ssPageName=WDVW   数据线

http://python.cn/pipermail/python-chinese/2004-January/000012.html  A

DO信息

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270

/htm/mdconprerequisites.asp

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270

/htm/mdmscadoprogrammersguide.asp

如题,
SQL可以查询,删除等操作,如果我连接上数据库后,是否可以列出指定表的字段

名,或者库的表名。

详细说是这样,我知道有一个表,可以用ASP读出表都有什么字段以及它的类型吗

请指点,分不够加。

回复人: ryuginka(除了我谁敢用真名:刘银华) ( ) 信誉:95 2005-02-15

09:15:00 得分: 0

dim rs
rs.open “select * from table”
for i=0 to rs.recordcount
response.write rs.fields.name
next

Top

回复人: newsuperstar(争取早日发光) ( ) 信誉:100 2005-02-15 09:31:00

得分: 0

for i=0 to rs.fields.count
response.write rs.fields(i).name ‘可以列出指定表的字段名
next

字段类型好象不行

Pros: quite and stable ; C

Cons: 1. The 3d performance of nc6000 is very poor. Compare with other

notebooks which equiped with ATI’’s Mobility Radeon 9600 (same as

nc6000), nc6000 only scores 58xx in 3dmarks2001se while others can

score > 7000. The performance is worse then some notebooks equiped with

Radeon 9000. 2.The hp website states that the memory spec. is 333 MHz,

however, it didn’’t say nc6000 supports 333 MHz! It is known that some

models of nc6000 only support 266 Mhz Ram but equiped with 333 Mhz Ram

(which only runs at 266 Mhz Ram). Until the above two issues are

solved, nc6000 is not recommended.

发表评论

表情:
评论列表 (有 0 条评论,222人围观)

还没有评论,来说两句吧...

相关阅读

    相关 temp ssr

    由服务端请求首屏数据,而不是客户端请求首屏数据,这是“快”的一个主要原因。服务端在内网进行请求,数据响应速度快。客户端在不同网络环境进行数据请求,且外网http请求开销大,导致