User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Visual Basic 4 / 5 / 6 section within the Software Development category of DaniWeb, a massive community of 428,067 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,431 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums

Contents of DAT file are not in binary format

Join Date: May 2008
Posts: 7
Reputation: kousarrabiya is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 1
kousarrabiya's Avatar
kousarrabiya kousarrabiya is offline Offline
Newbie Poster

Contents of DAT file are not in binary format

  #1  
May 16th, 2008
Hi, Iam trying to put username and password in some dat file(ADMIN.DAT)from changeLogin page and getting/retreiving username and password from another page from ADMIN.DAT file....
My problem is username and password details are getting stored in dat file in readable text format NOT IN BINARY..

Writing into file part is
dname = My.DataFile("ADMIN.DAT")
fnum = FreeFile
Open dname For Binary Access Write As #fnum
Put #fnum, , uname
Put #fnum, , pwd

Close #fnum

Reading from file part is
dname = My.DataFile("ADMIN.DAT")
fnum = FreeFile
Open dname For Binary Access Read As #fnum

Get #fnum, , uname
Get #fnum, , pwd

Close #fnum

Any suggestions plz...
Last edited by kousarrabiya : May 16th, 2008 at 5:02 am. Reason: I press tab it got posted i don no y..
AddThis Social Bookmark Button
Reply With Quote  
All times are GMT -4. The time now is 12:05 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC