You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@valenciaj it's hard to diagnose with just that information.
could you run some additional test, maybe if querying for id >= 100, id >= 1000, id >= 2000. If the result set stops on different stages it might be something related to the connection itself and not the data.
Then the thing to check will be mysql version, schema and try in other environment to narrow it down.
I'm reading many rows from database table, but ALWAYS stop execution in this record.
my crystal code:
Output:
I try to modify query to:
SELECT * FROM destinations WHERE id >= 10350
Now can see this record:
Program end normally
The text was updated successfully, but these errors were encountered: