A user is getting this error when doing a Retrieve() on a DataWindow. We are not explicitly using sqlda. The database software is Firebird SQL. The same Retrieve() works on the 3 computers in our office. (The user is the first one to test that code other than us.)
Any ideas what could cause that message? Thanks.
The full relevant part of the error message (after it quotes the SQL SELECT statement being retrieved) is:
Select Error: SQLSTATE=HY000
[ODBC Firebird Driver]Sqlda variable has zero length
FYI: The DW object will be performing "dynamic DB Cursor DML" on your behalf in order to process the Select request. You can see this low-level interaction by activating a PB SQL trace ...
SQLCA.DBMS = "TRACE ODB"