Search:

Type: Posts; User: WinnitBaker

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    649

    Re: My table is not updating

    I cant use a command builder as i am updating to a view (multiple tables)

    so this is now what im trying -



    private SqlConnection connect;
    private SqlDataAdapter da;
    private...
  2. Replies
    11
    Views
    35,403

    Re: Retrieving and Saving Data in Databases

    Ok so this is what im trying -



    private SqlConnection connect;
    private SqlDataAdapter da;
    private DataTable dt;
    string conStr = "Data...
  3. Replies
    11
    Views
    35,403

    Re: Retrieving and Saving Data in Databases

    How would you suggest doing approaching it then? As i cant use a command builder and im updating to a view?
    this is where im calling the function


    if (txtNew.Text == txtConfirmNew.Text)
    ...
  4. Replies
    11
    Views
    35,403

    Re: Retrieving and Saving Data in Databases

    I am trying to similar to your code "Retrieving multiple records for display and editing, then saving the changes." but my table does not seem to be updating.



    public void update(string...
  5. Replies
    2
    Views
    649

    My table is not updating

    Im currently trying to update my table with new values but the table does not seem to be updating.


    public void update(string command, string update, string table)
    {
    SqlConnection connect = new...
  6. Cannot update datatable using datagridview

    Im currently building a program to view and update data from a database using data grid views. I have text boxes and combo boxes to filter the data in the data grid view. This is achieved with the...
  7. Re: Help Needed Error : Must declare the scalar variable

    Thanks for your help solved it now
  8. update unable to find tablemapping 'table' or datatable 'table'.

    Right so the title of the thread is my error (update unable to find tablemapping 'table' or datatable 'table'.). Basically I am trying to update my view when the data grid view cell is changed. This...
  9. [RESOLVED] Help Needed Error : Must declare the scalar variable

    Right im a junior programmer and im trying to build a system which shows data from a database. I have about 18 check boxes will all different types of data. Depending on what is ticked will depend on...
Results 1 to 9 of 9



Click Here to Expand Forum to Full Width