Hi everybody!

I have been trying to solve two problems related to JDBC connection from
Servlets:
Would you please help me?

1. Why LIKE statement does not work?
        I am trying to execute a SQL statement like this:
        SQL = "SELECT * FROM Customers WHERE firstname LIKE \"A*\"";
        rst = stmt.executeQuery(SQL);

2. How can I insert into a database that has date/time fields. I tried every
possibility
        that we use in Access, but none of them worked.

I user JavaWebServer, JDK1.2.2, JdbcOdbc Bridge, etc.


thanks to everybody


Ahmet

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to