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

Recent content by Reesy

  1. Reesy

    Customizing Performance manager Interface

    The info view home page has a 'Personalize InfoView Now' link. If you follow this link there is an Initial View option where they can specify their logo page. Blood, Sweat But No Tears!
  2. Reesy

    Oracle 9i PHP connection - OCI vs ODBC

    We have a couple of Oracle 9i databases and want to use PHP 5 on an Apache 2 server to connect to them. My question is... Which is the preffered method, is it OCI_CONNECT or ODBC_CONNECT and what (if anything) is the difference? Many thanks in advance for your time. Cheers, Reesy Blood...
  3. Reesy

    Display 1000 as 1,000 with coldfsuion and access

    Use this javascript function... function FormatNumber(num,decimalNum,bolLeadingZero,bolParens,bolCommas) /********************************************************************** IN: NUM - the number to format decimalNum - the number of decimal places to format the number to bolLeadingZero...
  4. Reesy

    PS Development languages

    My Company has just signed up with Peoplesoft. I currently work in I.T. Development as an Oracle Analyst Programmer with experience in Oracle forms, SQL, PLSQL etc. I have also done quite a bit of web programming ASP, Javascript etc. We have been told we could be doing some development on...
  5. Reesy

    XP - Seperate emails for each account

    Cheers markso, Looks like that's what I was after :-) I'll give it a try tonight. Blood, Sweat But No Tears!
  6. Reesy

    XP - Seperate emails for each account

    I've just got a new machine at home with XP - I've set up an account for my wife to login to and one for my son - I use freeserve which gives you the ability to have multiple email addresses such as me@myemail.fslife.co.uk and mywife@myemail.fslife.co.uk - is it possible to set up outlook...
  7. Reesy

    Oracle Stored Procedures in DWUD4 or DWMX don't work

    It's not you - I also have a problem using Oracle 8i and DWUD4 and stored procedures. :-( Blood, Sweat But No Tears!
  8. Reesy

    British date format / US date format

    The regional settings, short date etc. are all set up correctly i.e. for English (UK) and dd/mm/yyyy Strange! Blood, Sweat But No Tears!
  9. Reesy

    British date format / US date format

    Thanks onpnt! That does the job. There must be a setting somewhere though - you shouldn't have to put that code into every site you write?? Reesy. Blood, Sweat But No Tears!
  10. Reesy

    British date format / US date format

    I have an asp page which selects information from an Oracle 8i database using ODBC and displays it in a browser window. One of the fields displayed is a date - this date is being shown in US format i.e. Month/Day/Year I want it to be displayed in British format - Day/Month/Year The 'Windows...
  11. Reesy

    Control characters being returned...

    I've been informed that IIS is almost certainly not to blame for this problem and it is more likely to be an ODBC driver problem. Blood, Sweat But No Tears!
  12. Reesy

    ODBC - stored procedure returning control chars

    I have an intranet site which uses a stored procedure to return product details for a selected product code - The site is running IIS 5 on a 'windows 2000 server' machine - The details returned are being displayed with random control characters appended to the end. The exact same site works...
  13. Reesy

    Control characters being returned...

    I am trying to move a number off Intranet sites of a Windows 98 PC running PWS to a Windows 2000 Server machine running IIS and I am having problems... My current problem is that a site which is VERY simple - (it accepts a product code then on submit displays an image of the product, the...
  14. Reesy

    Databidings - Recordset Test works - F12 doesn't

    I have dreamweaver installed on the server - the test I was doing was actually on the server. i.e. the host and server are the same machine. Blood, Sweat But No Tears!
  15. Reesy

    Databidings - Recordset Test works - F12 doesn't

    I'm connecting with DSN - It looks like it's all set up ok... It wouldn't come back in the test window if it wasn't set up right would it? Blood, Sweat But No Tears!

Part and Inventory Search

Back
Top