to find a particular record set is present or not?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • priya_sreejith
    New Member
    • Jul 2006
    • 1

    to find a particular record set is present or not?

    how can we find whether a particular SQL recordset is present or not using VB ?
  • prasadgelli
    New Member
    • Jul 2006
    • 3

    #2
    Hi, It would be easy to help you if you can put your question in complete as i feel your question is incomplete. - Prasad

    Comment

    • sashi
      Recognized Expert Top Contributor
      • Jun 2006
      • 1749

      #3
      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.. :)

      Code:
      SELECT * FROM tblMAIN
      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.. :)

      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.

      A system administrator is an IT specialist who configures and maintains the stability of corporate networks and devices.

      Comment

      Working...