Hi,
below is my query from my ASP page:
when i debug response.write SQL i get this :Code:sql= "SELECT shows.[showID], shows.[showName], performances.[performance_time] FROM shows INNER JOIN performances ON shows.[showID] = performances.[showID] WHERE shows.[showName]='"& showName & "' AND performances.[performance_time]='"&performance_time & "'"
any ideas?Code:SELECT shows.[showID], shows.[showName], performances.[performance_time] FROM shows INNER JOIN performances ON shows.[showID] = performances.[showID] WHERE shows.[showName]='Godzilla' AND performances.[performance_time]='' Oops! No records found!



LinkBack URL
About LinkBacks
Reply With Quote


Bookmarks