Search results

  1. P

    Query through ASP.NET...Date problems?

    I'm trying to run a query with ASP.NET of my Access DB. So far all of my queries have worked fine - at least, until I tried using a date as one of my WHERE conditions. When I remove the date requirement in the code below, the query works fine. However, when I add the date back, it yields no...
  2. P

    Online data-manip w/ error checking?

    I'm trying to make an Access DB accessible (no pun intended...) online for people to make quick changes to. The database is very small - it really just allows people to check out equipment at a school. The problem is that the online page needs to have a lot of error-checking to make sure the...
  3. P

    Protected data access online...

    Hidden data access online... Ok, I'm operating on a very basic level here (fair amount of programming experience with C++, but none in VB, SQL, or ASP, and have only seen one database before ever...oi...). However, I've been given the job of creating a database to reserve equipment. The catch...
Back
Top Bottom