![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Expert Programmer
|
Seriously, just have a separate random access file for usernames and passwords, it'll be much easier. Use CSV or something to delimit the values, and before you read and write the file you could even run a byte encryption algorithm like blowfish on it.
Along the lines of: Type UserAccount Username as string Password as string End Type Dim Users() as UserAccount |
|
|
|
|
|
#12 |
|
Newbie
Join Date: Feb 2005
Posts: 18
Rep Power: 0
![]() |
i was going to use a text file originally but that would be quite unsafe, plus im trying to keep the number of files that this app uses down. does anybody know anything about inserting a adatabase via the OLE tool?
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|