Posts: 1,199
Threads: 238
Joined: Feb 2016
Reputation:
0
I have problem with ID. When I create org it is created with ID 0 on server and with ID 1 in DB. As soon as I edit it it changes to ID 1 but server is treating it as 0 and changes are not affected..
Any ideas?
You're not fetching it as its supposed to.
If it inserts fine into db... then you gotta show us SELECT.
Posts: 1,199
Threads: 238
Joined: Feb 2016
Reputation:
0
I need select?? Noone told me that..
Posts: 1,199
Threads: 238
Joined: Feb 2016
Reputation:
0
Should I do that everytime for everything??
Or only for strings??
Posts: 1,199
Threads: 238
Joined: Feb 2016
Reputation:
0
Okay so name is fixed. But I don't still get this with ID.. Have no idea how to do it..