Contenido del Curso
Introduction to .NET with C#
Introduction to .NET with C#
2. Asynchronous Programming and Introduction to Web Services
3. Introduction to Databases with .NET
Connecting to the MySQL Server
Summary:
Import the
MySqlClient
fromMySql.Data
;Create a connection string using the server details;
Use the
MySqlConnection
class to connect to the server using your connection string.
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 3. Capítulo 4