lesharrison wrote:
> I have tried everything over the last two days to get
this to work. All of the
> other functions that I have converted are working fine
in 8.02 but this one
> eludes me. Any help is sincerely appreciated.
The update stopped you from being able to use dynamic sql as
its a
serious security threat. There are more and more sites
getting planted
with virus' via sql injection, including some really big
sites, like
aspfaq.com.
http://sqlblog.com/blogs/denis_gobo/archive/2008/06/25/7491.aspx
Its a big problem, as a rule of thumb, dynamic sql should not
be used.
There are times it can be used, but only when everything has
been
considered.
Steve