自定义数据接口名称的方法:

function long DBI_RegisterVendor(string name,string memo) library "pbvm90.dll"
PB自定义数据接口名称的方法
DBI_RegisterVendor("DZZ","大自在数据接口")
PB自定义数据接口名称的方法
自定义数据接口名称的方法,你可以把 pbmss90.dll 复制一份,改名为  pbdzz90.dll
以后就可以 
sqlca.dbms="DZZ 大自在数据接口"
这样连上 sql server 了
其他PB版本,自己注意改版本号

 

相关文章:

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