HI there,
I have an SQLBindParameter(Paramnum=1) failure after
second try to close and open a SimpleDataSet (D7.1)!
ODBC return code -2
SQL_INVALID_HANDLE
AND using it with a Databaselookupcombobox, 2 times using
the same parameters (in my case emptystring) is fails with
the upper errormessage, the sql is a simple one:
SELECT ID, PROJEKT FROM ZPROJEKT WHERE MAND_ID = :PMAND_ID
ORDER BY PROJEKT
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=980253
AND using it with a Databaselookupcombobox, 2 times using
the same parameters (in my case emptystring) is fails with
the upper errormessage, the sql is a simple one:
SELECT ID, PROJEKT FROM ZPROJEKT WHERE MAND_ID = :PMAND_ID
ORDER BY PROJEKT
Logged In: YES
user_id=644745
What Database at you?