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 BG12424

  1. BG12424

    Oracle Regex_Replace Patter Help

    I am trying to perform a regular expression to yield the following results: would return: company1.com wwwcompany2.org are the companies using Oracle's regexp_replace function, but I'm struggling with the pattern syntax. Can anyone get me on the right track? I've been tackling this for quite a...
  2. BG12424

    Transactions and Closing Connection Question

    Thanks! I have connection piling up in a pool, so onto other research on when connections are not being closed properly. regards, Brian http://www.newleaftechinc.com
  3. BG12424

    Transactions and Closing Connection Question

    Thanks Jason, I did review your FAQ. Very nice. Closing the connection through the command object seems to be closing the connection (by reference) though, even though it might not be best practice? As a result, should I be calling iCon.Dispose() afterward? regards, Brian...
  4. BG12424

    Transactions and Closing Connection Question

    I have a function which I open a connection object and assign to a command object. Does the connection object need to also be closed in addition to the command object's connection or is the iCon closing by reference of closing the iCmd.Connection.Close() method? Thanks (see below) Public...
  5. BG12424

    Help with Excel Formula

    Yes, was making it generic for example purposes. I just ended up using a VLOOKUP to get what I wanted. =vlookup($B23,log_datasheet,35,false) Thanks regards, Brian http://www.newleaftechinc.com
  6. BG12424

    Help with Excel Formula

    Log Sheet A2: Brian A3: John A4: Tim Live Results (unsorted) A2: Brian A3: John A4: Tim Looks fine, but when... Live Results (sorted) A2: Tim A3: John A4: Brian My formulas are still looking at Log!a2, but that sheet is sorted differently, so the name does not match up any longer on my...
  7. BG12424

    Help with Excel Formula

    log sheet: columns: name (col a) col1_1 (col b) col1_2 (col c) col1_3 (col d) col2_1 (col e) col2_2 (col f) col2_3 (col g) live results sheet: columns: name (col a) < currently static, but would be nice to link > totCol1 (col b) Formula: countif(Log!b2:d2,"x") totCol2 (col c) Formula...
  8. BG12424

    Help with Excel Formula

    My extreme apologies for the locked down file. I made a copy and thought permissions carried over. Sorry again. http://spreadsheets.google.com/ccc?key=ruYIANMmIKrrevnVRX8ECKg&hl=en regards, Brian http://www.newleaftechinc.com
  9. BG12424

    Help with Excel Formula

    I am trying to create a formula that will allow me to sort a live results page I would like to sort the Live Results tab based on the Total Mileage. I have another tab ("Log tab") that I enter the details for. The Log sheet has a list of names, then based on the number of "x" I enter aside...
  10. BG12424

    alter table to add &quot;not null&quot; column

    Is there a work around for using the ALTER TABLE command to add a column that is "NOT NULL"? for instance, can we add a NULL column, then change it to be NOT NULL in a two-step process? Thanks regards, Brian http://www.newleaftechinc.com
  11. BG12424

    Help with cursor and transactions

    Thank you for the quick response. I'll give that a try. regards, Brian http://www.newleaftechinc.com
  12. BG12424

    Help with cursor and transactions

    I need help with my SQL script and how it performs transaction rollbacks if I get an error in my cursor. Does the data commit after each fetch or something? It appears that if something breaks in my routine that the updates performed do not get rolled back. Can anyone see a problem with how I...
  13. BG12424

    Creating thumbnails &lt; 2 or 3kb for web

    Thank you for the posts. 1. Yes, I have used her photos that she is working with and had success sizing it down further. 2. When I'm given the file that she saved for web, it's 15kb, when I save for web it's < 2kb. We're more concerned with the final file size. regards, Brian...
  14. BG12424

    Creating thumbnails &lt; 2 or 3kb for web

    I have a client on a Mac using Photoshop that would like to know what the exact steps to resize an image in photoshop to give it the exact pixel dimensions 50X50 and have the total document size be less than 2k and saved for web? She is creating a photo gallery and needs to create thumbnails...
  15. BG12424

    Pathing to images (IIS setting possible?)

    When I FTP'ed the images folder to the server, even though my SmartFTP client showed that the files were on the server, they were in fact, NOT. I had to copy them directly and then they appeared. Anyone know why SmartFTP would show that they're on the server, but not really be? Thanks regards...

Part and Inventory Search

Back
Top