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 Chriss Miller 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: QatQat
  • Content: Threads
  • Order by date
  1. QatQat

    Procedure question

    Hi there, here is the problem: I have a table that contains, in a column, names of other tables. What i need to do is to write a procedure that, looping through all values (table names) in that column, executes a query against all tables that are listed How to achieve this? Procedure...
  2. QatQat

    <TABLE> won't stay within <DIV>

    Hi there, I have been given an intranet system to modify. It uses <div> tags to partition various zones in the page. They work pretty well a part from small display differences in internet Explorer 6 or 7. Anyway I am now having a problem with the main area of the page, enclosed in <div>...
  3. QatQat

    escaping nightmare

    HI there, i am busy writing an intranet system, using MySQL as backend. Now the system is to be implemented in Italy and single quotes are very common in the language. I have already made so that, when single quotes appear in a string, they get replaced with \' correctly before inserting them...
  4. QatQat

    Weird entries in LogWatch

    Hi everyone, it is a month now since my logwatch report in the morning shows hundreds of entried like the ones below in the named section network unreachable resolving 'ns2.sitewavegambling.com/A/IN': 2001:7fd::1#53: 1 Time(s) network unreachable resolving 'ns2.sitewavegambling.com/A/IN'...
  5. QatQat

    Wird Fedora Problem

    Hi everybody, I am experiencing a very weird behavior from a Fedora 8 box. It stops loading internet pages before they are complete. Sometimes it will display a simple page, but when a complex and heavier page is called it will only display the beginning of the page and then keep on waiting...
  6. QatQat

    restore from sql dump fails

    Hi There, I have just been given laptop to configure with mysql and I have installed my usual proven 5.0.27. When I try to re-install DBs from sql dumps, it only restores very small files and stops after a few thousands lines when attempting the bigger sql files. I have therefore updated to...
  7. QatQat

    FC5 display problem

    Hi there, my limits when it comes to Xwindows are showing clearly. I need to get a HP LCD wide screed (L2045W) with an intel D945GTP board working with FC5 at 1680x1050. Chipset seems to be i945. for some strange reason the onboard video card does not work at the screen native resolution...
  8. QatQat

    Debian Sarge on HP ML110 G4

    Has anyone managed to install Debian Sarge on ML110G4? I know that it is not in the supported list from HP but neither is fedora and the latter installed fine. Debian Sarge install won't go further that disk partitioning. Any idea or previous experience? QatQat If I could have sex each time...
  9. QatQat

    Oracle 10g XE post-install hangs

    Hi there, Setup: HP server FC6 The installation goes smooth but post install cannot start Oracle Net Listener has anyone had this problem? QatQat Life is what happens when you are making other plans.
  10. QatQat

    A way to solve SSH attacks problem

    Hi everyone, several posts have come up on this forum, including one of mine http://www.tek-tips.com/viewthread.cfm?qid=1093086 concerning SSH attacks. Another one with several (good) solutions http://www.tek-tips.com/viewthread.cfm?qid=1276751 Browsing the internet on a lazy Saturday...
  11. QatQat

    Excel import problem

    Hi There, I am trying to import a large excel spreadsheet into a mysql 5 table. All fields import correctly but only one continues to give "null" data after import. It is a column set to Text on excel that contains data with the following format: 06/123456 Two digits for the year and a...
  12. QatQat

    Sendmail under attack?

    Hi everyone, below is a very short extract from my logwatch. 26 (25 max): from <bobcat@wris.com> via ctb-mesg9.saix.net, to <bondmanship@doraskean.interchanges.net>: 1 Time(s) 26 (25 max): from <bobcat@wris.com> via localhost, to <bondmanship@doraskean.interchanges.net>: 2 Time(s)...
  13. QatQat

    IUSR instead of IWAM

    Hi there, I am using a activeX dll to write to a excel template. The .dll works perfectly on one web site of mine. It does require the IWAM (IIS launch) to have write right on the folder where final Excel files have to be saved. WHen the dll is called on the first web site the IWAM user...
  14. QatQat

    libdvdcss and what else?

    Hi there, I have installed libdvdcss, I have installed xine, mplayr but both of them do not seem to be using libdvdcss and therefore I am not able to play DVD on my FC5 box. What else shoudl I do? I have been suggested to install libdvdcss2 (from ubuntu) but, after downloading it, the...
  15. QatQat

    Select avg of best 2 scores

    Hi There, is there a way in MySQL 4 to select the average of only the best two scores grouped by player from a table storing game details? DO I need a transaction for this? CHeers QatQat Life is what happens when you are making other plans.
  16. QatQat

    Output to multiple page word document

    Hi there, I have an application that must be able to export many order forms at once to MSWord. These forms are all one page documents; is there a way of outputting them all to a multiple page word document? Cheers QatQat Life is what happens when you are making other plans.
  17. QatQat

    COM object problem

    Hi There, I have created a ActiveX DLL that generates invoices in .xls format on the server using an invoice template. In VB6 I have a reference to "microsoft excel 10.0 object library" and, when compiled and registered, the DLL works perfectly on the server where Office 10 (office 2002) is...
  18. QatQat

    Array problem

    Hi There, I am trying to create an array that stores excel cells and their value. Can I store multiple values (cell-name and value) per each of the array indexes Example: array(0) = B3, 100 array(1) = C8 , 140 etc. If not possible what is the best way to achieve this? Thanks a lot QatQat...
  19. QatQat

    fecthmail question

    Hi there, how do I tell fetchmail to retain settings after rebooting the PC? example: I have a correctly configured fetchmailrc file, I issue a command fetchmail -d 1200 to have remote mail downloaded automatically every 20 min. If I restart the server this setting is erased. Please...
  20. QatQat

    Inherits...

    Hi there, I have written some pages in the past using WebMatrix with no problems yet with not much help either. I am now trying to use VB.Net 2003. I am interested in using the codebehind page as th way of coding resembles much more VB6, which I am more familiar with. I have crfeated a...

Part and Inventory Search

Back
Top