search for: odujo

Displaying 2 results from an estimated 2 matches for "odujo".

Did you mean: dujo
2006 Jul 14
1
error with Dates in SQL Server
...and Date objects assigned to some fields. I saw the SQL Server adapter transforms them into datetimes. Everything works flawlessly except for that problem. -- fxn DBI::DatabaseError: 22008 (242) [Microsoft][ODBC SQL Server Driver][SQL Server]La conversi?n del tipo de datos char a datetime p odujo un valor datetime fuera de intervalo.: INSERT INTO movimientos ([carpeta] [otras_caracteristicas], [fecha_valor], [importe_operacion], [fecha_operacion] [oficina], [referencia_1], [remite], [referencia_2], [divisa], [concepto], [cr ado_en], [cuenta], [concepto_especifico], [entidad], [sal...
2006 Jul 17
18
Inserting datetime value into SQL Server
I have a SQL Server column named StartTime of (SQL Server) type datetime If I attempt to set the attribute using public def StartTime=(time) write_attribute(:StartTime, "{ts ''1899-12-30 #{time.hour}:#{time.min}:#{time.sec}''}") end it''s inserting a NULL value. Anyone else able to successfully insert a date time value into a SQL Server table using