Row handles must be released error
Posted: Thu  19 Jun 2008 19:27
				
				I've got pretty familiar with this error.  In fact, I have 8 connections to work around this error.  But this time I'm stumped.
using Delphi 7, sDac 4.35.1.16,
Microsoft SQL Server: 09.00.3054
Microsoft SQL Native Client: 9.00.3042.00
all of the connections have multiple active result sets = true.
I have one table on one connection, with no other active datasets on that connection.
The table has 7 fields, 261 records, no filtersql statement. It is not attached to any controls.
I can only get this table to open without error about 1/2 the time. The rest of the time, I get the
Row handles must all be released before new ones can be obtained.
error.
This one has me stumped. I cleared it up by putting a 'dummy' filtersql statement (which results in 0 records), then opening the table, then setting the filtersql = ''.
any ideas?
			using Delphi 7, sDac 4.35.1.16,
Microsoft SQL Server: 09.00.3054
Microsoft SQL Native Client: 9.00.3042.00
all of the connections have multiple active result sets = true.
I have one table on one connection, with no other active datasets on that connection.
The table has 7 fields, 261 records, no filtersql statement. It is not attached to any controls.
I can only get this table to open without error about 1/2 the time. The rest of the time, I get the
Row handles must all be released before new ones can be obtained.
error.
This one has me stumped. I cleared it up by putting a 'dummy' filtersql statement (which results in 0 records), then opening the table, then setting the filtersql = ''.
any ideas?