I'm new with InterBase database. I have InterBase 6.5 and EasySoft ODBC driver installed. I'm try to write ASP to get data from InterBase 5.x.
When I used this command in ASP, IBAdmin, IBAccess, IBView and InteractiveSQL, it wouldn't show data but I know for fact that that data is in the database:
select lastmodified
from visit
where lastmodified = '4/10/2002'
Lastmodified define as timestamp. I read in the book, it sound like correct but I do not know why the data not show up.
Please help,
CM