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

    2011 tech career choices

    It is 2011 and I have 10 years of IT experience. However I have not learned any new job skills. I want to make more money and work on newer technologies. So my question to you the Tek Tips community is what is the most sought after job skills that employers are in need of for 2011? I was...
  2. mikeyd

    website address/image pulling

    We have a program that pulls up hundreds of websites from different servers and then is rendered. The problem we have is that there is one website that has a slow loading image. This causes our program to fail on it because we have a one minute time out. The time out can not be changed and the...
  3. mikeyd

    simple oracle sql statement question

    How can I use a select * from statement and also use the to_char function for a date so it shows the date with hour and minutes. For example I am tying this but it is not working select *, to_char(lastupdatetime, 'DD:MON:YY:HH:MI:SS AM) from whatevertable I just want to be able to select all...
  4. mikeyd

    How do I recomplie php to use oci8 on fedora6

    I have php and apache installed by default on my fedora core 6 box. I need to connect to Oracle databases on our network but do not have a clue as to how to recomplie php with the oci8 package it needs to connect to the oracle databases. I do not have an Oracle db on my server. They are on the...
  5. mikeyd

    ORACLE DATE TIME FORMAT HELP

    I have a field in an ORACLE DB that has a date value of 5/10/2005 3:03:55 PM When I run a normal php select statement it is only bringing back 5/10/2005 If I run the same select statement in VB it brings back the date and time...PHP keeps cutting the time off. Can someone tell me why this is...
  6. mikeyd

    Oracle php winxp

    This is my first attempt at using php and apache on win xp machine. I am connecting to an Oracle 9i database on the network. If I try to connect with wrong id, password, or db it gives me an error as it is suppose to. If I connect with the right id, passwd, db it continues to next statement...
  7. mikeyd

    dhcp manager

    Can you use dhcpmanager on solaris 10 to allow a computer to act as a firewall? I have two network cards elxl0 and elxl1. The elxl0 is connected to my cable modem, and is assigned a ip address from them. Works fine surf the internet like a champ. I want to use elxl1 for dhcp to send out...
  8. mikeyd

    Help with networking Solaris 10

    I have installed Solaris 10 on a x86 hp3 computer. I have two nic cards elxl0 and elxl1. I connect to my cable modem and get assigned a ip address and surf the web fine with elxl0. I want to be able to share the internet through elxl1 to a router for my network. I used to do this on my linux...
  9. mikeyd

    can't email images in word doc created by vba

    I am using vba to create a word doc and then fax or email it out. The problem I run into is that once I email it or fax it the images do not show up, just the text. I also have the same issue if I save it as a html file. My guess is because the images are on my harddrive others can not see it...
  10. mikeyd

    vb code for embedding images in word doc

    I am using vba to create a word doc and then fax or email it out. The problem I run into is that once I email it or fax it the images do not show up, just the text. I also have the same issue if I save it as a html file. My guess is because the images are on my harddrive others can not see it...
  11. mikeyd

    trying to replace string in word doc with vb macro

    I am new at this. I need assistance with a macro I am trying to create. I want to replace the letter m with the letter l in the word mike in a existing word file. When I try running it I get "Statement invalid outside Type Block" Sub mikesproject() ' ' mikesproject Macro ' Macro created...
  12. mikeyd

    Refreshing custom control

    Hi, Okay, I have a web cutom control that is an image and when clicked it changes to another image. The problem is when you goto another page and then use the browser back button to go back to the previous page, the web custom control remembers the state the image was before (ie. image has...
  13. mikeyd

    print page

    Is there a way to print page in asp.net ? Like how javascipt can print page.
  14. mikeyd

    getting the value right of a .

    Hi, if I got a number = 11.22 and trying with C# regular expressions to get just the 22 from the number. Please anyone I am having big difficulties TA
  15. mikeyd

    When I run the following statement:

    When I run the following statement: ************************************************* SELECT CONTACT1.CONTACT AS Contact, CONTACT1.COMPANY AS Company, CONTACT1.ADDRESS1 AS Address1, CONTACT1.ADDRESS2 AS Address2, CONTACT1.ADDRESS3 AS Address3, CONTACT1.CITY AS City, CONTACT1.STATE AS State...
  16. mikeyd

    The text, ntext, and image data types cannot be compared or sorted, ex

    Hi, I am doing this and its giving me this error ????? ******************************************************* Server: Msg 306, Level 16, State 2, Line 1 The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator. Server: Msg 306, Level 16...
  17. mikeyd

    Subqury problem

    This doesn't work but you know what I am trying to get at I hope. A result with only some fields that are Distinct. ********************************************** SELECT CONTSUPP.RECTYPE ( DISTINCT CONTACT1.CONTACT, CONTACT1.COMPANY ) FROM CONTACT1 INNER JOIN CONTACT2 ON CONTACT1.ACCOUNTNO =...
  18. mikeyd

    Retrieving temp table data from MS SQL using ASP

    I am trying to retrieve data from a stored procedure in MS SQL 2000 that has had to use temporary tables in coming up with the required dataset. However, when I call the procedure from a web page in which I am using VB script to call and retrieve the data, the recordset is always closed when I...
  19. mikeyd

    having a changing variable ?????

    Hi everyone, Having serious problem trying to make a variable change. this is in a loop Set @versionSection = '@version'+@iCount so theoratically @versionSection will be changed to eg. @version1 ???? Query is below the stars. TA in advance...
  20. mikeyd

    Stored Proc returns nothing ???

    Below is the Stored Procedure. In Query Analyser it returns results and when using .aspx. BUT in ASP it's returning NO results ? ----ASP--- ********************************************************* <!-- #INCLUDE VIRTUAL=&quot;/padmin/modification_search/ds.asp&quot; --> <%CALL open()...

Part and Inventory Search

Back
Top