I'm new with InterBase database. I'm try to write ASP to get data from InterBase 5.x.
When I used this command in ASP, IBAdmin, IBAccess and IBView, it wouldn't show data but I know for fact that that data is in the database:
SELECT *
FROM PATIENT INNER JOIN VISIT ON PATIENT.PATIENTID=VISIT.PATIENTID
WHERE VISIT.LASTMODIFIED = '4/10/2002'
I read in the book, it sound like correct but I do not know why the data not show up.
Please help,
CM
When I used this command in ASP, IBAdmin, IBAccess and IBView, it wouldn't show data but I know for fact that that data is in the database:
SELECT *
FROM PATIENT INNER JOIN VISIT ON PATIENT.PATIENTID=VISIT.PATIENTID
WHERE VISIT.LASTMODIFIED = '4/10/2002'
I read in the book, it sound like correct but I do not know why the data not show up.
Please help,
CM