Hello, "Wade Halsey"!
You wrote:
> sqlExecute( "select * from client where persal in "'
> (Select accno from
> BadClient where SkyTraceStatus = "''uploaded onto
> web''")"'");
>
Try
"select * from client where persal in (Select accno from
BadClient where SkyTraceStatus = 'uploaded onto web')"
--
Piloteers do it on the road
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]