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.
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.
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.