search for: 80040e07

Displaying 2 results from an estimated 2 matches for "80040e07".

Did you mean: 20040407
2006 Feb 06
0
sqlserver image columns
I am trying to upload word docs to an image column. I followed the cookbook for how to upload files and it works on a MySQL db (upload and download) on SQLServer however I get the following error DBI::DatabaseError: Execute OLE error code:80040E07 in Microsoft OLE DB Provider for SQL Server Operand type clash: text is incompatible with image HRESULT error code:0x80020009 Also I when I try to retrieve one (I put one in with java), all I get is numbers. It doesn''t look it is being converted to binary. Here is some my code...
2006 Jan 20
47
SQL Server datetime error
i have a problem with the datetime format of rails. i am unable to save a dataset to the db. here''s the error message -- the original error message was in german, so i translated it -- i get: DBI::DatabaseError: Execute OLE error code:80040E07 in Microsoft OLE DB Provider for SQL Server Couldn''t convert a char-Datatype to datetime HRESULT error code:0x80020009 Exception occured.: INSERT INTO projects ([updated_at], [title], [starts_at], [description], [ends_at], [created_at]) VALUES(''2006-01-20 15:23:4...