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

    making space in root directory

    I need to install some patches on my Solaris 2.7 box and it's required that I have at least 4MB of H/D space in '/'. I only have a fraction of that left, like 1MB - how does one go about making space on the root directory? Are there any unnecessary files that could be deleted?
  2. pondo

    Solaris equivalent of 'Event Viewer' in NT

    if there were any system errors (could be for success as well) running an application, hardware, etc. would there be an 'Event Log' generated somewhere in Solaris Unix much as there is an Event Viewer in Admin. Tools in NT??
  3. pondo

    *.pdf file needs to print color, but only get B & W!!!

    I have a 3 page color pdf file that I'm printing using Adobe Acrobat Reader ver. 5. The file displays the pages in color fine, but when I send the file to a color plotter (a HP 450C), the pages comes out in Black & White!! The results are the same if I use NT 4.0 or Windows 2000 workstation to...
  4. pondo

    ASP in JSP, and vice versa

    We are in a situation where we must decide between writing ASP or JSP and using either IIS or Apache Web Server. Can we deploy ASP Pages in Apache? And conversely can we deploy JSP Pages in IIS?
  5. pondo

    Can't log in the Solaris 2.7

    hello, all...based upon the recommendation of the book 'Unix Power Tools', on a Solaris 2.7 box I was trying to add permissions to the group members for root in the current working directory of /etc with the following command: chmod g=u * anyway not only was the permission not added for the...
  6. pondo

    non-microsoft site download of IE full install

    I have a computer at home with a slow modem connection and I need to install a newer version of IE. I want to burn a CD copy of the IE5 installation from a location that has a faster download , but I can't find a place to get a self installing version. Does anyone know of such a web site that...
  7. pondo

    SQL Server 7 to Oracle 8i migration

    I have a table in SQL Server 7 SP2 with the following kinds of fields (more than 1 of these for each)- int, char, datetime, text, timestamp. I am trying to migrate this table into Oracle 8.1.7 using a 3rd party tool and I get the following error message "a table may contain only one column...
  8. pondo

    Topic: FRM-01403 ora-01403 not data found

    I have a forms ver. 5.06.20.0 fmb file (everything runs fine) I compiled and converted up to 6.0.8.11.3 (no involvement generating from Designer) ...now when I go to invoke a procedure in an attached library of the form in the updated ver. 6.0.8.11.3 , all of a sudden the procedure doesn't...
  9. pondo

    Finding a SQL Server 7 ODBC Driver

    I need to get a standalone installation of a desktop ODBC driver for SQL Server 7.0. Where might I find one?
  10. pondo

    Concatenating Dates, but not adding them!!

    there's something I can do in Oracle very easily, but can't seem to accomplish in SQL Server: Remember in Oracle if you want to have a select statement concatenate you just put || between the field names? Well, with SQL Server I tried using the '+' sign and it won't work because it'll add the...
  11. pondo

    Restricted outer join on table also member of an inner join

    I have a MS SQL Server 7 Table that has several inner joins (not nullable equi-joins).&nbsp;&nbsp;On the same table, I need to perform another join with yet another table, but this time with an outer join that would allow null records. <br><br>Right now I am performing these inner and outer...

Part and Inventory Search

Back
Top