Hello,

im using
mysql 3.23.41-log
perl 5.6

This might be a perl question but I have to
start somewhere:-)

to get the data out of the DB im using:

--- perl snip ---
while (my @fields = $sth->fetchrow_array()) {
    print join (";", @fields), "\n";
}
--- perl snip ---

so each data set is presented in csv style.
But the amount of data sets is not the same.

For a sql statement im using a simple "select count(*)..."

When im using the mysql client for the select statement more datasets are
returned
 then with the perl script( as an example 2348 lines to 3206 lines).

does someone have a clue to this problem?
Thanks in advance,
sake.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to