With VB.net, I'm coding a simple application to get more used to the new .Net format.
I'd like to save all the information to a 'new' database file. Can anyone point me in the right direction as to how to create a database on the fly, once that is done i'll be able to connect to it no problem, but actually creating the file is proving difficult to work out.
Also, with vb.net and the newly created custom file, how can it be made to automatically open that information with the program?
Is there a method in installation to associate the file type with the new program? How can i check when the program loads if a database file has been 'double-clicked' and proceed to load the data?
Any pointers to the right information would be greatly appreciated!
Best regards,
Thomas Meier
2006-07-20
14:34:17
·
2 answers
·
asked by
PommyTom
4
in
Computers & Internet
➔ Programming & Design
I guess, i'm talking about a flat file...
The windows application has many different fields and content etc, then i need to save that to a file that could later be loaded by 'double clicking'. I assumed the easiest way would be to create a mini-database for each unique file, but this may be wrong, if there are alternatives please enlighten me =)
2006-07-20
14:55:25 ·
update #1