04.05.2011, 13:15
About the delimiter, (correct me if I'm wrong) When selecting all the fields it basically puts them all together but each new row gets put into a long string but is seperated by the | when that is seperated I then use sscanf to split each of the rows because each row has a field like this:
0.00,0.00,0.00,0,0 (with different information hence me using sscanf to split it using the delimiter ,)
0.00,0.00,0.00,0,0 (with different information hence me using sscanf to split it using the delimiter ,)