G
Guest
Here is my scenario and objectives:
Scenario:
I have a dynamic number of log files with varying file names but of the same
general, textual format.
I create a database using ADOX via a VB.NET or C# app. (works fine...)
I programmtically create the DB log entry table in the new DB via the
OleDbCommand (ExecuteNonQuery method) (works fine...)
Primary Objective:
I need to programmtically import each log file's contents into my created
Access DB via my VB.NET or C# application.
Secondary Objective:
I need to handle log files with different textual formats (reform log
entries on-the-fly to conform to the required fields for the Access DB
import.)
I am a newbie as far as MS Access is concerned, so please provide code
examples if possible rather than just stating generally how to go about
meeting my objectives.
-Matt
Scenario:
I have a dynamic number of log files with varying file names but of the same
general, textual format.
I create a database using ADOX via a VB.NET or C# app. (works fine...)
I programmtically create the DB log entry table in the new DB via the
OleDbCommand (ExecuteNonQuery method) (works fine...)
Primary Objective:
I need to programmtically import each log file's contents into my created
Access DB via my VB.NET or C# application.
Secondary Objective:
I need to handle log files with different textual formats (reform log
entries on-the-fly to conform to the required fields for the Access DB
import.)
I am a newbie as far as MS Access is concerned, so please provide code
examples if possible rather than just stating generally how to go about
meeting my objectives.
-Matt