Search found 1 match

by jp1976
Fri Sep 13, 2019 9:54 am
Forum: General Discussion
Topic: Cleaning ES3 MySql database
Replies: 6
Views: 2957

Re: Cleaning ES3 MySql database

Hi both, I've had the same error with my project - using ES3Cloud.DownloadFilenames returns only 21 rows where as my database has 36. Any thoughts/solutions? A regular PHP statement "$data = $db->query('SELECT filenames FROM tablename')->fetchAll(PDO::FETCH_COLUMN);" returns all 36 rows. T...