功能挺多的.
程序可读性还不错,很多程序风格值得借鉴.
最有意思的是程序备注. 什么颜色都有,白 红 闪烁,眼花.....

然后,根据自己的需要增加了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

相关文章:

  • 2021-06-04
  • 2021-09-18
  • 2022-12-23
  • 2022-12-23
  • 2022-02-14
  • 2021-10-14
  • 2021-07-11
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-09
  • 2022-12-23
  • 2022-12-23
  • 2021-04-17
  • 2021-08-28
相关资源
相似解决方案