本文介绍了如何使用VB 6.0将数据库值存储到字符串中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在sqlserver中有如下表格



表名Bthfac



Bfid Facid



1 1,4,6

2 4,6,7





i希望使用vb中的数组存储数据库值.o



使用vb6.0中的数组存储数据库中的Facid值

i have table as follows in sqlserver

Table name Bthfac

Bfid Facid

1 1,4,6
2 4,6,7


i want to store database value using array in vb 6.o

store the Facid value from the database using array in vb6.0

推荐答案


这篇关于如何使用VB 6.0将数据库值存储到字符串中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-30 06:46