Conteúdo do 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.
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 3. Capítulo 4