感谢大家的指点!我再试试

2004-06-09 12:39
response.write (rs("name"))改为 response.write '"&rs("name")&"'
另请问:我建了个user.mdb里面有个表table,我想列出table中的name字段在这里应该就user还是table啊 回答:如果是读table中的字段应该这样: sqlstr="select * from table"

2004-06-10 12:35
2004-06-10 12:41
奇耻大辱!今天才找到原因了 我的data.mdb中表的名table是个关键字啊 所以运行到sqlstr="select * from table就挂了 给表改个名就好了5555555555

2004-06-18 11:28
我的data.mdb中表的名table是个关键字啊 所以运行到sqlstr="select * from table就挂了
我的data.mdb中表的名table是个关键字啊 所以运行到sqlstr="select * from [table]就挂了
这样就可以了

2004-06-18 12:39
2004-06-18 14:26
2004-06-18 15:41
2004-06-18 19:35
2004-06-18 19:48