Hi, I started using scriptcase last week, and I found a problem with the starting query of my grid.
SELECT TB_1.ID, TB_1.Name, TB_1.Username, TB_1.Password, TB_1.Surname, TB_2.Group,
FROM
TB_1
INNER JOIN
TB_2
ON
TB_1.ID_Group=TB_2.ID;
I try it on my database, and it work properly, so why doesn’t it work on script case? Have I to add something specifically for this program?
Thank you for all the answer