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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jcfrasco

  1. jcfrasco

    How to pass login info from different web site

    Hello, I currently have a web site that allows the user to login with UserName, Password, and Company. It uses Javascript to validate the login info by using a web service to check the database and make sure the information is correct. If the return value is true then the user is validated and...
  2. jcfrasco

    IIS SMTP to replay email!

    WhoKilledKenny, Sorry but I missed the notification email that indicated someone had replied to my question. The SMTP server is setup to relay all except what is in the list and that is empty (this should relay everything). There is a domain configured because the server is joined into a domain...
  3. jcfrasco

    IIS SMTP to replay email!

    Hello, Ok, I know this sounds really simple because relaying is something that can easily be turned on or off but I am unable to get the correct sequence here to make it work. My problem is that we have written a web applicaiton that allows sending alerts when a user sets up an alert filter in...
  4. jcfrasco

    Select records where there are spaces in the text

    George, Thank you for your quick reply and I feel a little foolish to not have figured that out. I was looking for the more complicated solution and didn't even think of trying that. Very much appreciated! jcfrasco
  5. jcfrasco

    Select records where there are spaces in the text

    Hello, I am trying to write a select statement that will show me how many records in a table have spaces in the middle of the text. The field is for entering the last name of users but the customer has used it for entering other data that was relevent to them and not the data is corrupted. I...
  6. jcfrasco

    Fill combobox from a text file

    Hello, I am sure this is extremely easy but I am having difficulty getting this to work. I need to know how to fill a JComboBox from a sequential file. There are only three rows and two values per each row in the file and it doesn't need to grow. I origianlly created a vector and filled the...
  7. jcfrasco

    Route through VPN tunnel

    Hello all, We have a linux computer (gentoo) that was orignally at our datacenter and is used for testing programs before they are pushed to the live system. The network there is a 10.50.x.x and there is another network there that is 10.58.x.x ip range and only certain computers can access it...
  8. jcfrasco

    Want to find spikes in data

    Thanks George for your reply. The table is structured like this: ID Date DeviceID RawData Data Pulse_Data ------------------------------------------------------- 0001 3/31/06 10626 64 64 0 0002 3/31/06 10626 67 67 0 0003 3/31/06 10626...
  9. jcfrasco

    Want to find spikes in data

    I have a database that collects sensor data for customers and ocassionally there is a spike from one of the sensors that needs corrected. How can I create a stored procedure that will run through the data and find a value that jumps abnormally high from the value in the record before it and the...
  10. jcfrasco

    Nested SQL statement using ADO query and SQL Server!

    Hello, I am using an ADO query and I am want to create an SQL statement to join two tables. One table list all of the training subjects and the other lists the employees, the date trained, and the primary ID of the training subject. I want to create a report that will list all of the...
  11. jcfrasco

    Turn one record into two records in query!

    Hello, I have a table that is used to track parts and their conditions. The table is structred like this: ID#, Nomenclature, PN, QtyServiceable, QtyRejected, QtyRepairable. What I need to do know is to make a record that has a quantity in more than one of the quantity fields (QtyServiceable...
  12. jcfrasco

    What would allow mapping a drive without password?

    To all, My apoligies about my typing! I meant to say the domains are NOT trusting each other... Thanks again! jcfrasco
  13. jcfrasco

    What would allow mapping a drive without password?

    To answer desktoprat's question, Yes! I did use the same user name and password for the test computer. However, since the domains are completly different wouldn't it require a naming convention like User@domain.com and then the password? I read that Active Directory is supposed to be more...
  14. jcfrasco

    What would allow mapping a drive without password?

    I am running Active Directory and every computer in the domain is a Windows 2000 client. I have always added clients to the domain before mapping shared folders so I never thought I had a problem before now. I was testing a program on a test server, so I created a new domain and setup Active...
  15. jcfrasco

    Front panel power switch doesn't work!

    This is a test to see if I am getting e-mails when someone replies to my threads. Thank You!

Part and Inventory Search

Back
Top