问下:我在EasyCGI.com租用了一款空间,怎么用access数据库呀?总链接不到数据库

EasyCGI 有专门放数据库的DB目录,我已经把数据库放在里了,而且在控制面板中添加了一个dsn了。
但怎么程序运行时,总是没链到数据库呀,内容都是空的??为什么?

那服务器指定放数据库的名字是db
我程序目录是post
ASP的数据库链接配置所以就是:../db/data.mdb
但就是不行。。。不知为什么

我发邮件问那服务商了,他们回信这样写,能帮我看看什么意思吗,怎么做?
Your scripts or application are generating this error and you will need to review your code to make the necessary changes.

When a Microsoft Access database is in use, the server locks it to prevent the file from being deleted or modified.

A script that is working correctly will lock and unlock a database in less than a second. If, however, your scripts are not closing the database connection after a database query, the database will remain locked. There is a 5 minute timeout set on the server, which will eventually release the database connection, and allow you to overwrite the file, but if you have more that a few users per hour on your website, your database will likely always be in use. You will need to review your scripts and make sure that there is always a close connection string after every open connection string.

Your access database is currently locked, as indicated by the .ldb file in your db folder. Until this connection is broken, you will not be able to update or even delete the database.

Please make sure that your code allows for closing open connections. Also you can temporarily take down your site by renaming the index or default file to index1.html and placing a Down for maintenance page up. You would only need to do this for a few minutes (5 to 10) to ensure all connections have been disconnected and then update or delete the database.

If you have any further questions, please feel free to contact us

http://www.easycgi.com/services/hosting+control+panel.html

试下这个页面,然后在那点击try our control panel demo.进入
然后在Help and Support

进入;http://www.easycgi.com/services/hosting+control+panel.html
后在这个页面就有关于ACCESS的说明,关于程序怎么链接配置到ACCESS的说明:

https://secure41.hcpanel.com/cgi-bin/hcpanel/hcpanel.pl?support_tool=kb&kb_id=67

我不懂程序,所以只能找你来看看了。
请求帮忙好吗。

modify是不是就是777属

modify是不是就是777属性呀、??