Hi,
This is my first attempt of making a standalone application, so I would appreciate any help on this :)
I want to include in the program - that will be a .exe - a default dataset and give the user the option to use their own dataset.
What is the best way to do this, the recordset is about 3000 records long. Should I hardcode this? Or is there a way to bundle the dataset as a text file with the program.
Many thanks in advance
This is my first attempt of making a standalone application, so I would appreciate any help on this :)
I want to include in the program - that will be a .exe - a default dataset and give the user the option to use their own dataset.
What is the best way to do this, the recordset is about 3000 records long. Should I hardcode this? Or is there a way to bundle the dataset as a text file with the program.
Many thanks in advance
Comment