I am attempting to automate the process within a vb.net windows application
of importing a text file into an access database (setting the column
seperators, first row being column names and such) but I am not finding
examples of this on the net? Has anyone ran across such a thing?

Re: MS Access and VB.NET by Mary

Mary
Tue Apr 20 09:34:36 CDT 2004

I've never tried to do this myself, but I suspect you're going to have
to use automation and invoke a VBA procedure in the mdb to do it.

--Mary

On Mon, 19 Apr 2004 06:40:35 -0500, "scorpion53061"
<scorpion_53061@nospamhereeveryahoo.com> wrote:

>I am attempting to automate the process within a vb.net windows application
>of importing a text file into an access database (setting the column
>seperators, first row being column names and such) but I am not finding
>examples of this on the net? Has anyone ran across such a thing?
>


Re: MS Access and VB.NET by scorpion53061

scorpion53061
Wed Apr 21 10:35:11 CDT 2004

Hi Mary,

Would you know where to go to find an example of this?
That is kind of where I was headed originally.

"Mary Chipman" <mchip@online.microsoft.com> wrote in message
news:q4da80pa483qbutjn89disell10vve6vqf@4ax.com...
> I've never tried to do this myself, but I suspect you're going to have
> to use automation and invoke a VBA procedure in the mdb to do it.
>
> --Mary
>
> On Mon, 19 Apr 2004 06:40:35 -0500, "scorpion53061"
> <scorpion_53061@nospamhereeveryahoo.com> wrote:
>
> >I am attempting to automate the process within a vb.net windows
application
> >of importing a text file into an access database (setting the column
> >seperators, first row being column names and such) but I am not finding
> >examples of this on the net? Has anyone ran across such a thing?
> >
>



Re: MS Access and VB.NET by Mary

Mary
Mon Apr 26 08:03:15 CDT 2004

Try one of the microsoft.public.msaccess newsgroups that deal with
programming since you'll need to use VBA.

--Mary

On Wed, 21 Apr 2004 10:35:11 -0500, "scorpion53061"
<scorpion_53061@nospamhereeveryahoo.com> wrote:

>Hi Mary,
>
>Would you know where to go to find an example of this?
>That is kind of where I was headed originally.
>
>"Mary Chipman" <mchip@online.microsoft.com> wrote in message
>news:q4da80pa483qbutjn89disell10vve6vqf@4ax.com...
>> I've never tried to do this myself, but I suspect you're going to have
>> to use automation and invoke a VBA procedure in the mdb to do it.
>>
>> --Mary
>>
>> On Mon, 19 Apr 2004 06:40:35 -0500, "scorpion53061"
>> <scorpion_53061@nospamhereeveryahoo.com> wrote:
>>
>> >I am attempting to automate the process within a vb.net windows
>application
>> >of importing a text file into an access database (setting the column
>> >seperators, first row being column names and such) but I am not finding
>> >examples of this on the net? Has anyone ran across such a thing?
>> >
>>
>


Re: MS Access and VB.NET by Mary

Mary
Mon Apr 26 08:04:58 CDT 2004

Also, a good resource for all things Access is
http://www.mvps.org/access/.

--Mary

On Wed, 21 Apr 2004 10:35:11 -0500, "scorpion53061"
<scorpion_53061@nospamhereeveryahoo.com> wrote:

>Hi Mary,
>
>Would you know where to go to find an example of this?
>That is kind of where I was headed originally.
>
>"Mary Chipman" <mchip@online.microsoft.com> wrote in message
>news:q4da80pa483qbutjn89disell10vve6vqf@4ax.com...
>> I've never tried to do this myself, but I suspect you're going to have
>> to use automation and invoke a VBA procedure in the mdb to do it.
>>
>> --Mary
>>
>> On Mon, 19 Apr 2004 06:40:35 -0500, "scorpion53061"
>> <scorpion_53061@nospamhereeveryahoo.com> wrote:
>>
>> >I am attempting to automate the process within a vb.net windows
>application
>> >of importing a text file into an access database (setting the column
>> >seperators, first row being column names and such) but I am not finding
>> >examples of this on the net? Has anyone ran across such a thing?
>> >
>>
>