Re: validate sql syntax
From: Jarod_24 (jarod_24_at_hotmail.com)
Date: 04/10/04
- Next message: Leon: "Re: Multithreading in asp.net application"
- Previous message: Paul M: "how to send a HTTP request to a external site page?"
- In reply to: Sharon: "Re: validate sql syntax"
- Next in thread: Sharon: "Re: validate sql syntax"
- Reply: Sharon: "Re: validate sql syntax"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 10 Apr 2004 17:45:35 GMT
"Sharon" <talsharon@hotmail.com> wrote in message news:%237hnnZwHEHA.3356@TK2MSFTNGP11.phx.gbl...
> do you use a single method for all types of query?
?!?!
I am asking if there exists a method to do this.
>
> "Jarod_24" <jarod_24@hotmail.com> wrote in message
> news:97d07e4d3e8d763ec7134e1c9c87d0a3@news.teranews.com...
> > How do i check if a sql-string has corect syntax.
> >
> > With select-statements you can just use a Datareader, since no data is
> changed in the database, but i'm working with other
> > statements as well, and need to just verify that the syntax of the string
> is correct, and determine if it is a select, update,
> > insert or delete statement.
> >
> > I've looked but can't seem to find a class that does this.
> >
> >
> >
> >
>
>
- Next message: Leon: "Re: Multithreading in asp.net application"
- Previous message: Paul M: "how to send a HTTP request to a external site page?"
- In reply to: Sharon: "Re: validate sql syntax"
- Next in thread: Sharon: "Re: validate sql syntax"
- Reply: Sharon: "Re: validate sql syntax"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|