Copy link to clipboard
Copied
Hello everyone, im having a problem since some weeks, cant seem to make it work and not really a lot of information regards it, i can connect to my data service a simple database made in postgres, using coldfusion, i can retrieve informacion see all the data i store in a table or any table i want, but when it comes to insert information in my table, with no errors, no problems running, it just dosnt work, i click create nothing happends, i use a form and use auto generated methods coldfusion make for me, i use get all usuarios in this case, in a form and in the create bottom i drag and drop my method add usuario, also a auto generated method, when it clicks i already tell hin to just make a new user, the return types for my methos are properly change, to user object, any toughs?
Copy link to clipboard
Copied
I'll just add a 'me too'. Exactly the same with MySQL, CF 9, running FB 4.6 on W7 x64. Silent fail. I can't trace any more into the code as it is in the swc or something. Can anyone else confirm that they can use the auto-generated cfcs, .as's , etc., to create, update or delete records?
Joe