如我的表列为如下:
userid   username   userpassword   userfilename
0001     abc        skjwoejifew    c:\xml\abc.xml
0002     bced       dkjkwjkf       c:\xml\bced.xml
0003     abcd       sfeoejifew     c:\xml\abcd.xml
0004     abce       fffwoejifew    c:\xml\abce.xml我想按以下格式列印怎么写代码?username   userfilename     username    userfilename
abc        c:\xml\abc.xml   bced        c:\xml\bced.xml
abcd       c:\xml\abcd.xml  abce        c:\xml\abce.xml