User Profile

Collapse

Profile Sidebar

Collapse
arave0521
arave0521
Last Activity: Oct 20 '13, 07:48 PM
Joined: Oct 20 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • arave0521
    started a topic executenonquery problem in c#.net

    executenonquery problem in c#.net

    I'm having problem in executing non query sql statement. Bear in mind, I'm still new to .NET framework and MySQL. Here is my code.

    Code:
    private void Binding()
            {
                string connStr = "datasource=localhost;port=3306;username=root;password=root;";
                conn = new MySqlConnection(connStr);
                MySqlCommand command = conn.CreateCommand();
                try
    ...
    See more | Go to post

  • arave0521
    started a topic Data Binding problem
    in .NET

    Data Binding problem

    Im a beginner in c#.net. I'm having problem in binding the database (mysql) to datagridview. Here is my code

    Form that creating the database which I do not have any problem.
    Code:
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Windows.Forms;
     
    using MySql.Data;
    using MySql.Data.MySqlClient;
     
    namespace DynamicSimulator_v2
    ...
    See more | Go to post
No activity results to display
Show More
Working...