sqlexec
Posted: Tue Jun 16, 2020 10:25 pm
hi Forum
I have a problen with sqlexec function
LRESULT = SqlExec(_HANDLE, "Select getdate() dummy ","dummyselect",miarray )
Lresult is -1 but i am shure, some sql command are correctly executed because I checked it in my MS SQL Profiler.but
In VFP, when sqlexec returns lest than 0 the aerror() function returns an array with the error description.
how can i check what is hapened ? ¿any Ideas?
I have a problen with sqlexec function
LRESULT = SqlExec(_HANDLE, "Select getdate() dummy ","dummyselect",miarray )
Lresult is -1 but i am shure, some sql command are correctly executed because I checked it in my MS SQL Profiler.but
In VFP, when sqlexec returns lest than 0 the aerror() function returns an array with the error description.
how can i check what is hapened ? ¿any Ideas?