Search results for query: *

  1. K

    Check Existing Record

    How to Check if their is an Existing Record in my MySQL Database so that their is now same record in my Database.
  2. K

    Display the Account in the MenuScript

    How can I show the account that have been log in in the system?
  3. K

    View Data in List View using TextBox and Button

    I used a ListView,Button and a textbox i created a method this is the code: Me.ListView1.Items.Clear() con.Open() Dim cmd As New Odbc.OdbcCommand("Select PatientID,PatientName FROM patientpersonal WHERE PatientName = '" & TextBox1.Text & "' ", con) read =...
  4. K

    Question DataSet for ODBC

    Can you give me a guide in making a dataset for VB.NET via ODBC and MySQL as a Database? I need your help
  5. K

    Question Hide/Show the Selected Tabpage using Menu

    The Problems is What if the user Accidentally Click in the Adult Patient Information Record then I want to Click the Minor Patient Information Record but the Problem is that when i Clicked the Minor Patient Information Record in the Menu Script the Tabpage for the Minor Patient Information...
Back
Top