开发者

Delphi & Access [closed]

开发者 https://www.devze.com 2022-12-30 13:18 出处:网络
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
Closed. This question needs to be more focused. It is not currently accepting answers.

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 5 years ago.

Improve this question

How can I use MS Access as a back-end database for a Delphi program?


Using MS Access from Delphi is straight forward. ADO is supported in Professional and Enterprise/Architect SKUs.

I would recommend saving the hash for your passwords in the database. this way, when the user enters a user name and password, you hash that password and compare it to what's stored in the database. This means you don't have an un-hashed version hanging around, so it's more secure.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号