vb 2008 and mysql – tutorial # 4(sql select statement).avi




vb 2008 and mysql – tutorial # 4(sql select statement), you can download the source code here http://www.mediafire.com/?8fb3l1s377rx5mr.

Original source


One response to “vb 2008 and mysql – tutorial # 4(sql select statement).avi”

  1. this is my query
     sqlquery = " SELECT cm.,pb. FROM Cust_EnrollMaster as cm,PerMonthBill as pb  where  cm.accountclosedate = pb.paiddate and cm.enroll_ID = pb.enroll_ID "

    now i want to display the count of the above query in a label
    when  i execute this query i get 4 accounts
    but now i  want to only count it …can u tell me how to do it
    this query i executed in access and i get 4 rows now i want to display it in label in vb.net
    can u tell me what should i do

Leave a Reply