primosteve
Member
- Joined
- Jul 30, 2013
- Messages
- 5
- Programming Experience
- 5-10
Hello all
I am using vb.net 201 2and i need to connect to a progress database via an odbc connection, read data and then save that data to a SQL database. I have suprised myself by being able to do this but i can only read a few records into the app then onto SQL before i get an error message. The message is as follows
" ERROR [HY000] [DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Number of open cursors exceeds limit (7612) ".
Not getting much help when i google the error message but i think i understand why i get it, and to stop it i need to close my connection for every go round my loop but now sure how to do that as i use code as follows
<code removed by moderator>
Hope that all makes sense and any help is very gratefully appreciated
Steve
I am using vb.net 201 2and i need to connect to a progress database via an odbc connection, read data and then save that data to a SQL database. I have suprised myself by being able to do this but i can only read a few records into the app then onto SQL before i get an error message. The message is as follows
" ERROR [HY000] [DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Number of open cursors exceeds limit (7612) ".
Not getting much help when i google the error message but i think i understand why i get it, and to stop it i need to close my connection for every go round my loop but now sure how to do that as i use code as follows
<code removed by moderator>
Hope that all makes sense and any help is very gratefully appreciated
Steve
Last edited by a moderator: