Im trying to setup a grid with Hierarchy and a MySql database. I can get the connections setup fine and the initial tables loaded but I cant seem to get them to link. I get an error if I try to use the example with sessions or the
It just returns an error because in MySQL it has no idea what that means. Any ideas?
Basically I can get a full master list and then the linked details I get all the records in the table insted of just that users/customers because there is no "where" statment in the sql because thats the only way I could get it to work.
| (WHERE [FIELD] = ?) |
Basically I can get a full master list and then the linked details I get all the records in the table insted of just that users/customers because there is no "where" statment in the sql because thats the only way I could get it to work.