V
VJ
Hi,
I am working on a small application and dont want to store records in any
database (access,sql. etc). I want to write & read
information from my own binary file, for this purpose I have declared type
in my application which is as follows.
Public Type CustDetails
CustID as long
FName as string
LName as string
Addr as string
City as string
State as string
Country as string
DateofBirth as date
Weight as double
I am working on a small application and dont want to store records in any
database (access,sql. etc). I want to write & read
information from my own binary file, for this purpose I have declared type
in my application which is as follows.
Public Type CustDetails
CustID as long
FName as string
LName as string
Addr as string
City as string
State as string
Country as string
DateofBirth as date
Weight as double