Code:
Dim sql As String = "select * from tblContentMaster where MenuItemIDRef = 5"
Try
dr = SqlHelper.ExecuteReader(connectionString, CommandType.Text, sql)
Hi there...can anybody help me to convert these line of code to MySQL. I am having troubling in the last line... Thanks in advance