search for: acategory

Displaying 1 result from an estimated 1 matches for "acategory".

Did you mean: category
2005 Aug 15
0
RE: has_many_belongs_to_many insert issues [CLOSED]
...ICROSOFT SQL SERVER -- that might be the source of my issues... All my ids are int identity(1, 1) not null in SQL. I quit using uniqueidentifier as Rails gets very confused. I cannot add a Product<->Category relationship via Rails, like: aProduct = Product.find(41234) P.categories << aCategory It throws an exception coming from SQL: Execute OLE error code:80040E14 in Microsoft OLE DB Provider for SQL Server Line 1: Incorrect syntax near '')''. HRESULT error code:0x80020009 Exception occurred.: INSERT INTO partners_recipients () VALUES () While it i...