I have a big problem here.
I have an application made in cakephp hosted on locaweb on windows server.
The following problem is occurring: The save method of NO model is working. In debug I search for error of validation error and invalid fields. I have a problem with the database and I want to be able to do the following:
Does anyone have any idea what it can be?
query example returned:
INSERT INTO [categorias] ([cod], [nome], [garantia]) VALUES (N'teste', N'teste', 3)
Directly in the bank works, any idea why it does not work by the application?
Thank you!