Sign Up |  Live StatsLive Stats    Articles 35,345| Comments 159,790| Members 17,820, Newest waheguruhelpme| Online 223
Home Contact
 (Forgotten?): 
    A portrait by Bhagat Singh of Sikhiart.com

   
                                                                     Your Banner Here!    

Sikh Philosophy Network » Sikh Philosophy Network » Current Affairs » Information Technology » Automating import of dynamic text file into MS Access

Automating import of dynamic text file into MS Access

Our Donation Goal : Why Donate? : Donate Today! : Donate Anonymously (ਗੁਪਤ) : Our Family of Supporters
Goal this month: 400 USD, Received: 35 USD (9%)
Please Donate...
Related Topics...
Thread Thread Starter Forum Replies Last Post
Access 2002 crashes when trying to import any .csv file Doghouse Riley Information Technology 1 28-Jul-2006 08:22 AM
Importing data from text file to already existing access file Pooja Information Technology 1 28-Jul-2006 08:20 AM
How do I import into an Access database a file directory? koslow Information Technology 1 28-Jul-2006 08:17 AM
automatic import of .csv file into access database amolchopra@gmail.com Information Technology 1 09-Nov-2005 17:51 PM
how do I import alpha/numeric data from a delimited text file? Red Information Technology 1 02-Nov-2005 11:47 AM


Tags
automating, import, dynamic, text, file, access
Reply Post New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!
  #1 (permalink)  
Old 28-Jul-2006, 08:42 AM
FuzzyLogic's Avatar FuzzyLogic
Guest
 
Posts: n/a
   
   
Automating import of dynamic text file into MS Access

  Donate Today!   Email to Friend  Tell a Friend   Show Printable Version  Print   Contact sikhphilosophy.net Administraion for any Suggestions, Ideas, Feedback.  Feedback  

Register to Remove Advertisements
I've been doing Google searches for hours on this subject without
finding exactly what I'm looking for, so before I settle for something
different than what I really want to do, I figured I'd ask the
experts...

