Hi All
As A long time Microsoft Access user Using database objects DAO I thought it would be an easy matter to switch to VB.NET Express. Free from Microsoft. Yes the newer ADO and .NET data structures have more power. However my code works. I am hoping to simplify the transferral.
I have written an access program that manipulates data searching for certain patterns in the data.
All easy really, Using parameter queries to search when possible and if not search through the data Table and collect the information iteratively. The program makes several passes through the data then outputs to a new file. All the sub steps are stored for Auditing.
It is not possible to do it in one pass as the information is stored throughout the file.
All easy stuff, Using Access 97 or access 2003, I do not use the 2007 version.
Ok .NET is uses a new paradigm firstly being object oriented and also the “disconnected” Data model, and not one but a number of different access methods, using SQL, Datasets, or LINQ and several variants.
My question is twofold:
1. What is the fastest method to use to crunch the data. (The main reason I am straying from Access)
2. What is the simplest addressing mode? I normally have 2 tables open at once and using parameter queries derive data that I Store in the second table at each pass.
I do not need to work over a network on the net just locally.
So it is a question of efficiency, and simplification.
Any help in guiding me on this path would be appreciated.
Cheers
Macka J
As A long time Microsoft Access user Using database objects DAO I thought it would be an easy matter to switch to VB.NET Express. Free from Microsoft. Yes the newer ADO and .NET data structures have more power. However my code works. I am hoping to simplify the transferral.
I have written an access program that manipulates data searching for certain patterns in the data.
All easy really, Using parameter queries to search when possible and if not search through the data Table and collect the information iteratively. The program makes several passes through the data then outputs to a new file. All the sub steps are stored for Auditing.
It is not possible to do it in one pass as the information is stored throughout the file.
All easy stuff, Using Access 97 or access 2003, I do not use the 2007 version.
Ok .NET is uses a new paradigm firstly being object oriented and also the “disconnected” Data model, and not one but a number of different access methods, using SQL, Datasets, or LINQ and several variants.
My question is twofold:
1. What is the fastest method to use to crunch the data. (The main reason I am straying from Access)
2. What is the simplest addressing mode? I normally have 2 tables open at once and using parameter queries derive data that I Store in the second table at each pass.
I do not need to work over a network on the net just locally.
So it is a question of efficiency, and simplification.
Any help in guiding me on this path would be appreciated.
Cheers
Macka J