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: mistux
  • Content: Threads
  • Order by date
  1. mistux

    Can't browse Network Neighborhood anymore

    I have a small network of about 7 PC, some Win 98, 2000, XP Pro and XP Home. I had to change our internal IP numbering from 198.x.x.x to 192.x.x.x (because I found out that 198 is not a public address...oops, my bad). After I changed our DHCP and botted up all the PC, all but one worked. It...
  2. mistux

    NT 4 and 160 Gig hard drives

    I just installed a Western Digital 160 Gig into a NT 4 (workstation) with service patch 3 and formated it to NTFS, and it only shows 130 Gig! I know some space is lost in the format process but not 30 Gigs!! Any ideas??
  3. mistux

    Regular Expressions with fultiple files

    I am trying to process a directory of files that need to be renamed and relocated. I will have in a temp directory several files that will all have the info needed to rename and move them in the first couple of lines. I used a regular expression to determin the file name and directory but not...
  4. mistux

    Access Parameter Queries to MySQL

    I have a "stuck in a rut question." Now, keep in mind that I am coming from the MS Access database world trying to now work in the MySQL world. In Access I am accustomed to writing a query "Query A" that takes a "non-hard coded" parameter, like "[Enter...
  5. mistux

    Do I need the "dbo" at the end of my stored procedures?

    I have some stored procedures with (dbo) after them and some that don't. Do I need this? how do I get rid of it? Do I need to refernence them in my code? I intend to send my Access 2000 ADP front end to a customer and the back end SQL to them is this naming convention going to cause me...
  6. mistux

    Parsing a string for multiple values in it

    I need to parse the following string: "( B Panel 48.1248 X 93.5 CRS Gage 16)" I need: 1. The letter preceding the word "Panel" in this case "B" 2. The number following the word "Panel" in this case "48.1248" 3. The number following the word...
  7. mistux

    Parsing a string for multiple values

    I need to parse the following string: "( B Panel 48.1248 X 93.5 CRS Gage 16)" I need: 1. The letter preceding the word "Panel" in this case "B" 2. The number following the word "Panel" in this case "48.1248" 3. The number following the word...

Part and Inventory Search

Back
Top