I'm taking it upon myself to set up a syslog server in a primarily
Windows Server 2003 environment, using free software and scripts I've
collected from the web (have no budget, this is just something we need
and I'm tired of trying to convince people of that.) What I have so far
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/13978-automating-import-dynamic-text-file-into.html
is a syslog server that collects event log information from multiple
Windows Server 2003 machines and dumps them into a
continuously-updating text file. On a weekly basis, this text file is
dumped to another directory on the syslog server as a text file with a
time and date stamp.

What I'd like to do is create an MS Access database wherein these text
logs are automatically imported to give our IS department access (no
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13978
pun intended) to the event logs using a versatile front end (MS
Access.) Trouble is I have no MS Access experience, so I'm stumbling
along. Cruising Google Groups, I've found out how to do an initial
import of one of these text files using the Import Wizard, and how to
set it up to columnize the data properly. Then I read how to create a
macro to perform this function. Fantastic.

One hitch...The macro is dependant upon a text filename that does not
change. I've found that I can make the macro prompt a user for a
filename to import, but I'd really like to make this hands-free if at
all possible. Is there any possible way I can automatically import
these text files into Access (using a macro, vbs, whatever) when the
file name of each newly-created text file will change? For example, the
first archived log file would be named "Syslog07-23-06.txt" but the
next would be "Syslog07-30-06.txt", and so forth.

Hopefully some of you will consider this a piece of cake, because it's
way beyond me.

Thanks,

FL






 
Do share your immediate thoughts or reactions on this issue? We value your views! Login Now! or Sign Up Today! to share your views with us.. Gurfateh!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 28-Jul-2006, 08:42 AM
Pieter Wijnen's Avatar Pieter Wijnen
Guest
 
Posts: n/a
   
   
Re: Automating import of dynamic text file into MS Access

Check Out DoCmd.TransferText

Pieter

"FuzzyLogic" wrote in message
news:1153934951.054751.179540@m79g2000cwm.googlegr oups.com...
> I've been doing Google searches for hours on this subject without
> finding exactly what I'm looking for, so before I settle for something
> different than what I really want to do, I figured I'd ask the
> experts...
>
> I'm taking it upon myself to set up a syslog server in a primarily
> Windows Server 2003 environment, using free software and scripts I've
> collected from the web (have no budget, this is just something we need
> and I'm tired of trying to convince people of that.) What I have so far
> is a syslog server that collects event log information from multiple
> Windows Server 2003 machines and dumps them into a
> continuously-updating text file. On a weekly basis, this text file is
> dumped to another directory on the syslog server as a text file with a
> time and date stamp.
>
> What I'd like to do is create an MS Access database wherein these text
> logs are automatically imported to give our IS department access (no
> pun intended) to the event logs using a versatile front end (MS
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13978
> Access.) Trouble is I have no MS Access experience, so I'm stumbling
> along. Cruising Google Groups, I've found out how to do an initial
> import of one of these text files using the Import Wizard, and how to
> set it up to columnize the data properly. Then I read how to create a
> macro to perform this function. Fantastic.
>
> One hitch...The macro is dependant upon a text filename that does not
> change. I've found that I can make the macro prompt a user for a
> filename to import, but I'd really like to make this hands-free if at
> all possible. Is there any possible way I can automatically import
> these text files into Access (using a macro, vbs, whatever) when the
> file name of each newly-created text file will change? For example, the
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13978
> first archived log file would be named "Syslog07-23-06.txt" but the
> next would be "Syslog07-30-06.txt", and so forth.
>
> Hopefully some of you will consider this a piece of cake, because it's
> way beyond me.
>
> Thanks,
>
> FL
>



Reply With Quote
  #3 (permalink)  
Old 28-Jul-2006, 08:42 AM
Pieter Wijnen's Avatar Pieter Wijnen
Guest
 
Posts: n/a
   
   
Re: Automating import of dynamic text file into MS Access

  Donate Today!  
Check Out DoCmd.TransferText

Pieter

"FuzzyLogic" wrote in message
news:1153934951.054751.179540@m79g2000cwm.googlegr oups.com...
> I've been doing Google searches for hours on this subject without
> finding exactly what I'm looking for, so before I settle for something
> different than what I really want to do, I figured I'd ask the
> experts...
>
> I'm taking it upon myself to set up a syslog server in a primarily
> Windows Server 2003 environment, using free software and scripts I've
> collected from the web (have no budget, this is just something we need
> and I'm tired of trying to convince people of that.) What I have so far
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13978
> is a syslog server that collects event log information from multiple
> Windows Server 2003 machines and dumps them into a
> continuously-updating text file. On a weekly basis, this text file is
> dumped to another directory on the syslog server as a text file with a
> time and date stamp.
>
> What I'd like to do is create an MS Access database wherein these text
> logs are automatically imported to give our IS department access (no
> pun intended) to the event logs using a versatile front end (MS
> Access.) Trouble is I have no MS Access experience, so I'm stumbling
> along. Cruising Google Groups, I've found out how to do an initial
> import of one of these text files using the Import Wizard, and how to
> set it up to columnize the data properly. Then I read how to create a
> macro to perform this function. Fantastic.
>
> One hitch...The macro is dependant upon a text filename that does not
> change. I've found that I can make the macro prompt a user for a
> filename to import, but I'd really like to make this hands-free if at
> all possible. Is there any possible way I can automatically import
> these text files into Access (using a macro, vbs, whatever) when the
> file name of each newly-created text file will change? For example, the
> first archived log file would be named "Syslog07-23-06.txt" but the
> next would be "Syslog07-30-06.txt", and so forth.
>
> Hopefully some of you will consider this a piece of cake, because it's
> way beyond me.
>
> Thanks,
>
> FL
>




--
----------------------------------------
I am using the free version of SPAMfighter for private users.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13978
It has removed 4367 spam emails to date.
Paying users do not have this message in their emails.
Get the free SPAMfighter here: http://www.spamfighter.com/len


Reply With Quote
   Click Here to Donate Now!

Support Us!
Become a Promoter!
Gurfateh ji, you can become a SPN Promoter by Donating as little as $10 each month. With limited resources & high operational costs, your donations make it possible for us to deliver a quality website and spread the teachings of the Sri Guru Granth Sahib Ji, to serve & uplift humanity. Every contribution counts. Donate Generously. Gurfateh!
ReplyPost New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!

Bookmarks


(View-All Members who have read this thread : 0
There are no names to display.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Tools Search
Search:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

» Gurbani Jukebox
Listen to Gurbani while surfing SPN!
» Active Discussions
sikhism Who is "Mohan"?
Today 08:46 AM
22 Replies, 335 Views
sikhism How important is Matha...
Today 08:12 AM
59 Replies, 1,038 Views
sikhism need urgent advice.......
Today 06:46 AM
6 Replies, 81 Views
sikhism ਨਾਮਾ
Today 06:37 AM
2 Replies, 53 Views
sikhism Sikh Diamonds Video...
Today 04:23 AM
6 Replies, 116 Views
sikhism Are Creator and Creation...
Today 01:30 AM
44 Replies, 2,837 Views
sikhism Herman Hesse,...
Today 00:54 AM
13 Replies, 229 Views
sikhism On a Scale of Most...
Yesterday 21:42 PM
30 Replies, 1,277 Views
sikhism I became victim by...
Yesterday 19:50 PM
0 Replies, 44 Views
sikhism Sikh Books downloads
Yesterday 15:39 PM
2 Replies, 66 Views
sikhism Salok Sheikh Farid ji...
Yesterday 09:35 AM
0 Replies, 47 Views
sikhism In Punjab, three farmers...
Yesterday 05:36 AM
0 Replies, 49 Views
sikhism Supernatural Sikhs, what...
Yesterday 03:45 AM
19 Replies, 414 Views
sikhism Sukhmani Sahib Astpadi...
26-May-2012 22:57 PM
0 Replies, 51 Views
Do You Think You Are...
26-May-2012 09:59 AM
94 Replies, 8,258 Views
» Books You Should Read...
Powered by vBadvanced CMPS v3.2.2

All times are GMT +6.5. The time now is 09:48 AM.
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.5.2 Copyright © 2004-12, All Rights Reserved. Sikh Philosophy Network


Page generated in 0.40311 seconds with 30 queries