Jason,

If you are going the SQL Server 7 route, use the built in DTS.  It ought to
import most of what you need.  As for MSDE / Access, you will need to write
your own (Delphi) app to import.  To import from, Access / dBase, is not too
difficult - just use the existing BDE drivers, or use ADO.  Don't know about
outlook...

Regards,
Dennis.

> -----Original Message-----
> I'm working on an app that has to have the ability of
> importing data from
> other data sources, usually contact data, like in ACT and Outlook, now
> imorting from these two isn't difficult if you have the
> programs on your
> machine. But what if you don't? Also, is there a routine that
> you can use to
> import data from access, dbase etc.
> I guess the best way is for the database importer is to make
> a field mapper
> for importing.
>
> My database that I am using is Access 2000, with the
> possiblity of upsizing
> to SQL Server or MSDE.
>
> Cheers
> Jason
>
> --------------------------------------------------------------
> -------------
>     New Zealand Delphi Users group - Delphi List -
> [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
>

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to