Re: connecting to mssql from struts

2005-12-02 Thread Stanislav
> > > value="jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=WorkFlow" /> > > Your URL does not look like a correct MySQL URL. It should look something > like: > > jdbc:mysql://[host][,failoverhost...][:port]/[database] > > http://dev.mysql.com/doc/refman/5.1/en/cj-configuration

re: connecting to mssql from struts

2005-12-02 Thread Stanislav
> I manage to set up realm inside jboss (tomcat) for mssql, but i have problem > with > inserting/selecting data from db. > ... I figure it out.. Wrong SQL Exceptio, and missing comit(); - To unsubscribe, e-mail: [EMAIL PROTEC

Re: connecting to mssql from struts

2005-12-02 Thread Robin Clarke
> value="jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=WorkFlow" /> Your URL does not look like a correct MySQL URL. It should look something like: jdbc:mysql://[host][,failoverhost...][:port]/[database] http://dev.mysql.com/doc/refman/5.1/en/cj-configuration-properties.html -

connecting to mssql from struts

2005-12-02 Thread Stanislav
I manage to set up realm inside jboss (tomcat) for mssql, but i have problem with inserting/selecting data from db. I put this code into struts-config: and this code into some action