Hello,

Can I create my own databse ?

seocndly

How can I save this information

Public Type Record
ID As Integer
Name As String * 20
End Type

Dim MyRec as Record

Myrec.Id=1
Myrec.name="deep"
How can I save this info to a file