I am a complete newbie to ASP and developing in general trying to accomplish something that I thought would be relatively easy with Access 2000 but is turning into a massive headache.
Requirements:
Create a database that can be easily updated and have the data dynamically displayed on the intranet.
Attempt:
I have created a sample database and a query to sort the data. I created a DSN to the database in ODBC. I exported the query as a .asp from Access. When I opened my first window everything displayed fine. When I tried to open a second window I recieved ODBC errors and when I tried to open the database with Access I could only get read access. Even after closing the browsers it took 10 minutes or so before I could access the database with Access. I changed "rs.Open sql, conn, 3, 3" to "rs.Open sql, conn, 3, 1" (quotes aren't on page) and was then able to connect with multiple browsers, but I still can't use Access to update the data.
Questions:
What am I missing? Is this the wrong approach to be taking to meet my requirements?
Thanks in advance.
Requirements:
Create a database that can be easily updated and have the data dynamically displayed on the intranet.
Attempt:
I have created a sample database and a query to sort the data. I created a DSN to the database in ODBC. I exported the query as a .asp from Access. When I opened my first window everything displayed fine. When I tried to open a second window I recieved ODBC errors and when I tried to open the database with Access I could only get read access. Even after closing the browsers it took 10 minutes or so before I could access the database with Access. I changed "rs.Open sql, conn, 3, 3" to "rs.Open sql, conn, 3, 1" (quotes aren't on page) and was then able to connect with multiple browsers, but I still can't use Access to update the data.
Questions:
What am I missing? Is this the wrong approach to be taking to meet my requirements?
Thanks in advance.