功能挺多的.
程序可读性还不错,很多程序风格值得借鉴.
最有意思的是程序备注. 什么颜色都有,白 红 闪烁,眼花.....
然后,根据自己的需要增加了IP 过滤.
===============
这是洋鬼子推荐的上传SAVF的方法
The file in the zip is an AS/400 save file. I like to do it like this:
-Unzip the file into a directory on the PC
-start a DOS prompt in that directory
-start a FTP session to your 400
-then log into the ftp server
-from the ftp> prompt
ftp>cd qgpl
ftp>bin
ftp>quote site namefmt 1
ftp> put savefilename.savf
ftp>quit
then from the 400 command line
rstobj *all qtemp *Savf
savf(qgpl/savefilename)
rstlib(your_favorite_library)
========================
下载
1.CRTSAVF创建SAVF
2.在OBJECT前 9(SAVE)
指定SAVE的版本号
3.FTP 服务器
FTP>BIN
FTP>CD 库
FTP>LCD C:\
FTP>GET SAVF文件
FTP>QUIT
http://https://files.cnblogs.com/wildfish/ODBCLISTOR.zip