I have strange problem on my pc/server.
I run query such as
Select field1, fieldId from myTable
this will return in average 10 results
Now the strange thing: sometimes when i render it to my drop down list, the fieldId is blank, i mean rendered blank, with text and sometimes the field1 is blank.
When i have checked for the data, the data are always present.
Any idea how to solve this?
We are using an Interbase XE server on Windows Server 2008 R2. We are accessing it through the ODBC driver (installed on the server) which came with Interbase.
I execute the query fiew times and from this sometimes i have data from one column missing.
Any suggestion is welcome
PS this i cannot reproduce this error, it just happens