Search results for query: *

  1. girishnair12345

    Help with database connection

    Please help, Tell me how to make and retrieve data from database and pass numbers as column names. I am using VB 2008 and used SQLStr = "SELECT * FROM my_table Where column_name " & byt_loop SQLCmd.CommandText = SQLStr SQLdr = SQLCmd.ExecuteReader If...
  2. girishnair12345

    data base connection

    I am new to this vb.net I need to know how to make connection to the table created to take a value from table to label and other procedures for calculation i have made the table using add connection and so on to create a table in database explorer window
Back
Top