Export s3db to CSV

outlawz

Member
Licensed User
Hi, could we export a s3db database to CSV? How?

The reverse example is easy, we find lots of stuff here on forum. Please give a help.

Thanks
 
Last edited:

Cableguy

Expert
Licensed User
Longtime User
Load the database to a table control, wich may even be not visible, then use savetocsv...
From B4ppc help file:

Syntax: SaveCSV (File Name, Separator Character, IncludeHeader)
 
Top