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...
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...
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 "Invalid virtual host" error. Here's the code I used:
WebAppDeploy VideoStore...
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 "Feature not implemented" Any ideas? Thanks!
I couldn't find anything when I did dmesg and when I did cdrecord -scanbus I got this error:
"No such file or directory. Cannot open SCSI driver." Do I need to update my driver? Thanks!
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...
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!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.