Hi,
I am having an issue retrieving string (varchar) when the size is the same as maximum size set for the column (e.g. retrieving string of 8 characters from a column with data type VARCHAR(8)). I am calling TSqlQuery->Fields->Fields[0]->AsString. This seems to cause memory corruption. AQTime 6 confirms that the function write outside to allocated memory block. The DataLength in...
2009-05-28 05:44:28 UTC in Open source dbExpress drivers