I am working with a JBoss server and MySql database.
I am trying to access to a range of String data ( from String data --- to
String data) and I don't know how to do it.

I write in the ejb-jar the following sentenceS:
.
.
.
.
<method-params>
<method-param>java.lang.String</method-param>
<method-param>java.lang.String</method-param>
</method-params>
.
.
.
.
<ejb-ql>SELECT OBJECT(a) FROM incidencias AS a WHERE �(a.caller >= ?1) AND
(a.caller<= ?2)</ejb-ql>
.
.
.
.
But the server shows an error message. I know that the sentence above is
incorrect but how can I write a sentence which give the result I want (from
String data to String data)?

Thanks in advance





Note: The information contained in this message may be privileged and
confidential and protected from disclosure.  If the reader of this message
is not the intended recipient, or an employee or agent responsible for
delivering this message to the intended recipient, you are hereby notified
that any dissemination, distribution or copying of this communication is
strictly prohibited. If you have received this communication in error,
please notify the sender immediately by replying to the message and
deleting it from your computer.  Thank you.


_______________________________________________
Gossip mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/cgi-bin/mailman/listinfo/gossip

Reply via email to