Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jelee2

    DataSet is not defined

    well, I've actually gotten around it by deleting the 'XXXXX' namespace. This is entirely ludicrous as I shouldn't have to fiddle with the code generated by the webform, but it's the only thing that will allow my datagrid to load properly. #Region " Web Form Designer Generated Code "...
  2. jelee2

    DataSet is not defined

    Hi, I'm creating ASP.NET webforms using Visual Studio.NET and VB.NET; I'm trying to use the SqlDataAdapters and generated DataSets. I can create the SqlDataAdapter and when I preview the data it is fine. Unfortunately, when I generate the DataSet, I get an error about the DataSet in the...
  3. jelee2

    IIS 5.0 installation/configuration

    Hi, yeah, I can ping it and it shows up in my hosts file. The hints on my school's website indicates Visual Studio.NET should be installed after IIS is installed. Would this really make a difference?
  4. jelee2

    IIS 5.0 installation/configuration

    I installed IIS 5.0 on my Win2K Pro, but I can't access my http://localhost and I can't find anything on how to configure it, does anyone have any tips/tricks?
  5. jelee2

    Creating an archive database

    Hi, this sounds like something I have to do also. But it seems you would only need to do these two steps once, and then utilize an append query (to transfer "new" archive records to the archive database) and then a delete query (to delete the newly archived records),correct? I'm not...
  6. jelee2

    VB newbie - use VB.NET for Archiving & Backup/Recovery for Access DB

    Hi there, I am a total VB.NET newbie, but I need to figure out some coding for a course requirement. I currently have a DB in Access 2000 and a project in VB.NET. What I'd like to do is: 1) code an "Archive" button, which would find the location path (entered by the user elsewhere)...
  7. jelee2

    querying dates on 2 tables

    Hi, I have 2 tables, one called timeslot, the other timeslotChanged. timeslot has the date fields: 1)date(current timeslot date) 2)originalCreationDate (same as date if date hasn't been changed) 3)lastChangedDate (same as date if date hasn't been changed) timeslotChanged has the date...

Part and Inventory Search

Back
Top