Hello Mister it is my first question in this post, I´m very interested in understand the best option in order to connect a postgresql database using c-sharp.
At this moment I have a problem.
I have 5 different errors.
Error CS0103 El nombre 'tbHost' no existe en el contexto actual WinFormsMusic ..\source\repos\WinFormsMusic\Form1.cs
Error CS0103 El nombre 'tbPort' no existe en el contexto actual WinFormsMusic ..\source\repos\WinFormsMusic\Form1.cs
Error CS0103 El nombre 'tbUser' no existe en el contexto actual WinFormsMusic ..\source\repos\WinFormsMusic\Form1.cs
Error CS0103 El nombre 'tbPass' no existe en el contexto actual WinFormsMusic ..\source\repos\WinFormsMusic\Form1.cs
Error CS0103 El nombre 'tbDataBaseName' no existe en el contexto actual WinFormsMusic ..\source\repos\WinFormsMusic\Form1.cs
Can you tell me the problem.? Should I have to do something extra.? Thank you so much, regards from Mexico City.

Carlos Estudillo

Nitin SontakkePosted Aug 10, 2022, 7:23 AM
Nitin SontakkePosted Aug 11, 2022, 6:58 AM
Carlos EstudilloPosted Aug 10, 2022, 4:42 PM
Hello, I´m a new Developer using PostgreSQL. I´m follow this hyperlink to understand the concepts.
www.codeproject.com/Articles/43211/A-CRUD-Form-using-SharpDevelop-and-PostgreSQL
In order to understand a pre-validation between my application and the RDBMS (PostgreSQL).
At this moment I have another doubt, it is an error during the configuration.
Error in C# - VS Error - NpgsqlConnection
Can you help me to tell me.? What should I do to fix the problem.? in Visual Studio.
Thank you, so much.
Juan Carlos Estudillo Estrada.
Sachin SinghPosted Aug 10, 2022, 7:18 AM
Nitin SontakkePosted Aug 10, 2022, 3:53 AM