Re: microsoft sqlserver driver & struts

2004-03-01 Thread Mark Lowe
Just a guess . but its looking for the old GenericDataSource have the the struts-legacy.jar in your lib directory? There's also some weird BillGates-tastic argument you have to pass though with the url string. But i have no experience with ms sql server. On 1 Mar 2004, at 21:28, Danko Desa

Re: microsoft sqlserver driver & struts

2004-03-01 Thread Danko Desancic
Hi, newbie to struts and I have similar problem namely I added a datasource in my struts-config.xml and after that I can't even reload my app. Non - struts applications are using this driver without problems. Bellow are stack trace from tomcat log (5.0.18) and part of my struts-config. I have al

Re: microsoft sqlserver driver & struts

2004-02-27 Thread Tim Coy
I am using SQL Server 7 With the microsoft driver no problem Connection URL needs to be jdbc:microsoft:sqlserver://SERVERNAME:1433;DatabaseName=DBNAME;SelectMethod= Cursor Refer to http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B313181 -- Tim Coy Timco Electronics Pty Ltd [EMAIL P

Re: microsoft sqlserver driver & struts

2004-02-27 Thread Lynn Guy
should minimize the impact of moving to a different {catalog|schema}. HTH, Ian "Claire Wall" tosys.com> cc: Subject: Re: microsoft sqlserver driver & struts 02/27/2004 10:46 AM Please respond to "Struts Users Mailing List" ok i've manager to

Re: microsoft sqlserver driver & struts

2004-02-27 Thread Lynn Guy
s an SQL Server database setting, or something to do with the driver itself? I know I'm getting off the struts issue now but any help would be great! :) - Original Message - From: "Claire Wall" To: "Struts Users Mailing List" Sent: Friday, February 27, 2004 3:1

Re: microsoft sqlserver driver & struts

2004-02-27 Thread ian_d_stewart
ED]> tosys.com> cc: Subject: Re: microsoft sqlserver driver & struts 02/27/2004 10:46

Re: microsoft sqlserver driver & struts

2004-02-27 Thread rick
t. Cant be too difficult.. > >Thanks >Claire > >- Original Message - >From: "Mark Lowe" [EMAIL PROTECTED]> >To: "Struts Users Mailing List" [EMAIL PROTECTED]> >Sent: Friday, February 27, 2004 11:43 AM >Subject: Re: microsoft sqlserver dr

Re: microsoft sqlserver driver & struts

2004-02-27 Thread Claire Wall
; wondering whether this could be causing conflicts or something. > > As I said, i can connect fine to the datasource from a test class but going > via struts is causing this Invalid DataSource problem. > > Claire > > - Original Message - > From: <[EMAIL PROTECT

Re: microsoft sqlserver driver & struts

2004-02-27 Thread Claire Wall
causing this Invalid DataSource problem. Claire - Original Message - From: <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, February 27, 2004 3:02 PM Subject: Re: microsoft sqlserver driver & struts > Hi Claire, > > W

Re: microsoft sqlserver driver & struts

2004-02-27 Thread ian_d_stewart
Hi Claire, We are successfully connecting to a Microsoft SQL Server 2000 using the type 4 JDBC drivers. However, we do not use DBCP, but rather the DataSource implementation provided by Microsoft. Here is the configuration we use (this is taken from an internal configuration file that we use to

Re: microsoft sqlserver driver & struts

2004-02-27 Thread Claire Wall
PROTECTED]>; "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, February 27, 2004 1:18 PM Subject: RE: microsoft sqlserver driver & struts > Hi, > > I am using the same datasource configuration as you do: > >value="com.microsoft.jdbc.

RE: microsoft sqlserver driver & struts

2004-02-27 Thread Srikanth Gubba
Hi, I am using the same datasource configuration as you do: and in the code , DataSource dataSource = (DataSource) context.getAttribute("BkEdDbFls"); Hope this helps. Can u give me what error message u r receiving. Srikanth. -Original Mes

Re: microsoft sqlserver driver & struts

2004-02-27 Thread Claire Wall
" <[EMAIL PROTECTED]> Sent: Friday, February 27, 2004 12:14 PM Subject: Re: microsoft sqlserver driver & struts > Ah okay.. If you've had the same stuff running with another database > i'm tree-barking. No I've never used and hope never to use M$ sql >

Re: microsoft sqlserver driver & struts

2004-02-27 Thread Mark Lowe
of datasource do we use? Can't find anywhere that says anything about it. Cant be too difficult.. Thanks Claire - Original Message - From: "Mark Lowe" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, February 27, 2004

Re: microsoft sqlserver driver & struts

2004-02-27 Thread Claire Wall
be too difficult.. Thanks Claire - Original Message - From: "Mark Lowe" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, February 27, 2004 11:43 AM Subject: Re: microsoft sqlserver driver & struts > > Can

Re: microsoft sqlserver driver & struts

2004-02-27 Thread Mark Lowe
s try to access the database. - Original Message - From: "Mark Lowe" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, February 27, 2004 11:29 AM Subject: Re: microsoft sqlserver driver & struts Does the error get t

Re: microsoft sqlserver driver & struts

2004-02-27 Thread Claire Wall
abase. - Original Message - From: "Mark Lowe" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, February 27, 2004 11:29 AM Subject: Re: microsoft sqlserver driver & struts > Does the error get thrown when you attempt to access

Re: microsoft sqlserver driver & struts

2004-02-27 Thread Mark Lowe
Does the error get thrown when you attempt to access the data source or at startup? On 27 Feb 2004, at 11:34, Claire Wall wrote: Hi, I am trying to use microsoft's jdbc driver with my struts application, but to no avail. Here is my datasource definition: