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 Wanet Telecoms Ltd 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: tekmilind
  • Content: Threads
  • Order by date
  1. tekmilind

    Float output with Bitwise operations in PL/SQL

    Hi, I am facing some problems with bitwise operators in PL/SQL. The formula i have is : (((x[0]<<8)+x[1])/128) where x[0]=FF. The correct output value is &quot;-.01&quot;. I have translated the formula as (((x[0] * POWER(2, 8))+x[1])/128), but i am not able to get the float output. Thanks in...
  2. tekmilind

    Bitwise right (or Left) shift functions in PL/SQL

    Hi, I have to right (or left) shift binary numbers in Oracle PL/SQL. Is there any function that will achieve this? Thanks in advance for the help. - Milind
  3. tekmilind

    InfoView Performance on Windows 2000

    Hello, I have the BO server installed on a Win2K (Service Pack 2)machine. The desktop client is installed on a different machine (Win2K). The database i am using is MS-Access. It takes about 10 mins for the web interface to login after accepting the userid/password. Any help on this...

Part and Inventory Search

Back
Top