• YOU can help the next generation of students in the community!
    Share your trial papers and notes on our Notes & Resources page

Database access integrated in VB (1 Viewer)

thenuker6

New Member
Joined
Feb 27, 2009
Messages
14
Gender
Male
HSC
N/A
How would I possibly integrate microsoft access into my current major project, also I need to encrypt some passwords using MD5 and am currently unable to properly do this using an external file/database.
Please Help.
 

Patato

New Member
Joined
Nov 5, 2009
Messages
27
Gender
Male
HSC
2011
Hey thenuker,

How would I possibly integrate microsoft access into my current major project
That would depend on which version of Visual Basic you are using. In VB6 and .NET you can use a driver known as ODBC (Open Database Connectivity), however in the newer .NET versions you can also utilise components like ADO .NET and the Microsoft Jet Driver.

As for the MD5 Hash, there are cryptography modules available, such as this.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top