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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 =...
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...
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...
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="/padmin/modification_search/ds.asp" -->
<%CALL open()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.