Hi I have table with bytea data field. When I perfom Select command I get following error: System.Data.OleDb.OleDbException: Query returned unhandled type 17 (Code .net C#) lvCommand.CommandType = CommandType.Text; lvCommand.CommandText = "SELECT TEKST_1 FROM MIASTA WHERE id = 1"; (TEKST_1 - bytea data) lvCommand.ExecuteScalar(); Why? Maciek