Re: question about database result sets...

2004-05-05 Thread Dave Jacobson
ssage - From: Yakulis, Ross (Ross) To: [EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 11:41 AM Subject: RE: question about database result sets... It occurs to me that that EJBs were created to address exactly what you describe.   Though you could also use a web se

Vas: RE: question about database result sets...

2004-05-05 Thread istvan.david
and the client's interface regards, Istvan > > Lähettäjä: "Yakulis, Ross (Ross)" <[EMAIL PROTECTED]> > Päivä: 05.05.2004 18:41 > Vastaanottaja: <[EMAIL PROTECTED]> > Otsikko: RE: question about database result sets... > > It occurs to me that th

RE: question about database result sets...

2004-05-05 Thread Yakulis, Ross (Ross)
:[EMAIL PROTECTED]Sent: Tuesday, May 04, 2004 1:02 PMTo: [EMAIL PROTECTED]Subject: question about database result sets... I am working with a software company that develops in Java. Some of the functionality involves interaction with users via the web.  Some clients that use the

RE: question about database result sets...

2004-05-05 Thread Joe Shevland
PROTECTED] Sent: Wednesday, 5 May 2004 7:56 PM To: [EMAIL PROTECTED] Subject: RE: question about database result sets... One solution is where the clients can pass an SQL SELECT statement to the web service/s, and have an XML dataset returned (as a string), which happens to be ADO.NET compliant [snip]

RE: question about database result sets...

2004-05-05 Thread Joe Shevland
t of custom queries and so on... much nicer having a business API they can talk to.   Cheers, Joe -Original Message-From: Dave Jacobson [mailto:[EMAIL PROTECTED]Sent: Wednesday, 5 May 2004 6:02 AMTo: [EMAIL PROTECTED]Subject: question about database result sets... I am wor

question about database result sets...

2004-05-04 Thread Dave Jacobson
I am working with a software company that develops in Java. Some of the functionality involves interaction with users via the web.  Some clients that use the software product would only like the back-end code and would like to implement the look and feel of their website on their own. In th