Re: Write to Access 2000 database - recommendations
From: Arthur Richards (fake_at_address.com.au)
Date: 06/12/04
- Next message: Gürcan YÜCEL: "COM+ and ADo and performance."
- Previous message: Viatcheslav V. Vassiliev: "Re: Write to Access 2000 database - recommendations"
- In reply to: Viatcheslav V. Vassiliev: "Re: Write to Access 2000 database - recommendations"
- Next in thread: Viatcheslav V. Vassiliev: "Re: Write to Access 2000 database - recommendations"
- Reply: Viatcheslav V. Vassiliev: "Re: Write to Access 2000 database - recommendations"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 12 Jun 2004 17:35:22 +1000
Thanks for your reply, I'll have a look at it.
I think though that I need something like a "TTable for Access" because I
need to do some calculations on the source file before adding to the
database.
Regards,
Arthur
"Viatcheslav V. Vassiliev" <support@oledbdirect.com> wrote in message
news:40caaa69$1@newsgroups.borland.com...
> The easest and fast way is to execute query like (using
> Microsoft.Jet.OLEDB.4.0 provider):
>
> SELECT * INTO MyTable FROM FileName#txt IN ""[Text;DATABASE=C:\Path]
>
> You may need to place schema.ini file into directory with text files that
> describes text file strcture - look for "schema.ini" in MSDN for details.
>
> //------------------------------------------
> Regards,
> Vassiliev V. V.
> http://www.managed-vcl.com - using .Net objects in Delphi for Win32 +
> ADO.Net
> http://www.oledbdirect.com - The fastest way to access MS SQL Server,
> MS Jet (Access) and Interbase (through OLEDB)
>
> "Arthur Richards" <fake@address.com.au> ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ
> ÓÌÅÄÕÀÝÅÅ: news:40ca6e6b@newsgroups.borland.com...
> > I need to convert a large number of text files with fixed column spacing
> to
> > Access 2000 files using D5 pro. I have used BDE TTable & TQuery,
Advantage
> > and kbmMemTable but have no experience at all with Access.
> >
> > This a one off task so I would like the quickest & simplest solution.
> >
> > Thanks
> > Arthur Richards
> >
> >
>
>
- Next message: Gürcan YÜCEL: "COM+ and ADo and performance."
- Previous message: Viatcheslav V. Vassiliev: "Re: Write to Access 2000 database - recommendations"
- In reply to: Viatcheslav V. Vassiliev: "Re: Write to Access 2000 database - recommendations"
- Next in thread: Viatcheslav V. Vassiliev: "Re: Write to Access 2000 database - recommendations"
- Reply: Viatcheslav V. Vassiliev: "Re: Write to Access 2000 database - recommendations"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|