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 Rhinorhino 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: *

  • Users: STibbs
  • Content: Threads
  • Order by date
  1. STibbs

    Password Generator

    I need an ASP page that will run an applet or something to generate a random 8 alphnumberic (letters and number only) character password. Does any one out there have one? Need it quick for our AD migration.
  2. STibbs

    Transfer SQL 7 to SQL2000

    I am having problem with getting the user logins from a restored SQL 7 database to work on my SQL2000 server. I created the database on the 2000 box then restored the files from the SQL 7 to the SQL 2000 box. The logins I created first then restore the database but then I could not connect...
  3. STibbs

    NetBios Name

    Does anyone have code for getting the netbios name in vbscript then having appear on a web page? Need to display the computer name for user to view on our intranet.
  4. STibbs

    Looking of Netbios Name

    Does anyone have a web page that will show the netbios name of a computer when you spark a web page? Looking to add code to my existing web to show users the computer name that they are on when trouble shooting.
  5. STibbs

    ServerVariables

    Does anyone know where I can find documentation for the Request.ServerVariables () command for HTML? Thanks!
  6. STibbs

    ARRAY

    I have a shopping cart set up on an ASP page. I would like the user to only submit things to the cart that are the same vendor type. If the vendor is not the same, I wish to distroy the cart and create a new one. Here is what I have so far. IF NOT isArray( Session( "savcart" ) )...
  7. STibbs

    Restore to New Server

    This is the command I am running Restore Database {DatabaseName} from UlysData with replace This is the message I get. Server: Msg 3120, Level 16, State 1, Line 1 The database you are attempting to restore was backed up under a different sort order ID (54) than the one currently running...
  8. STibbs

    Query Table for Item

    I am new to the programming world of ACCESS 2000. I want to find out if there is are specific records in a table. If there are no records then I want to run an access query to append records from another table to make the query true. If they already exist, I wish to do nothing but run a...
  9. STibbs

    Printing

    I am looking for a VB 6.0 program that I can call from a SQL 7.0 store procedure to print data to a specific printer. Does anyone have this type of code?

Part and Inventory Search

Back
Top