Re: sql server insert (ADO... or equiv)

2001-08-22 Thread Haseltine, Celeste
e found on Sun's web site at http://java.sun.com/products/jdbc/driverdesc.html. Celeste -Original Message- From: Gilson Nascimento D Elrei [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 10:00 AM To: [EMAIL PROTECTED] Subject: RES: sql server insert (ADO... or equiv) A

RES: sql server insert (ADO... or equiv)

2001-08-22 Thread Gilson Nascimento D Elrei
de 2001 13:04 > Para: [EMAIL PROTECTED] > Assunto: Re: sql server insert (ADO... or equiv) > > Nasser, > > At one time, there was some talk of a JDO library on the Sun site, but I'm > not sure where that discussion has lead to. I too am curren

Re: sql server insert (ADO... or equiv)

2001-08-21 Thread Haseltine, Celeste
aries they have.  They can be a big help.   Hope this helps!!!   Celeste     -Original Message-From: Nasser Dassi [mailto:[EMAIL PROTECTED]]Sent: Tuesday, August 21, 2001 10:23 AMTo: [EMAIL PROTECTED]Subject: Re: sql server insert (ADO... or equiv) Hi Greg,   As Ashish brough

Re: sql server insert (ADO... or equiv)

2001-08-21 Thread Nasser Dassi
There's GOT to be an ADO equiv, though.     Nasser   "Unemployed by trade" - Original Message - From: Gregory Price To: [EMAIL PROTECTED] Sent: Monday, August 20, 2001 11:35 AM Subject: sql server insert Hello, I am running Jrun and have run

Re: sql server insert

2001-08-20 Thread Ashish Shrestha
Use a PreparedStatement! Ashish Shrestha === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Se

Re: sql server insert

2001-08-20 Thread Ashish Shrestha
Here is something from the list archive Use java.sql.PreparedStatement for creating and executing your queries. PreparedStatements are simple to use ; they're like template SQL strings with ? symbols marking all your changeable values to include in the SQL statement. After creating the Prepare

sql server insert

2001-08-20 Thread Gregory Price
Hello, I am running Jrun and have run into a problem submitting a long string. The long string a user submits will likely be in French,which means a lot of single and double quotes.  I amnow able to submit this field under normal circumstance, but my code ischoking on these characters...  I