Question Query disappeared

Luis Jimenez

New member
Joined
Sep 13, 2016
Messages
1
Location
Veracruz, M?xico
Programming Experience
5-10
I not so new to databases, I programmed some things in MySQL but I'm new to Visual Basic 2010.
I had a connection with a little database in a window of VS2010, where I defined an SQL join query, so VS2010 transformed it to something rare. I saved it when it had no query errors.
Later, the computer failed so it did a shut down.

Now that I did the code to fill a dataset without errors, I wanted to come back to the query to apply it to this dataset, but the saved window with the query disappeared. I found a .Designer.vb window with a lot of code like XML (attached) but I don't know if it is possible to return to my SQL window where I had tested the code. Or at least, which would be the steps to make again the connection and SQL query. I came to this point by trial and error but I need the assistance to recover this or make it again.

Thank's for your time
Luis
 

Attachments

  • codigo_raro_3.txt
    99.3 KB · Views: 31
  • Pant_datos.png
    Pant_datos.png
    151.2 KB · Views: 32
Back
Top