Universal Data Exporter PHP Support Product Page
Empty CSV File
 Asked  11 Feb 2010  02:26:16 
  1 
     has   this question  
  11 Feb 2010  02:26:16 Karl Trollinger posted: 
 Hi - just go going using this. I read the post regarding Server Behaviors vs. Behaviors and got going. I am trying to output a HTML table as CSV. However the table is empty, save for the header row. Any help is appreciated.   Replies
 Replied 13 Feb 2010  21:05:39 
   13 Feb 2010  21:05:39 Patrick Julicher replied: 
  Hi Karl,
Is there any difference when you output to Excel? Does the content from the table come from a database? If so, could you try to export directly from a recordset using the UDE as server behavior?
Kind regards, Patrick
  Is there any difference when you output to Excel? Does the content from the table come from a database? If so, could you try to export directly from a recordset using the UDE as server behavior?
Kind regards, Patrick
 Replied 18 Feb 2010  01:02:57 
   18 Feb 2010  01:02:57 Karl Trollinger replied: 
  Ok -still not working - though using the recordset way i got 4 errors
Here they are:
Warning: mysql_data_seek() [function.mysql-data-seek]: Offset 0 is invalid for MySQL result index 5 (or the query data is unbuffered)
Warning: Cannot modify header information - headers already sent by Lines 44, 45 and 46 of dmxDataExporter.php (3 errors)
  Here they are:
Warning: mysql_data_seek() [function.mysql-data-seek]: Offset 0 is invalid for MySQL result index 5 (or the query data is unbuffered)
Warning: Cannot modify header information - headers already sent by Lines 44, 45 and 46 of dmxDataExporter.php (3 errors)
