SQL query

  • Thread starter Thread starter brian
  • Start date Start date
B

brian

I had a module created in Access 2000 that would run a
query retrieving job names. It would take that job name
and search through the specified directories and if found
a match it would then delete the file.

I need to do the same thing but using VB.NET and a SQL
query. Can somebody get me started in the right
direction? If you need more information please ask!
 
Hello,

brian said:
I had a module created in Access 2000 that would run a
query retrieving job names. It would take that job name
and search through the specified directories and if found
a match it would then delete the file.

I need to do the same thing but using VB.NET and a SQL
query. Can somebody get me started in the right
direction? If you need more information please ask!

Notice that you will have a better chance to get an answer if you post the
question to the ADO.NET newsgroup:

news://msnews.microsoft.com/microsoft.public.dotnet.framework.adonet

Web interface:

http://msdn.microsoft.com/newsgroup...roup=microsoft.public.dotnet.framework.adonet
 
Back
Top