This topic is locked

No records found?

12/28/2004 10:46:18 AM
ASPRunnerPro General questions
J
JAT author

Greetings!
I have a problem...probably/hopefully one of those 'doh!' solutions.
When I view my asp files on my local host in IE after clicking 'build', everything looks good. Then I transfer the files to my web server. The header/template information shows up (search, export, print, etc), but where my data should appear, I get a sentence that says No records found.
Help!
Thanks in advance!

Sergey Kornilov admin 12/29/2004

Hi,
probably that error message really means you don't have any data in the database.
What kind of database do you use? Did you copy your database to the Web server along with ASP files?

J
JAT author 12/30/2004

Nope, the database was there on the server with all of its records. I went in and played with my query (I had *s in a filter in Access, I removed the filter and everything worked), and my records were displayed on the page.
Now I have a new problem; my records are updated on the page, but the 'header' information, the HTML, is not updating (remains "Fall 2004" instead of "Spring 2005" as it appears on the test server and when I open the page in my editor. I've deleted my temp Internet files, checked the page on other PCs...not a cache issue, at least not on the client side. I don't know why the asp code would update, but not the HTML. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=2994&image=1&table=forumreplies' class='bbc_emoticon' alt=':(' />
By the way...I love this program. I've used it on our web site in a couple of different places.
http://www.co.sanmateo.ca.us/smc/frameset/...MPUTER_list.asp
Thanks for any advice and Happy New Year!

<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=2994&image=2&table=forumreplies' class='bbc_emoticon' alt=':D' />

Sergey Kornilov admin 1/3/2005

Hi,
as far as I understand you use custom templates. After you make changes to the template you need to rebuild your project and reupload all files to the Web server.
I hope this helps.