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

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

    Encrypt Files for Email

    I hope this is the correct forum. I need to encrypt files that I want to Email to certain users. I run XP Pro and the users run XP Home. Is there some way to encrypt the file so that the user will not have to DL any additional software?
  2. byrne1

    Multiple Datareaders on One Connection?

    In my code (see sample below) I have a connection to a DB and have opened a datareader on that connection. But within the datareader I need to execute SQL statements. When I try to do this I get the error message "there is already an open datareader associated with this connection which must...
  3. byrne1

    Help with Update Query

    I am running PSQL v8.6 and I am trying to update values in one database based on the results of a SQL statement. My SQL is shown below but when I try to run it I get an "syntax error" message (indicates the error is between the last two parenthesis). Can someone please help me on this one...
  4. byrne1

    How to Extend Disk Partition

    I have a 160GB drive and I erroneously created an 8GB primary partition (I meant it to be 80GB). Is there an easy way to extend this partition without having to reformat the drive? I tried DISKPART but got the error "The volume you have selected may not be extended". I've also looked at...
  5. byrne1

    Netgear Won't Work Unless User is Administrator

    I have installed a Netgear wireless-N router but I'm having a problem with the software. I'm running it on an XP pro machine and it will not work unless the user is an administrator. I cannot make the user an administrator but I need the wireless access. I've searched the internet but I...
  6. byrne1

    Cannot See Shared Printer on Domain

    I have a laptop that is running XPP SP 2 and I can't see the shared printer I have setup. I can ping the machine, I can access and control the laptop via a VNC connection, and I've scanned the laptop with Adaware, Spybot and MS Defender (nothing found). I have shared the printer and I can...
  7. byrne1

    Unable to Browse Home Network on XP Pro

    I have a PC at home that is running XP Home, and I have enabled file and printer sharing, and use the Network Setup utility to set up a workgroup called MSHOME, but I still cannot browse this workgroup from my laptop (which is running XP Pro). On the XPH machine I have shared a couple of...
  8. byrne1

    IE7 Won't Recognize Local Area Connection

    I am connected to the internet via a cable modem, plus two routers - one for my ATT voip, and then a wireless router. My Email works fine - I can send and receive. My wireless works fine (this is how I am posting this) as I can surf the internet on my laptop. But when I try to access the...
  9. byrne1

    Print Jobs Will Not Cancel or Delete

    I have two printers that are giving me fits. They both have one print job each that has error'd out and will not print. Each one also has a lot of pending pring jobs (110 in one case, 83 in the other) that will not cancel. I have tried to cancel each print job, cancel all print jobs, and I've...
  10. byrne1

    How to Customize User's Desktop through AD

    I want to customize a user's desktop so that they only have access to Internet Explorer. Actually, we're deploying a self-service kiosk for customers. Is there a way to do this through Group Policy or Active Directory?
  11. byrne1

    Insert Group based on Running Total or Sum

    I am looking at my customer sales history for the past 12 months based on the SALES table. I want to group my customers as follows based on sales volume over the last 12 months and show how many customers I have in each group: $10,000+ $5000 - $9999 $2500 - 4999 1000 - 2499 0 - 999 SALES...
  12. byrne1

    Update Field with Value from Another Table

    I am trying to execute this script but I get an error: update CUSTREL set PREFSTORE = EMPLOYEE.STORENUM where EMPLOYEE.NUM=CUSTREL.PREFSLSP Basically I want to update the customer's preferred store location based on the assigned store location of their preferred salesperson. My tables (in a...
  13. byrne1

    Sorting within Groups

    I am trying to group my customers by how much they have spent in their lifetime. I have successfully set up groups as follows: I - sales >10000 II - sales 5000-9999.99 III - sales 2000-4999.99 IV - sales <2000 The CUSTOMER table has a CUMSALES field that I am using to group. My problem is...
  14. byrne1

    Report on Top 20% of Customers

    I am trying to produce a report on the top 20% of our customers for the past 12 months, based on our SALES table (linked to our CUST table via CUSTNUM field). I want to get a count and total $ amount spent, but when I run the report it calculates these totals for the *entire* customer database...
  15. byrne1

    Upgrade to .NET framework 3.0 Fails???

    I am trying to install the .NET 3.0 upgrade on my Windows Server 2003 box but it continues to fail and provides no indications as to why it is failing. There is do description of the failure and no suggested resolution. I just upgraded this server to SP2 earlier this week. Does anyone have...
  16. byrne1

    Moving Personal Folders on Terminal Server

    I have a server running Terminal Services on which all of my users log in. I need to move the personal folders from the C: drive to the larger D: drive (as I am now running out of disk space on C:). How can I do this?
  17. byrne1

    How can I Deploy the DST Update to my AD computers?

    I need to deploy the daylight savings time update to the XP computers in my domain. How can I do this?
  18. byrne1

    How to Deploy KB EXE in AD

    I'm a rookie at deploying software in AD. I have to deploy the KB931836 (DST change) to my XP computers in my domain. Is there a good rudimentary tutorial on how to do this??? I have been on vacation and **thought** that all of my XP computers would update automatically (the handfull that I...
  19. byrne1

    Need to Open PST file on Network

    I need the ability to view the Outlook PST files on my network. They belong to other users but I have admin rights. Is this possible?
  20. byrne1

    Cannot Uninstall APC Powerchute from Servers

    I need to uninstall my APC Powerchute Business Edition agent and server from two servers running Windows Server 2003. When I click on these items in Add/Remove Programs, it prompts me that other users are currently logged on and do I really want to uninstall. I click Yes and then nothing...

Part and Inventory Search

Back
Top