Forum Discussion
Modesto
1 month agoOccasional Contributor
I did a test like that and didn't have any problems either. Now try inserting data into the variable; in my test, this variable is a table that receives 20 columns, and data is inserted from the return of a procedure. In this scenario, when I try to access it, the application freezes/closes.
rraghvani
Champion Level 3
1 month agoWhat does your data structure look like, and how are you inserting the data?
I'm guessing you're inserting data, that is not of the correct type!
- Modesto30 days agoOccasional Contributor
rraghvani
The data returned by the procedure is being inserted as a string into the table, but as I said, it works normally in Windows 10.