Have you made sure that your connection was successful ?
Have you made sure that your query was correct ?
Have you made sure that there are records in userbase table ?
Please check those things, they might look 'stupid' but sometimes you miss some basic point.
And yeah try not to use back quotes. You need only when you have column name which is keyword in mysql.
JD
Main Topics
Browse All Topics





by: angelIIIPosted on 2002-08-22 at 05:31:27ID: 7235852
According to the following page, you string is correct: .com/ADO_C onn.htm
cts/myodbc / manual.ht ml#MyODBC_ With_VB
http://www.able-consulting
Looking here:
http://www.mysql.com/produ
If find that the select statement doesn't use the ` to enclose the field names. Maybe try "SELECT * FROM userbase"...
CHeers