Ok, I really hope this is a silly question, because I have been going nuts trying to figure it out.
I am developing a website on my own computer, Win2k Pro. It is interpreting dates as mm/dd/yyyy. I upload the code to the live site(win2k server) and suddenly it is dd/mm/yyyy.
So on my...
I have Javamail working as far as sending mail goes, but I am unable to get it to send to more than one recipient.
I tried the following:
InternetAddress[] to = InternetAddress.parse((String)to);
where 'to' is equal to "bob@bob.net,bob2@bob.net".
If I just have 1 email address in...
Hey,
I am using SQl Server 7, and am trying to delete some old databases from the server. Some of them get deleted ok, others give me an Error 3702 - database still in use.
Can anyone tell me how I can find out why it is still in use? Or even how I can delete it anyway and what dangers there...
Below is the SQL code being called, it does a series of inserts before doing a select on the temporary table. My apologies if the code below is very inefficient, but I have just started 'trying' to use more features available in transact sql. Underneath the SQL I have put the java code...
Hi,
I am having the following problem: I have an SQL statement that works fine in MS SQL Query Analyser, but when I try to call it from a servlet I get
'Exception in main try block exception: [JRun][SQLServer JDBC Driver]No ResultSet set was produced.'
When I run the code in the MS SQL...
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.