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
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Thread: My own DatabaseThreaded View
|
Click Here to Expand Forum to Full Width |