07-27-2005 02:32 AM
07-28-2005 01:24 PM
capblans -
I could not use your sequence because you have a custom do/while step types. I tried a similar testcase to what you are doing and it did not fail. I fetched 30 values from a table in a loop. I ran this sequence in a loop 100 times. No error or failure. The accessing to the database that you are doing is basic access and we and other customers do this all the time. Can you be more specific about why you think the error is occurring?
07-29-2005 02:49 AM
I also did 30 occurences but with an other type of column. When the type is VARCHAR with more than 20 characters, I can't do more than 30 occurences.
I hope I answered your question.
capblans
07-29-2005 02:30 PM
capblans -
I still cannot duplicate the problem. I ran 300 plus loops where each loop fetch 30 records from the database. For each record I fetched data from a CHAR(255), VARCHAR(255) and an INT column. The values in the character fields were at least 50 characters. Based on the exception that you are seeing, I feel that it is either caused by memory getting corrupt, or there is a bug in the version of MYSQL that you are using. If you use a simple goto instead of your while step type, does the problem still occur? What version of MYSQL ODBC and server are you using?
08-01-2005 02:23 AM
I find a solution to do not have the error. It's using a property loader instead of the GET values step.
Even if I use a goto step at the end of my sequence it doesn't work.
I use the last version of driver MyODBC (version 3.51).
I use the version 2.0.53 of Apache server.
08-01-2005 10:06 AM