how can we find whether a particular SQL recordset is present or not using VB ?
to find a particular record set is present or not?
Collapse
X
-
Tags: None
-
Hi, It would be easy to help you if you can put your question in complete as i feel your question is incomplete. - Prasad -
Hi Priya,
am not exactly sure about your question.. well.. i hope the SQL statement below will help you to get started.. good luck my fren.. :)
issuing the above SQL will list all the contents of the table (tblMAIN), the "*" symbol means all.. give it a try.. the links below will help you brush up your SQL related skills.. :)Code:SELECT * FROM tblMAIN
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
Comment
Comment