first test in 2.8c XSharp.RuntimeState.LastRddError is null

This forum is meant for questions about the Visual FoxPro Language support in X#.

Post Reply
jpmoschi
Posts: 76
Joined: Thu May 21, 2020 3:45 pm

first test in 2.8c XSharp.RuntimeState.LastRddError is null

Post by jpmoschi »

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:

Code: Select all

? sqlexec (handle, "select  * from table where field1 =?memvarField1", "result")
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

first test in 2.8c XSharp.RuntimeState.LastRddError is null

Post by robert »

Juan,
I'll look into this.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
Post Reply