vb-net-mysql

  1. Deva

    Is it safe method to connect database in online?

    Is it safe method to connect mysql database in online using vb.net ? help me out is there is any other way ? Public MysqlConnection As String = "Data Source=.;Database=newDatabase;User Id=root; Password=admin"
  2. vicdeveloper

    Question CRUD and ListView control

    Hello community, I want to know how can I create a complete-fully crud operations using MySQL as a database and show/populate data in a ListView control. Also, in the process, connect to the database using a module with Ado.net or ODBC. Please, Im a new on this kind of topics and currently...
Back
Top