[JDEV] SQL Transport

Dave dave at dave2.dave.tj
Wed Feb 20 16:54:26 CST 2002


Ah, so you want to send a message to sql.server.com like this:
select name from friends where hatcolor="green"
...and get a response like this:
John Doe
...or something like that?

I don't know of anything that does what I just mentioned, but you can
write a transport for that without much effort.  Have a look at the
skeleton transport code, and then add in libraries for your favorite
database servers.

 - Dave


Ricardo Armas wrote:
> 
> sorry my english...
> i dont know how but i want to access a database from my client ...
> do i have to write a transport is there any made it ?
> thank u and i hopa u can understand me!
> 
> ----- Original Message -----
> From: "Dave" <dave at dave2.dave.tj>
> To: <jdev at jabber.org>
> Sent: Tuesday, February 19, 2002 7:48 PM
> Subject: Re: [JDEV] SQL Transport
> 
> 
> > Uh, excuse me, but how do you plan to tell the SQL transport what
> sentences to create???  You might as well just write the statements
> yourself.
> >
> > I don't think I'm understanding your question correctly :-(
> >
> > Dave Cohen <dave at dave.tj>
> >
> > BTW - Please don't send HTML mail, because many of us don't have elm
> > setup to launch lynx automatically on HTML attachments (and many of us
> > don't _want_ lynx getting fired up on our email).  To the best of my
> > knowledge, all normal stuff that you may want to do in email can be done
> > using plain text, and HTML simply makes a more complex reader necessary
> > for no useful reason, as far as I can tell :-(
> >
> >
> > Ricardo Armas wrote:
> > >
> > > This is a multi-part message in MIME format.
> > >
> > > ------=_NextPart_000_003B_01C1B96B.66B59520
> > > Content-Type: text/plain;
> > > charset="iso-8859-1"
> > > Content-Transfer-Encoding: quoted-printable
> > >
> > >  Is there any transport to make sql sentences to any database from a =
> > > client ?
> > > thank u
> > >
> > > ------=_NextPart_000_003B_01C1B96B.66B59520
> > > Content-Type: text/html;
> > > charset="iso-8859-1"
> > > Content-Transfer-Encoding: quoted-printable
> > >
> > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> > > <HTML><HEAD>
> > > <META http-equiv=3DContent-Type content=3D"text/html; =
> > > charset=3Diso-8859-1">
> > > <META content=3D"MSHTML 6.00.2712.300" name=3DGENERATOR>
> > > <STYLE></STYLE>
> > > </HEAD>
> > > <BODY bgColor=3D#ffffff>
> > > <DIV><FONT face=3DArial size=3D2>&nbsp;Is there any transport to make =
> > > sql sentences=20
> > > to any database from a client ?</FONT>
> > > <DIV><FONT face=3DArial size=3D2>thank =
> > > u</FONT></DIV></DIV></BODY></HTML>
> > >
> > > ------=_NextPart_000_003B_01C1B96B.66B59520--
> > >
> > > _______________________________________________
> > > jdev mailing list
> > > jdev at jabber.org
> > > http://mailman.jabber.org/listinfo/jdev
> > >
> >
> > _______________________________________________
> > jdev mailing list
> > jdev at jabber.org
> > http://mailman.jabber.org/listinfo/jdev
> >
> 
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev
> 




More information about the JDev mailing list