CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: junharefa

Search: Search took 0.03 seconds.

  1. Re: How to get a table automatically updated when another table is updated using C#

    Using MySql DB..
  2. How to get a table automatically updated when another table is updated using C#

    Hi all, I have 4 (four) tables using MySql database, ie:

    tb_item (
    id_item, (varchar) --> PK
    item_name, (varchar)
    price, (double)
    )

    tb_order (
    id_order, (varchar) --> PK
  3. [Help] How to delete row in datagridview based on checkBox selection in C#

    Hi all, I want to create code to delete row in datagridview based on checkBox selection. I've managed added the checkBox Button using code below:
    private void FormTampil_Load(object sender,...
  4. Re: [Help] How to insert data from the textBox to MySQL Database in C#

    @DataMizer >> Thank you so much... It work...:)
    @fcronin >> after I remove no_simpan from my INSERT field, It work... Thank You so much...
  5. [Help] How to insert data from the textBox to MySQL Database in C#

    I want to insert data from the textBox to MySQL Database, but the data can't be inserted into the database. Here is the code snipped that I have created.
    private void button6_Click(object sender,...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured