Re: xml middleware

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: Adam Lang <aalang(at)rutgersinsurance(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: xml middleware
Date: 2001-01-10 22:10:07
Message-ID: 3A5CDDBF.7B6A42B4@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Adam Lang wrote:
>
> I was even thinking more along the lines of a java program that acts as an
> interface where it receives a query from the user, sends it to postgreql via
> jdbc, receives the result set, translates it into XML and returns it to the
> user.
>
> Performance would be the isue, but something like that would be best suited
> for internet applications and the performance is not as big of an issue.
> Plus, if you plan on using XML, you are expecting to take performance hits
> anyway.

That sounds like a trivial program.

Just loop through the result set and append to a StringBuffer.

--
Joseph Shraibman
jks(at)selectacast(dot)net
Increase signal to noise ratio. http://www.targabot.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joseph Shraibman 2001-01-10 22:11:24 Re: Re: trouble with db-restore
Previous Message Martin A. Marques 2001-01-10 21:51:11 Re: drop table and references