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!

Recent content by RevsEd

  1. RevsEd

    Check whether image exists

    Hi cLFlaVA thanks for the additional information. I don't really want to load the image at this point... I'm trying to work out the context I've come from, if the image isn't where I expect it I can back out a level ("../") and find it there. I really don't want to use an actual <IMG> tag if...
  2. RevsEd

    Check whether image exists

    Hi, I'm having a bit of a problem which is now driving me mad. Basically, I want to know whether the path to an image is correct... and if not display a "not found" image. It should be simple but... all the code I've seen on the net uses the onerror event - yet it fires regardless of whether...
  3. RevsEd

    Mad recordset problems

    Not after saving space, TinyInt is fine, just wondered on the functionality of ADO knowing it's a True/False... which really isn't what I expected at all?
  4. RevsEd

    Mad recordset problems

    Thanks... problem sorted. Completely my fault. After running your simple test (which read the record correctly) and trying hard to make it fall over (by changing the field values) I realised it had to be my code. On much closer examination I realised the page was only calling my code when a form...
  5. RevsEd

    Mad recordset problems

    Yes, it's something I should have done myself - I just got sidetracked by the fact that it used to run fine hitting Access and has now all gone to pot. I've tried to write the code with no specific back end in mind, and now to upsize to SQL Server I thought I'd probably have an easy job, not get...
  6. RevsEd

    Mad recordset problems

    Thanks for the response. I noticed the rs.Open sql,con,3,3 elsewhere, so was going to try that tonight as well - I generally don't bother with the 3,3. Thanks again, will let you know how it goes tomorrow. Darren
  7. RevsEd

    Mad recordset problems

    Hi, wonder if anyone can help me - before insanity sets in. Basically, I have an ASP site working fine with an MS Access database backend. I've just upsized to SQL Server and now my recordsets aren't working as expected. If I open my recordset and then go to display a value (esp. bits which...
  8. RevsEd

    Trigger Tablename

    Yes I know I have to still have to alter the triggers. I am not using a PL/SQL Block to generate the triggers (although I misleadingly said I was). What I meant was that in designer we have a &quot;single&quot; PL/SQL Block which is inserted into every trigger. We do not need to change this...
  9. RevsEd

    Trigger Tablename

    Hi Mufasa, I can see exactly what you're saying and you are correct. However, we're using Designer to do the design and we've a PL/SQL block in there which is used to generate the triggers. We been able to use the exact same bit of code so far, but now need to be able to get at the table name...
  10. RevsEd

    Trigger Tablename

    Hi Mufasa, the trigger is going to call a Procedure which will use the table name as a parameter. My schema has close to 200 tables and I really want to pass the table out rather than write 200 different procedures. Thanks Darren
  11. RevsEd

    Trigger Tablename

    Hi, I'm using Oracle 9i. Wonder if anyone can tell me how to retrieve the tablename which a trigger had fired on (within the trigger itself). Thanks Darren
  12. RevsEd

    BMP Image not displayed (Blob Field) but only on some machines!

    Hi, I'm having a problem with Crystal Reports 8.5 not displaying BMP images in Blob fields. The real problem is - it works on some client machines and not others. I'm stumped, some Windows 2000 boxes are fine, others aren't. I've read the posts on Tek-Tip and can confirm that they are BMPs and...
  13. RevsEd

    IE Hangs then resumes.

    Just to confirm then Ping just timesout. Traceroute returns * for all hops (though it does display the IP it's looking for. I carried on running Traceroute for a few minutes and you can see it suddenly kick back in when the net springs back to life. I tried playing with IIS - and stopped FTP...
  14. RevsEd

    IE Hangs then resumes.

    Think I've tried this before and both time out... will confirm tonight though. Thanks again
  15. RevsEd

    IE Hangs then resumes.

    No offence taken. What I meant was (as you correctly guessed) - whilst IE is hung, I can click Send/Receive in Outlook Express and it will connect and receive email. It makes me think it's a TCP/IP problem and not related to my connection (Dial up by the way). Since I rebuilt, I also joint...

Part and Inventory Search

Back
Top