Search results for query: *

  • Users: tracy
  • Order by date
  1. T

    How to insert records from DataGridView to SQL Server Database 2000

    Hi vis781 & everyone Thanks vis781 for the reply and hope that you can guide me along if I make any mistake for the coding ;) This is my latest coding as shown below: 'Declare SQL Command Dim inscmd As SqlCommand = New SqlCommand() 'Open connection, execute the commands...
  2. T

    How to insert records from DataGridView to SQL Server Database 2000

    Hi vis781 & everyone, Just want to clarify if I add records from a DataGridView in Visual Studio 2005 to SQL Server database ? Hope to receive reply soon as it's urgent ;) Rgds Tracy
  3. T

    How to insert records from DataGridView to SQL Server Database 2000

    Hi vis 781 & everyone I am trying to insert records from DataGridView </SPAN>into my SQL Server database without retrieving any information and I do not require to retrieve records from database. Initally, the database in SQL Server is empty. For this program, I made use of the...
  4. T

    How to insert records from DataGridView to SQL Server Database 2000

    Pls reply through here if you know the answer and thanks !! Hi vis781 and everyone, I am trying to insert records into my SQL Server database without retrieving any information first. I made use of the codings as shown below: 'Add Button For DataGridView Dim sqlcom As SqlCommand = New...
  5. T

    How to insert records from DataGridView to SQL Server Database 2000

    Hi everyone, This is Tracy here. I'm having a form created from Visual Studio 2005 and it contains a button named as Add and a DataGridview. If the records are successfully added, it will be inserted into the SQL server database. But my program can't work and I don't know where it had gone...
Back
Top