I\'m trying to query my Mysql db to get info onto a combo box for a clien tlist (cmbclient). \r\n \r\nI\'m trying to populate a combo box with values returned from my Mysql DB. I can get the query to run ok. but i dont know how to feed the output into the combo box. Can anyone have a look at this for me. i\'d be very appreciative. \r\n \r\nCheers \r\nBrian \r\n \r\n \r\n \r\nCode: \r\n \r\nDim sql As String \r\n \r\n CloseRs \r\n \r\n sql = "SELECT * FROM cl_master Where cl_name" \r\n Set rs = cn.Execute(sql) \r\n CheckError
I'm trying to query my Mysql db to get info onto a combo box for a clien tlist (cmbclient).
I'm trying to populate a combo box with values returned from my Mysql DB. I can get the query to run ok. but i dont know how to feed the output into the combo box. Can anyone have a look at this for me. i'd be very appreciative.
Cheers
Brian
Code:
Dim sql As String
CloseRs
sql = "SELECT * FROM cl_master Where cl_name"
Set rs = cn.Execute(sql)
CheckError
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET. subscribe