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!

Search results for query: *

  1. ttheobal

    Crystal XI Subreport Not processing when hiding section

    My Manager wants a report that is delivered in an Excel Spreadsheet. The business requirements of the report meant that I needed to use several sub reports to collect the data required (due to re-cursive joins being required). When I export the report to Excel Data Only, the subreport fields...
  2. ttheobal

    Bandwidth Usage?

    I solved my problem. This is what I did. I bought myself a hub. And plugged a PC and the IPTV STB into the hub. I then used Ethereal to monitor the packet data for 30 minutes on 3 different occasions. Using this technique, I was able to determine that the IPTV uses 360MB transfer per hour...
  3. ttheobal

    Bandwidth Usage?

    I am trying to determine how much bandwidth is being used by a device on my network. I have a D-Link Di-524 router and 3 computers hooked up. My fourth Ethernet connection is IP based TV . My Dad wants to hook up the IP TV at his place too. This means getting Highspeed over wireless in his...
  4. ttheobal

    Laptop no detecting Hard Drive

    I'm completely frazzled and annoyed. I am hoping that somebody here can help me. I have 2 Laptops. #1 - Panasonic Tough Book PIII 800 40GB HD #2 - Compaq Evo N600C PIII 1.06GHZ 20GB HD. Both work well. I wanted to do a hard drive swap. I removed the drives, swapped the caddies and now...
  5. ttheobal

    Wanting to bypass holidays in and weekends in formula.

    It appears that I've come to the same conclusion as you. Thanks for your reply.
  6. ttheobal

    Wanting to bypass holidays in and weekends in formula.

    My environment: I am using Crystal Reports XI, connecting to Oracle 9i. We do not have Crystal reports Server or repository. My Goal: to write a report that calculates whether a call to the help desk was received Weekday Weekend or on a Holiday (Christmas, Canada Day, Labour Day etc.) The...
  7. ttheobal

    ODBC Error when trying to use asp to connect to Oracle.

    Hi. First off the title is a little misleading. I do get an ODBC error, but only if the Disk Cache is emptied or the system hasn't executed the script recently. this is a weird one. Hopefully a super-geek can help. Ok.. on with it.. I've got an Asp script that connects to Oracle using ODBC...
  8. ttheobal

    ODBC Error but when refresh is hit it works??

    Hi. I've got an Asp script that connects to Oracle using ODBC and then issues an alter user command to change passwords. There's 2 docs. The Form.html and the ChgPassword.asp The form sends the info to the asp and the asp does the work. When I clear my cache, and submit the form for the...
  9. ttheobal

    Why doesn't my alter SQL Statement work?

    Problem Solved. Here's how I did it. Set objConn = Server.CreateObject(&quot;ADODB.Connection&quot;) objConn.Open &quot;dsn=PRD16A;uid=&quot; & Userid & &quot;;pwd=&quot; & Password & &quot;;&quot; If objConn.errors.count > 0 then Response.write(&quot;<h2>Database...
  10. ttheobal

    Why doesn't my alter SQL Statement work?

    Thanks for your reply 1. I know very little about Oracle also 2. Using SQL Plus, the only format that works is alter user ttheobal identified by &quot;NewPassword&quot;; single quotes, quotes around userid, or no quotes at all all return errors. 3. Yes, as I'm using my userid, and it has the...
  11. ttheobal

    Why doesn't my alter SQL Statement work?

    I'm writing an asp page that gets userid, password, and new password from a form. The asp then does a connect to Oracle, and issues an alter user. My Connection to Oracle works. I did the following. ----------------------------------------------------------- On Error Resume Next...
  12. ttheobal

    Help? How to use ASP with alter user command.

    I'm not sure whether this post should be in the ASP section or Oracle. I guess my question is with ASP, but it's Oracle that I'm connecting to. I am working on a html (asp) doc that receives username and password info from a form, then connects to oracle and issues an alter command to update...
  13. ttheobal

    How Does Windows Manage DLLs in Cache.

    Let me explain this question. I have two programs installed AppA and AppB. Both use DLLs with the same name, but those DLLs are actually different. The DLLs are in the program directories of each program (which are non-system folders) I understand this is bad programming practise, however...

Part and Inventory Search

Back
Top