本文介绍了如何分割数组的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用Ms access来设计我的项目,
我使用sql查询数据库从数据库中检索了数据,并且可以正常访问.
sqlstring ="select status = pending的产品中的product_name,product_id";
正在检索数据,
我的问题是如何分割数组,以及如何将分割后的值分配给文本框
I am using Ms access to design my project,
i retrived data from database using sql query database is access, it is workinf properly.
sqlstring="select product_name,product_id from products where status=pending";
it is retriving data,
my problem is how can i divide the array and how to assign that divided value to a text box
推荐答案
这篇关于如何分割数组的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!