search for: onnection_adapters

Displaying 3 results from an estimated 3 matches for "onnection_adapters".

Did you mean: connection_adapters
2006 Jul 14
1
error with Dates in SQL Server
...IDAR'', ''2006-07-14 11:07:15'', ''21002128420200179838'', '''', '' aCaixa'', 4110278, ''N'') (ActiveRecord::StatementInvalid) from ./script/../config/../vendor/rails/activerecord/lib/ active_record/ onnection_adapters/sqlserver_adapter.rb:279:in `insert'' from ./script/../config/../vendor/rails/activerecord/lib/ active_record/ ase.rb:1739:in `create_without_callbacks'' from ./script/../config/../vendor/rails/activerecord/lib/ active_record/ allbacks.rb:261:in `create_without_t...
2006 Apr 17
20
Rubricks - CMS on Rails
Hi list, I made an open source CMS powered by Rails, named Rubricks. I have a web page for Rubricks. You can download it or view a flash demo there. Please try them and feed me back, like bug report etc. Check it out at: http://rubricks.org/index_en.html Thanks. Shouta
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