我想通过使用Centura SQLWindows/32从数据库中获取数据来填充组合框标准,有什么函数可以做到这一点吗?
发布于 2015-12-03 22:51:16
您可以使用SalListPopulate( )函数来实现同样的功能。
bOk = SalListPopulate ( hWndList,hSql,strSelect )
参数
hWndList窗口句柄。要填充的列表框或组合框的句柄(或名称)。
hSql Sql句柄。SELECT语句的句柄。
strSelect字符串。SELECT语句。
发布于 2018-03-21 05:09:23
有关更多帮助/手册,请转至此处并下载相应版本:
Gupta / Centura SQLWindows TeamDeveloper Manuals
https://stackoverflow.com/questions/34042386
复制相似问题