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 Chris 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: *

  1. alsaunde

    Month function not working...

    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...
  2. alsaunde

    Javamail: sending to multiple recipients.

    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...
  3. alsaunde

    Problems deleting a database.

    Nevermind, it seems that restarting the service has solved my problems. Al
  4. alsaunde

    Problems deleting a database.

    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...
  5. alsaunde

    Problem retrieving resultset in servlet

    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...
  6. alsaunde

    Problem retrieving resultset in servlet

    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...

Part and Inventory Search

Back
Top