Re: SQL Protocol Spec

2002-01-18 Thread Ron Hall
> > I'm not sure what you are wanting to do when you say "decode data", but > if it involves parsing the SQL statements, SQL::Parser (part of the > newest SQL::Statement distribution) will do that for a limited subset of > SQL. If it involves parsing the data rather than SQL statements, then > D

Re: SQL Protocol Spec

2002-01-16 Thread Jeff Zucker
"Flowers, Jay" wrote: > > I am not sure if this is the right place to be asking such a question? > > I am writing a sniffer in perl and would like to be able to decode data in > TCP packets from SQL clients and servers. I was wondering if there was part > of the DBI that I could use to decode t

Re: SQL Protocol Spec

2002-01-16 Thread Steffen Goeldner
Flowers, Jay wrote: > > I am not sure if this is the right place to be asking such a question? > > I am writing a sniffer in perl and would like to be able to decode data in > TCP packets from SQL clients and servers. I was wondering if there was part > of the DBI that I could use to decode the

SQL Protocol Spec

2002-01-15 Thread Flowers, Jay
I am not sure if this is the right place to be asking such a question? I am writing a sniffer in perl and would like to be able to decode data in TCP packets from SQL clients and servers. I was wondering if there was part of the DBI that I could use to decode the raw data, or if someone could po