[BUGS] BUG #3812: Delphi TADOStored procedure truncates time portion of the ftDateTime parameter using ODBC

2007-12-10 Thread A. Ozen Akyurek
The following bug has been logged online: Bug reference: 3812 Logged by: A. Ozen Akyurek Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2 Operating system: Windows XP Description:Delphi TADOStored procedure truncates time portion of the ftDateTime parameter

[BUGS] BUG #3810: OleDB recognizes blob columns as integer in Delphi 6.0

2007-12-08 Thread A. Ozen Akyurek
The following bug has been logged online: Bug reference: 3810 Logged by: A. Ozen Akyurek Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2 Operating system: Windows XP SP2 Description:OleDB recognizes blob columns as integer in Delphi 6.0 Details: It seems

[BUGS] OleDB and Delphi

2007-12-08 Thread A. Ozen Akyurek
It seems that OleDB Provider does not support large objects. OleDB Connection recognizes lo data type as integer, but ODBC recognizes it as a blob field which is the expected behavior. I searched the archives but couldn't find any questions about it. Is there any solution or workaround?