每个Web在线用户连接与有自己的存取权限的.mdb?怎么做 [英] each web online user connect with there own acces .mdb? how to do that

查看:153
本文介绍了每个Web在线用户连接与有自己的存取权限的.mdb?怎么做的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的项目,当新用户在自己的网站在线注册,然后我的项目上以用户名ABC服务器创建一个目录,并在其中复制MYDB.MDB文件。

in my project, when a new user register online on my website, then my project create a directory on server with the user name "abc" and copy a myDB.mdb file in it.

此.mdb文件中包含predefined 2表。

this .mdb file contains predefined 2 tables.

现在我的问题是:

1是能够连接和在此任务与Dataset.xsd使用

1 is it possible to connect and use with Dataset.xsd in this task.

2如何每个用户阅读和有自己的MYDB.MDB文件写入数据。

2 how each user read and write data with there own myDB.mdb file

3如何连接字符串灵活。所以它会与每个用户MYDB.MDB文件连接。

3 how to make the connection string flexible. so it ll connect with each user myDB.mdb file.

我没有任何线索,如何完成它。我曾与dataset.xsd和VB asp.net但这些都是静态的dataset.xsd或predefined的.xsd

I don't have any clue that how to complete it. i worked with dataset.xsd and vb asp.net but those were static dataset.xsd or predefined .xsd

JS

推荐答案

哦,请不要这么做。你真的,真的,真的需要避免在所有可能的成本,这种做法。

Oh, please don't do this. You really, really, really need to avoid this approach at all possible costs.

我强烈建议你安装免费的的SQL Server防爆preSS ,或 MySQL的,或任何其他多用户数据库和存储数据在那里来代替。

I strongly suggest that you install the free SQL Server Express, or MySQL, or any other multi-user database and store your data in there instead.

这样做将preserve你的理智都创建初始执行时,当你需要更新所有已为最终用户创建的多边开发银行的一列或表。

Doing this will preserve your sanity both when creating the initial implementation and when you have to update a column or a table in all of the MDBs that have been created for your end users.

这篇关于每个Web在线用户连接与有自己的存取权限的.mdb?怎么做的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