Search results for query: *

  1. girishnair12345

    Help with database connection

    The term 'byt_term - 9' gives us a number the SQLdr() function takes input as column name as a string or the 0 based column ordinal number so 'byt_term - 9' returns a maximum number if 31 and columns in 40 i have changed the byt_term to return the output less that 31 also but its not working...
  2. girishnair12345

    Help with database connection

    Its a mistake i forgot to add here in this forum No the error is not there its in line sng_CIR = SQLdr(byt_term - 9) can any one tell me a new way to accessing the stored data in database
  3. 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...
  4. 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