使用centura SQLWindows / 32填充标准组合框

时间:2015-12-02 12:08:58

标签: sql centura

我想通过使用Centura SQLWindows / 32从数据库中获取数据来填充组合框标准,有没有这样做的功能?

2 个答案:

答案 0 :(得分:1)

您可以使用 SalListPopulate()功能。

bOk = SalListPopulate(hWndList,hSql,strSelect)

参数

hWndList窗口句柄。要填充的列表框或组合框的句柄(或名称)。

hSql Sql句柄。 SELECT语句的句柄。

strSelect String。 SELECT语句。

答案 1 :(得分:1)

如需进一步的帮助/手册,请访问此处并下载相应的版本:

Gupta / Centura SQLWindows TeamDeveloper Manuals