My problem is that I define a query with parameters in MS ACCESS and I do not see it in the data sources in Visual Studio 2015 .
The query is:
SELECT *
FROM (
SELECT *
FROM Ingresos,IngresosLin,PuenteContab
WHERE I...
I'm doing a program in .net, which should bring some Access data and save it in a file, among these data is an XML, which changes the format when saving it in a file.
Code to search the XML:
Public Function Buscar_XML()
conecta()
s...