Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bulk Field Exchange and ComboBoxes

Status
Not open for further replies.

klharvey

Programmer
May 1, 2003
7
US
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top