in reply to Re: Retrieving multiple records from database
in thread Retrieving multiple records from database

This is a really neat idiom, but there is a caveat: some database engines impose a limit on the number of items in an IN clause, and/or impose a limit on the number of placeholders that can be used in a SQL statement.

Michael

  • Comment on Re^2: Retrieving multiple records from database