file handling in vb.net

Posted by Indranil Mutsuddy on Stack Overflow See other posts from Stack Overflow or by Indranil Mutsuddy
Published on 2010-04-26T16:49:43Z Indexed on 2010/04/26 16:53 UTC
Read the original article Hit count: 418

Filed under:

Hello there I have developed an application in vb.net2008 and database sqlserver. Now i want to ignore the database(it has 1 table as customer(name,password,hour,minute)) as i dont want my client to install sqlserver separately or other overheads.

I am planning to do the whole using file handling in vb.net(manipulating the data in files itself eg change username, password etc). As I am new i dont actually know the proper way and of course need assistance.

Kindly help out. Regards Indranil

© Stack Overflow or respective owner

Related posts about vb.net