Mysql problem
#5

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 ,)
Reply


Messages In This Thread
Mysql problem - by Kyle - 03.05.2011, 21:40
Re: Mysql problem - by Georgelopez1 - 03.05.2011, 21:57
Re: Mysql problem - by Kyle - 04.05.2011, 06:27
Re: Mysql problem - by Calgon - 04.05.2011, 07:57
Re: Mysql problem - by Kyle - 04.05.2011, 13:15
Re: Mysql problem - by MadeMan - 04.05.2011, 13:23
Re: Mysql problem - by Kyle - 04.05.2011, 13:25
Re: Mysql problem - by MadeMan - 04.05.2011, 13:29
Re: Mysql problem - by Kyle - 04.05.2011, 13:30
Re: Mysql problem - by MadeMan - 04.05.2011, 13:32

Forum Jump:


Users browsing this thread: 1 Guest(s)