-- Daniel Godefroy Consultant en informatique de gestion 5732 trans Island 2 Impasse Couloute Montréal, Québec, H3W 3B2 Pétionville, Haiti +1:514-577-0738/305-433-2762 +509-3448-5673 +1-514-448-1077
I need to use a resultset with 4 or 5 rows for a payroll. I get it from
a simple select statement. I will use it for every employee in the
payroll. I need to process the different rows for each employee. The
recordset should then be of the type scrool_insensitive so that I can
start over for each employee. I can not find how to obtain this type of
recordset. i tried tu use the constant type resulSet.
TYPE_SCROLL_INSENSITIVE in teh prepared statement but I get an error
saying that it received 1 004 as an invalid parameter. Is it possible to
get the type of recordset I need?
- Obtaining a scroll insensitive resultset from a select que... Daniel Godefroy
- Re: Obtaining a scroll insensitive resultset from a s... Rick Hillegas
