Best way to create easy adress register ?

Basseman

Member
Licensed User
Hi, i wonder which way is the best way to create a simple adressbook (register)
Like: Name, adress, phonenumber and email ??
Is it to use SQL library, i read somewhere that u could use a write to file commande but can´t find it again.

Thaks
 

Basseman

Member
Licensed User
I thank you for a quick and easy answer
Best Regards



If the list is not too big (up to several thousands of records), and you don't need any complex queries then the easiest way is to use a Table control with Table.SaveCSV and Table.LoadCSV.
 
Top