insert into database

  1. N

    Insert statement not working

    Hi there. This may seem to be an age-old problem to many of you, but I have searched almost everywhere, and haven't found a solution that worked. I have an access database on a network drive, which I am viewing on a datagridview on my form. This DB has 5 columns including the primary key, which...
  2. A

    Cannot save record using Entity Framework in winform

    I am an absolute beginner. But I searched the net. There are not many example shown in VB anywhere. I have created a test project which holds the win form. Then added another project which holds the Entity Model, after building the Model I added a reference of this to the Win form project...
  3. D

    Errors on database insert - works only sometimes

    I'm working in Visual Studio 2012 and I'm running this code to insert a row into a history database when a field on an asp.net page is changed. It seems to work 1 out of every three times I test it without debug on - and has absolutely no problems when running in debug mode (which made me think...
  4. PatelNehal4u

    Question Correct me if i am wrong in Data Insert

    I had written a code for data insertion in asp.net form. Code work fine but Please correct me if i am wrong somewhere. Imports System.Data Imports System.Data.OleDb Partial Class InsertPage Inherits System.Web.UI.Page Dim connectionstring As String = "Provider =...
Back
Top