由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - jdbc with access 2000 problem
相关主题
jdbc/odbc MS Access file creation questionjdbc问题一问
Help! An Exception about JMSA question
Re: can Applet use JDBC?find all tables used in a hibernate/jdbc project?
[转载] Question 1: refresh view of database?jdbc + oracle connection pooling问题
如何用java在DB2里创建一个新的databaseHelp-applet access remote database
[转载] JSP access database的问题spring security还真有点怪
a question regarding JDBC driver?Database Administrator Job opportunity
How to implement pushing data from database to user?菜鸟问题
相关话题的讨论汇总
话题: jdbc话题: access话题: protection话题: 2000话题: password
进入Java版参与讨论
1 (共1页)
V*****y
发帖数: 26
1
Hello everyone,
I am working on jdbc with access 2000 and I'd like to provide a password
protection on the table level. It's easy to set this protection in Access 2000
but my question is how to program it with jdbc. I mean suppose I already set
the password for an Access table, what codes in java do I need to write to
enforce this protection. Seems to me jdbc only has password protection on
database level when establishing the database connection. Any suggestion or
comments will be greatly appre
f****n
发帖数: 208
2
In servlet and jsp, such requirement can be achieved by session. When user
login for the first-time, a unique id should be assigned to the session.
If you write the server code yourself, you can use the similiar idea to keep
track of the user id.

2000

【在 V*****y 的大作中提到】
: Hello everyone,
: I am working on jdbc with access 2000 and I'd like to provide a password
: protection on the table level. It's easy to set this protection in Access 2000
: but my question is how to program it with jdbc. I mean suppose I already set
: the password for an Access table, what codes in java do I need to write to
: enforce this protection. Seems to me jdbc only has password protection on
: database level when establishing the database connection. Any suggestion or
: comments will be greatly appre

1 (共1页)
进入Java版参与讨论
相关主题
菜鸟问题如何用java在DB2里创建一个新的database
how do u store secrets?[转载] JSP access database的问题
请教:real time process credit carda question regarding JDBC driver?
那个blackdown到底是干什么的?How to implement pushing data from database to user?
jdbc/odbc MS Access file creation questionjdbc问题一问
Help! An Exception about JMSA question
Re: can Applet use JDBC?find all tables used in a hibernate/jdbc project?
[转载] Question 1: refresh view of database?jdbc + oracle connection pooling问题
相关话题的讨论汇总
话题: jdbc话题: access话题: protection话题: 2000话题: password