first test in 2.8c XSharp.RuntimeState.LastRddError is null
Posted: Mon Aug 09, 2021 5:55 pm
Good afternoon, guys
I continue testing version 2.8c and this time I expose the missing XSharp.RuntimeState.LastRddError object after sqlexec () returned -1. The value is null
The error occurred when I was trying to find out the development status of the sqlexec () functions that contain with parameters.
Something like the next:
I continue testing version 2.8c and this time I expose the missing XSharp.RuntimeState.LastRddError object after sqlexec () returned -1. The value is null
The error occurred when I was trying to find out the development status of the sqlexec () functions that contain with parameters.
Something like the next:
Code: Select all
? sqlexec (handle, "select * from table where field1 =?memvarField1", "result")