I set up a dataenvironment comming from an ODBC source and configured the ODBC on both machines (web server and mine) and created a simple html page to display a table from SQL.
Everytime I look at the page in explorer, everyting loads up fine without any errors but the textbox containing a row of the table is empty. Even if i add a navigation bar, when i click on it, the textbox shows nothing. I started the sql profiler to see if there were any request to it and nothing, it's like the web page doesn't even look for the data. I even tried removing the command on the web page and i don't get any errors either. How can I find the problem if i don't get any error?? Any help would be VERY appreciated.
Everytime I look at the page in explorer, everyting loads up fine without any errors but the textbox containing a row of the table is empty. Even if i add a navigation bar, when i click on it, the textbox shows nothing. I started the sql profiler to see if there were any request to it and nothing, it's like the web page doesn't even look for the data. I even tried removing the command on the web page and i don't get any errors either. How can I find the problem if i don't get any error?? Any help would be VERY appreciated.