I am creating a simple Form
that has 3 TextBoxes
and 3 buttons and I want to save the information entered in Textboxes
in a table.
I have already created querys
all within a class acessoBD
, but I can not access MySQL .
MySQL is integrated with Visual Studio, there in server explorer I can move to database , create tables, etc. The problem is when it is time to run the program and request access to it via SqlConnection
. When I tried with SqlConnection
error 40 , now with SqlCeConnection
(I saw in a topic that this change could solve the problem) is pointing a new error.