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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Urgent Oracle/SQL Query help

Status
Not open for further replies.

jkl

Programmer
May 16, 2001
83
US
In Ent. Mngr, I have an Oracle server as a Linked Server.

When I execute a query such as "SELECT Total_Hours FROM Ora..Employees.TimeSheet"...

ALL records in the recordset show as 0.00


If I change the query to "SELECT Total_Hours * 1 FROM Ora..Employees.TimeSheet"...

then I get the correct values.

Any idea what's going on??
 
Just to add to this.

This * 1 workaround does not work, if I use any kind of join in the statement, which I need to do.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top