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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Populating a listbox

Status
Not open for further replies.

thegame8311

Technical User
Jan 6, 2012
133
0
0
US
I'm having trouble populating a listbox with data from mysql database. I keep trying to add a mysql data source, and every time i select the mysql data source then start typing in the fields it closes the screen, why is that?
 
fixed the problem needed the right mysql connector
 
but now I am trying to actually get the data to show using

Code:
ListBox1->Datasource = "LP" //Table name

but nothing is showing, why is that?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top