There are two possible limits I've run into while using embperl w/ a postgres 
database.

1. If I have a embperl page that does a SELECT * FROM some_table and the table 
has more than ten fields in it, only the first ten columns get displayed in the 
embperl-generated table.

2. When I do a SELECT statement that returns a significantly high number of 
rows, not all of the rows get displayed. For example: I made a search engine for 
webcams. Most of the webcams in the database are located in Washington, 204 of 
them to be exact. Here is a search on 'washington': 
http://www.kvic.com/camsearch.epl?search_str=washington&method=all 
The header that says '204 Cams Returned for keyword(s) "washington"' gets its 
value from $sth->rows, but if you notice (I added some code to display $row for 
each row) there are only 100 rows.

So, are these limits of Embperl, Postgres, DBI, our server or something else?

http://www.singlespeedsanonymous.com/

        "People are the worst drivers in the world" -Gavin Spomer


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to