Bulk field exchange requires two arrays for each data column retrieved from a database (in my case, SQL Server). One array holds the data, the other array holds the length of the data in the data column.
What is the length array for? Is it used when pulling data from the arrays and putting the data into the combobox?
Another question: why do I get garbage in along with my data in the drop-down part of the combobox?
What is the length array for? Is it used when pulling data from the arrays and putting the data into the combobox?
Another question: why do I get garbage in along with my data in the drop-down part of the combobox?