Dim cmc As WinForm.ComboBox = e.form.Controls("ComboBox1") cmc.ComboList = DataTables("客户资料").GetComboListString("客户名称")
以上代码是从数据表"客户资料"返回"客户名称"列表
如何修改为:返回外部表(SQL数据库)的 客户资料 的 客户名称 列表?