To view my record in application, informations must be in 2 tables A(name,adress,...) and B(job,...)
Here's my problem:
I can see or update my record in application.
But when i do a select in table A (for this record) it returns nothing.
And a select in table B returns me informations linked at this record.
How can i recover data in table A ?
I tryed to unload table A but nothing. It seems like the record doesn't exist in this table (a select count indicates me that it's here.
thanxs
Here's my problem:
I can see or update my record in application.
But when i do a select in table A (for this record) it returns nothing.
And a select in table B returns me informations linked at this record.
How can i recover data in table A ?
I tryed to unload table A but nothing. It seems like the record doesn't exist in this table (a select count indicates me that it's here.
thanxs