JSP and MYSQL

2001-01-25 Thread Dean Sacramone
Hey,, is there a good tutorial on how to intergrate JSP and MYSQL cause I want to do some practicing. Thanks, ~~~ Dean Sacramone Magnet Interactive - West [EMAIL PROTECTED] Lead Programmer 310-815-5091 ~~~ If a kid asks where rain comes from, I think

Jsp and mySQL

2000-11-05 Thread Chetna Bhatt
Hi, I have installed mySQL on Windows NT and also am using Java Web Server2.0 to execute the JSP file.Now im trying to connect to the database in mySQL ...but it is giving me an error as follows: java.sql.SQLException: Cannot connect to MySQL server on zeus:3360. Is there a MySQL server running

Re: JSP and MYSQL

2001-01-26 Thread Hung Yee
ne [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 3:59 PM To: [EMAIL PROTECTED] Subject: JSP and MYSQL Hey,, is there a good tutorial on how to intergrate JSP and MYSQL cause I want to do some practicing. Thanks, ~~~ Dean Sacramone Magnet Interactive - W

Re: JSP and MYSQL

2001-01-26 Thread Ted Husted
7;re asking for. -Original Message- From: Dean Sacramone [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 3:59 PM To: [EMAIL PROTECTED] Subject: JSP and MYSQL Hey,, is there a good tutorial on how to intergrate JSP and MYSQL cause I want to do some pract

Re: Jsp and mySQL

2000-11-06 Thread Simon Orchanian
You should check to see that the MySQL daemon and or service is running to be listening on that port. For NT; open up the services tool and view it. --- Chetna Bhatt <[EMAIL PROTECTED]> wrote: > Hi, > > I have installed mySQL on Windows NT and also am using Java Web > Server2.0 to execute the JS

Question about JSP and MySQL

2001-02-13 Thread Raymond
Hi, I was newly subscribed to this group. Well met, guys. I planned to use a Linux(red hat 6.2) host as my application server. I have installed Apache, MySQL, Tomcat. And how could I connect a database from a remote PC(win2000)? I mean, how to install JDBC over mysql? Best regards, Raymond Xu

Off-topic: JSP and MySQL

2002-11-25 Thread Deepak
Hi folks I guess this is off-topic. am sorry for that. Is it possible to execute a set of SQL statements in a batch using JSP. The db is MySQL. I have 3 SQL statements. I want all of them to execute correctly. If one fails the others should be rolled back. its all or none. Is it possible? Than

ISP for jsp and MySQL - recommendations?

2001-11-22 Thread James Towell
Dear All As a new jsp programmer I want somewhere to try out some applications. I have used www.mycgiserver.com which is free to use, runs servlets, javabeans and jsp. It has helpful examples too, and a front page with all the FTP details etc. that a new subscriber needs. It also supports emai

Re: Off-topic: JSP and MySQL

2002-11-25 Thread Jiri Chaloupka
I do not know mySQL well, see manual page, looking for transactions. (begin - commit - rollback - if it is supported ...) boolean doit = true; stm.execute("begin"); stm2.execute("begin"); stm3.exexute("begin"); if(!stm.execute("insert into ...")){ doit = false; } if(!stm2.execute("insert into ...

Re: Off-topic: JSP and MySQL

2002-11-25 Thread Hans Bergsten
Deepak wrote: Hi folks I guess this is off-topic. am sorry for that. Is it possible to execute a set of SQL statements in a batch using JSP. The db is MySQL. I have 3 SQL statements. I want all of them to execute correctly. If one fails the others should be rolled back. its all or none. Is it

Re: Off-topic: JSP and MySQL

2002-11-25 Thread Emmanuel Eze
; conn.close(); } Emma -Original Message- From: Jiri Chaloupka [mailto:[EMAIL PROTECTED]] Sent: Monday, November 25, 2002 9:35 AM To: [EMAIL PROTECTED] Subject: Re: Off-topic: JSP and MySQL I do not know mySQL well, see manual page, looking for transactions. (begin - commit

Re: Off-topic: JSP and MySQL

2002-11-26 Thread Jiri Chaloupka
t; From: Jiri Chaloupka [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 25, 2002 9:35 AM > To: [EMAIL PROTECTED] > Subject: Re: Off-topic: JSP and MySQL > > > I do not know mySQL well, see manual page, looking for transactions. > (begin - commit - rollback - if it is supp

Re: Off-topic: JSP and MySQL

2002-11-27 Thread Paul Copeland
Copeland, JOT Object Technologies - http://www.jotobjects.com -- Date:Tue, 26 Nov 2002 09:06:50 +0100 From:Jiri Chaloupka <[EMAIL PROTECTED]> Subject: Re: Off-topic: JSP and MySQL It solves only mistakes durring que

Re: ISP for jsp and MySQL - recommendations?

2001-11-22 Thread David S. Moss
http://www.jwebhosting.net/service.jsp is a good one. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of James Towell Sent: 22 November 2001 11:34 To: [EMAIL PROTECTED] Subject: ISP for jsp and MySQL