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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.