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. greg1127

    504 ASP License Violation

    Thanks, i have chillisoft running as well, forgot to mention that.
  2. greg1127

    504 ASP License Violation

    I am running Apache trial server, on XP home. recently i have not been able to access my local asp pages. Only one of my sites will work, and i am not sure why this is. All the folders are in the same place, and all the files are still in there, just 3 out of 4 sites refuse to work. Anyone have...
  3. greg1127

    Does XP have IIS or PWS?

    I also followed Hykkes instructions, but could not get asp pages to show. kept on bringing up the pages in the default editor that i have, not as i expected.
  4. greg1127

    Database within database

    Thanks guys, Stupid mistake. :)
  5. greg1127

    Database within database

    Hey guys, At the moment i have an SQL database, that stores the names of the different organisational SQL databases in it. What i would like to know is if it is possible to open the first database, scan through the organisational names in it, add all these to a list of some sort, then procede...
  6. greg1127

    Update from another table

    The insert select will not work when there is already information in the table, I need the update clause to overwrite the data.
  7. greg1127

    Update from another table

    Hi, what is the code to update an entry from another table? I can get the following to work : DoCmd.RunSQL "UPDATE tblTest SET Password = 'EXPIRED' WHERE ((tblTest.Order) =[Forms]![frm_Expired_Records]![SelectionTxt])" That works fine, But Trying to insert Details that are...
  8. greg1127

    Selecting Table names from array

    How do I select a table name, from an array, so that i can perform more operations on that table, then move on to the next? I am using ASP, and the SQL code : tblRS.Open "SELECT Country FROM '"& tableNames(i,0) & "'", objConn will not work. Does any one know how to select...

Part and Inventory Search

Back
Top