RE: Stored procedures in MS SQL

2003-11-24 Thread Sergey V. Oudaltsov
Ron,

> I just submitted to the OJB-dev mailing list an update to the documentation
> related to OJB's support for stored procedures.  Look for it to appear on
> the OJB website sometime soon.
Thanks a million. This is exactly what I asked.

-- 
Sergey


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Stored procedures in MS SQL

2003-11-24 Thread Ron Gallagher
Sergey --

I just submitted to the OJB-dev mailing list an update to the documentation
related to OJB's support for stored procedures.  Look for it to appear on
the OJB website sometime soon.

Ron Gallagher
Atlanta, GA
[EMAIL PROTECTED]

-Original Message-
From: Sergey V. Oudaltsov [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 19, 2003 10:29 AM
To: OJB Users List
Subject: RE: Stored procedures in MS SQL


> I don't think that the current documentation was meant to imply that
> it only works for Oracle, however, the docs are out of sync with CVS
> at the moment. OJB CVS has support for using repository.xml to define
> sp's for insert, update, and delete of objects.

Well, the question is how stable is CVS now - and when could we expect
the version supporting stored procs? Week, month, year? I don't mind
trying CVS - but I have to be sure the release of our project will have
some stable version of OJB to ship with.


> If you can't/do not wish to get CVS code, you should still be able to
> make it work with MS SQL using the current documentation, just
> implement your stored procedures as you would normally and ignore the
> Oracle-specific parts of the docs.

Well, current documentation only explains some steps people taken to
support Oracle stored procs (in some package com.xxx:) - not even the
existing support in OJB.


--
Sergey


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Stored procedures in MS SQL

2003-11-19 Thread BURT, RANDALL (CONTRACTOR)
Hi,

> > I don't think that the current documentation was meant to imply that
> > it only works for Oracle, however, the docs are out of sync with CVS
> > at the moment. OJB CVS has support for using repository.xml to define
> > sp's for insert, update, and delete of objects.
> 
> Well, the question is how stable is CVS now - and when could we expect
> the version supporting stored procs? Week, month, year?

If you mean an "official" release, that I can't say for sure, but talk on the dev list 
gives me the impression that it will be "soon". Sorry I can't be more specific than 
that, perhaps Thomas or Armin could provide a better estimate.

>I don't mind
> trying CVS - but I have to be sure the release of our project 
> will have
> some stable version of OJB to ship with.

Well, that will likely depend on your release date and the schedules of OJB developers.

> > If you can't/do not wish to get CVS code, you should still be able to
> > make it work with MS SQL using the current documentation, just
> > implement your stored procedures as you would normally and ignore the
> > Oracle-specific parts of the docs.
> 
> Well, current documentation only explains some steps people taken to
> support Oracle stored procs (in some package com.xxx:) - not even the
> existing support in OJB. 

Right. The current docs don't address "native" stored proc support, because it wasn't 
there at the time. You would have to create the customized OJB components as stated in 
the docs (using your own packaging scheme, com.xxx is just illustrative), and then 
configure OJB.properties to use these components.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Stored procedures in MS SQL

2003-11-19 Thread Sergey V. Oudaltsov
> I don't think that the current documentation was meant to imply that
> it only works for Oracle, however, the docs are out of sync with CVS
> at the moment. OJB CVS has support for using repository.xml to define
> sp's for insert, update, and delete of objects.

Well, the question is how stable is CVS now - and when could we expect
the version supporting stored procs? Week, month, year? I don't mind
trying CVS - but I have to be sure the release of our project will have
some stable version of OJB to ship with.


> If you can't/do not wish to get CVS code, you should still be able to
> make it work with MS SQL using the current documentation, just
> implement your stored procedures as you would normally and ignore the
> Oracle-specific parts of the docs.

Well, current documentation only explains some steps people taken to
support Oracle stored procs (in some package com.xxx:) - not even the
existing support in OJB. 


-- 
Sergey


RE: Stored procedures in MS SQL

2003-11-19 Thread BURT, RANDALL (CONTRACTOR)
I don't think that the current documentation was meant to imply that it only works for 
Oracle, however, the docs are out of sync with CVS at the moment. OJB CVS has support 
for using repository.xml to define sp's for insert, update, and delete of objects.

If you can't/do not wish to get CVS code, you should still be able to make it work 
with MS SQL using the current documentation, just implement your stored procedures as 
you would normally and ignore the Oracle-specific parts of the docs.

> -Original Message-
> From: Sergey V. Oudaltsov [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 19, 2003 8:46 AM
> To: [EMAIL PROTECTED]
> Subject: Stored procedures in MS SQL
> 
> 
> Hello all
> 
> I am trying to make OJB work with the stored procedures on MS SQL
> server. In the documentation, it is mentioned that only Oracle SPs are
> supported. Is it difficult to add support for MS SQL? What 
> are the main
> problems? Anyone tried?
> 
> Regards,
> 
> Sergey
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]