I am trying to connect to an Oracle database from ASP pages via ODBC. I can connect to the database only when using a specific string like
select refname from references where references_id=28
The page comes up fine with the information. When I use a more general string like
select * from references
the page comes up blank. It's as if the asp page does not recognize the * wildcard character
select refname from references where references_id=28
The page comes up fine with the information. When I use a more general string like
select * from references
the page comes up blank. It's as if the asp page does not recognize the * wildcard character