MS SQL Server JDBC Driver

2003-03-03 Thread Peter Dolukhanov
Hello, I was wondering, if from experience, someone could recommend me a JDBC driver for MS SQL Server 2000. From what searching I have done, I have only seen commercial products available. Are there any free products available, which have the majority of features (and performance) needed?

Re: MS SQL Server JDBC Driver

2003-03-03 Thread Rajarshi Ghosh
MSSQLDriver for sql 2000 comes free. It is a type4 driver. Hope it helps. Regards --LOVE IS GOD- Rajarshi Ghosh === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest:

Re: MS SQL Server JDBC Driver

2003-03-03 Thread Emmanuel Eze
visit http://www.microsoft.com/sql/downloads/default.asp Emma -Original Message- From: Peter Dolukhanov [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 2:10 PM To: [EMAIL PROTECTED] Subject: MS SQL Server JDBC Driver Hello, I was wondering, if from experience, someone could

Re: MS SQL Server JDBC Driver

2003-03-03 Thread Peter Dolukhanov
Thanks Rajarshi, is this the best driver to use? As I have heard that the MS driver does not perform well performance wise? Can anyone shed any light on this? Regards, Peter -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL

Re: On (free) IDEs

2003-03-03 Thread Pranav Lal
snip try gel.. its really nice. Is the IDE written in a Windows programming language or in Java? Pranav === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with

JSP and Domino Server

2003-03-03 Thread RVTobin
Hi everyone, I'm writing a module in JSP that will be an add-in for an existing web application. The existing application uses Domino /R5 to serve up the pages. Has anyone had any experience with getting Domino to serve up JSPs? I've read that it is possible, but our ISP was not able to

Re: MS SQL Server JDBC Driver

2003-03-03 Thread Carlos Vicente
I have use it, and really it gives a lot of problems. (problems with character sets, problems with connections.) Another free (LGPL) driver is jtds http://jtds.sourceforge.net i don?t tested it extensibely, but it seems ok.. i have used sprinta from inetsoftware (commercial), and i really

Re: On (free) IDEs

2003-03-03 Thread Sascha Kaufmann
Hello unfortunately, eclipse doesn't support JSP at this time. Pranav Lal wrote: Does Eclipse work for JSP as well? Pranav -- Mit freundlichen Grüssen best regards Sascha Kaufmann [EMAIL PROTECTED] PGP Key ID: 0x812EAEE7

JSP Web App Server

2003-03-03 Thread Peter Dolukhanov
Hi, In the last year and a half I have been used to using JRun 3 for a JSP/Servlet engine. This was mainly due to its easy configurability. I have recently downloaded JRun 4, and it seems that Macromedia have now created a full J2EE server, rather than just the Web App Server they had

Re: JSP Web App Server

2003-03-03 Thread Todd Whitten
damn... you guys should get the ASO to lay this one down! -Original Message- From: Peter Dolukhanov [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 10:42 AM To: [EMAIL PROTECTED] Subject: JSP Web App Server Hi, In the last year and a half I have been used to using JRun 3 for a

Re: JSP Web App Server

2003-03-03 Thread Luis A
What is ASO? - Original Message - From: Todd Whitten [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 03, 03, 2003 12:52 PM Subject: Re: JSP Web App Server damn... you guys should get the ASO to lay this one down! -Original Message- From: Peter Dolukhanov [mailto:[EMAIL

Database change listener

2003-03-03 Thread Luis Javier Beltrán
Hi everybody, I need to implement a database listener so I can update some static classes that hold database data...Does anybody know of any library or classes that can help me with this? or a way to code my own listener? Thanks a lot! Luis Javier

Re: JSP Web App Server

2003-03-03 Thread Hans Bergsten
Peter Dolukhanov wrote: Hi, In the last year and a half I have been used to using JRun 3 for a JSP/Servlet engine. This was mainly due to its easy configurability. I have recently downloaded JRun 4, and it seems that Macromedia have now created a full J2EE server, rather than just the Web App

Re: On (free) IDEs

2003-03-03 Thread Christian Bollmeyer (GMX)
Am Freitag, 28. Februar 2003 13:23 schrieb Omer Tariq: Hi there, I'm about to start on my first professional JSP/Servlet project and have done some hands dirtyin' on the Sun One Studio IDE. I'd like to know how reliable and popular this IDE is and how does it compare to others. Regards,

Parameter passing in plugin

2003-03-03 Thread Ma, Vicki
Hi, I am trying to pass parameter in jsp plugin. for example: String selected=test; ... jsp:plugin type=applet code=com.bmc.scon.applet.AppEditorApplet.class codebase=/scon/applet archive=client.jar,common.jar,jcelements450K.jar jreversion=1.4 width=575 height=400 jsp:params

Re: On (free) IDEs

2003-03-03 Thread Srdjan Pantic
From: Pranav Lal [mailto:[EMAIL PROTECTED] Does Eclipse work for JSP as well? O yes, excelent. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.458 / Virus Database: 257 - Release Date: 2/24/2003

Tag Libraries Question

2003-03-03 Thread Peter Dolukhanov
Dear All, When using Tag Libraries, is it possible to mix JSP elements with Tag Elements? Ie: dbConn:rs sql=select * from classifieds WHERE id = %=id% does not seem to work. However if I make String id = select * from classifieds WHERE id = + id dbConn:rs sql=%=id% works But

Re: Tag Libraries Question

2003-03-03 Thread Karr, David
An expression scriptlet has to be the entire attribute value, not just a portion of it. If you want to mix them, the expression scriptlet will have to concatenate static strings along with your dynamic data, like this: dbConn:rs sql='%= select * from classifieds WHERE id = + id %'

java.net.SocketException: Connection reset error

2003-03-03 Thread Deepak
Hi I am getting the following Exception in my jsp web-app frequently in my log window. but this doesnt halt the program flow. My appilcation works fine but this exceptions keeps coming . Can anyone tell me whats happening and do I need to modify my code? I am using Tomcat 3.3.1, Jdk1.4 and

Re: On (free) IDEs

2003-03-03 Thread Vikramjit Singh
why is that of concern. It provides pop up code and whole lot of tools you can integrate. I think its in windows API and not in java. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED] Behalf Of Pranav Lal Sent:

Re: On (free) IDEs

2003-03-03 Thread Pranav Lal
Hi, snip why is that of concern. I use a screen reader and existing Java support in screen readers is still at the testing stage. Pranav === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For