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 tim273

  1. tim273

    Zero Length Element Validation in a Schema

    Hello Everyone, I writing a schema where several elements are required, but but may not have any length. For example: <CurrencyCode>USD</CurrencyCode> is valid. But this is also valid: <CurrencyCode/> I want to create an element decleration that allows for zero length, but when there is...
  2. tim273

    Problem with integrating Apache and Tomcat 4

    Actually I did add the LoadModule and AddModule commands to httpd.conf. I downloaded the mod_webapp, and the instructions you linked to came with mod_webapp. I have Tomcat 4 in /usr/local/ directory. There are a couple questions that I have: Does it matter where in httpd.conf that I put the...
  3. tim273

    Problem with integrating Apache and Tomcat 4

    I have Apache 1.3.20 and I just downloaded Tomcat 4.0.1 and mod_webapp. I followed the instructions of installing mod_webapp and tried setting up a connection with tomcat, but I keep getting an &quot;Invalid virtual host&quot; error. Here's the code I used: WebAppDeploy VideoStore...
  4. tim273

    Alter table, drop constraint not implemented

    Hello, Does anyone know about this problem and how to solve it? I'm creating a create table script and I tried an alter table drop constraint and I got an error that &quot;Feature not implemented&quot; Any ideas? Thanks!
  5. tim273

    Linux driver for HP 9200i SCSI cd writer

    Does anyone know where I can get a Linux driver for an HP 9200i SCSI cd writer? I've looked everywhere and can't seem to find one. Thanks!
  6. tim273

    Linix won't detect my SCSI cd-burner

    I will try that. Thank you for your help. I'll let you know if it works!
  7. tim273

    Linix won't detect my SCSI cd-burner

    I couldn't find anything when I did dmesg and when I did cdrecord -scanbus I got this error: &quot;No such file or directory. Cannot open SCSI driver.&quot; Do I need to update my driver? Thanks!
  8. tim273

    Linix won't detect my SCSI cd-burner

    Hello everyone, I have a Tekram 315U SCSI card and a HP CdWriter+ 9200i cd writer (the only SCSI device). If I go into KDE and into the system manager, it seems to detect the SCSI card, but not the cd burner. I have a Win2K and Linux dual install set up and Window's has no problem. Any...
  9. tim273

    Using if exists with drop/create table statements

    Is there a way to do something like this in Postgresql? if exists(select * from pg_class where relname = 'testTable' and relkind = 'r') --I think that's right drop table testTable; create table testTable...; Thanks a lot for any help!

Part and Inventory Search

Back
Top