A few links should be of great help to you:

http://ibatis.apache.org/

SQL Map Doc:
http://ibatis.apache.org/docs/java/pdf/iBATIS-SqlMaps-2_en.pdf

SQL Map Tutorial:
http://ibatis.apache.org/docs/java/pdf/iBATIS-SqlMaps-2-Tutorial_en.pdf

Hope that helps,
Brandon

On 1/29/07, André Rodrigues Pena <[EMAIL PROTECTED]> wrote:

Hi Graeme, thanks for replying

>FYI http://jtds.sourceforge.net/

The DataSource and driver provided by Microsoft are working fine. The
problem is that, during the mapping process in the XML, I dont know what
properties are available for setting. I don't know exactly how it works

>Is Tests your Main-Class in the mainfest?

I don't have a MANIFEST file because I'm not packaging it into a JAR. I'm
just compiling and executing it locally :)




On 1/29/07, Graeme J Sweeney <[EMAIL PROTECTED]> wrote:
>
> On Mon, 29 Jan 2007, André Rodrigues Pena wrote:
>
> > I'm new to iBatis, this is my first project. I'm trying to use it with
> a
> > JDBC driver provided by Microsoft to access MS SQL 2005. Every time I
> try to
>
> FYI http://jtds.sourceforge.net/
>
> > run it on Eclipse I get the same error message: "Could not find the
> main
> > class. Program will exit". This error is often retrieved when you try
> to
> > execute a JAR file that hasn't it's MANIFEST.MF file set to specify
> the main
> > class. It's not my case. Also there aren't version compatibility
> issues.
>
> Is Tests your Main-Class in the mainfest?
>
> <snip/>
>
> > Does anybody know the problem? Any tips are welcome,
>
> Try putting Tests in a package e.g. foo.Tests
>
> --
> Graeme -
>



--
André Rodrigues Pena

Reply via email to