Easy question for any successful user
Posted: Fri Aug 26, 2011 1:31 pm
I have two tables .
A: client (big Source)
B: Feedback (Many to one)
This is my relationships.ini in the client directory.
[feedback]
feedback.client_ref = "$Idclient"
This Is what I used and It fails:
Is it because the field in the feedback table must be exactlly the same as the Primary Index field in the client table?? like
so:
[feedback]
feedback.Idclient = "$Idclient"
Just a question before I change the main database tables..
A: client (big Source)
B: Feedback (Many to one)
This is my relationships.ini in the client directory.
[feedback]
feedback.client_ref = "$Idclient"
This Is what I used and It fails:
Is it because the field in the feedback table must be exactlly the same as the Primary Index field in the client table?? like
so:
[feedback]
feedback.Idclient = "$Idclient"
Just a question before I change the main database tables..