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 gkittelson 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. STibbs

    Password Generator

    I am trying to write a Java Script that will run on a ASP page to create a password that is 8 characters in length. This page will only be accessible by IT so they can create new password for Service Accounts and such.
  2. 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.
  3. STibbs

    Transfer SQL 7 to SQL2000

    Thanks that worked great. I will add this to my list of fix it items. Yes I had copied the old id from the old server, I just could not get the ids to connect. Much appreciated.
  4. 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...
  5. STibbs

    Looking of Netbios Name

    Thanks. I was hoping to make it one step. I am not sure how to call the dos window to implement this command from the web. Some kind of bat file that would take the parm I guess.
  6. 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.
  7. 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.
  8. STibbs

    ServerVariables

    Thanks for the help.
  9. STibbs

    ServerVariables

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

    ARRAY

    ReDim will allow you to change the size of the array without deleteing the contents. I guess I could redim to (0,0) then redim back to (8,10)
  11. 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" ) )...
  12. STibbs

    Restore to New Server

    For get what I wrote. I discover that the SQL server that I was tranferring the data to did not have the Same sort order when it was installed. I ran the program rebuildm.exe on the server and recreated the master files. Now I am back in business. Thanks to a previous posting on this forum I...
  13. 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...
  14. STibbs

    Query Table for Item

    Thanks. That worked Great!
  15. 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...
  16. STibbs

    Printing

    I am a beginner VB programmer. I am looking for help mostly. I am not sure how to go about the writing of a class or program that would give me options to print to three different printers based on data from the SQL server.
  17. 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