> SELECT VPAYCURRT.IDNO ,
> (PADR(VPAYCURRT.FNAME,30)+' '+PADR(VPAYCURRT.LNAME,30)) AS DESCPTN,
> PADR(VPAYCURRT.LEVEL1,40) AS LEVEL1 ,
>
>
>
Convert the undernoted to sql server
> >
>
(PADR(VPAYCURRT.FNAME,30)+' '+PADR(VPAYCURRT.LNAME,30)) AS DESCPTN,
Why padding?
-----------------
Borislav Borissov
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von SchillerThe only thing normal about database guys is their tables.