in reply to Re: Value to Sub
in thread Value to Sub
Another possible problem is that the OP uses the table alias C, but never defines it anywhere that I can see (no pun intended.) Perhaps what was meant was:
$sql= "SELECT C.mast1, C.mast2 FROM MASTER AS C WHERE C.mast1=? AND C.mast2=?";
|
|---|