Re: ADP PICK database connect to SQL
- From: Joe <avoidingspam@xxxxxxxxxx>
- Date: Wed, 14 Sep 2005 23:18:08 GMT
drogers@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx (drogers) wrote in
news:FbOdnRgR9er9ULreRVn_vA@xxxxxxxxxxxx:
> Hi. I am looking for information on how to connect to an ADP/PICK
> database with SQL. I am a webdeveloper recently hired by an auto
> dealer. I am quite new to the pick world, and for that matter,
almost
> all database programming outside of using PHP with mysql.
>
> All of the dealerships data is stored in a pick database. I am
charged
> with making a website that is able to display that data online.
>
> One possible route has been exporting the pick data to csv files and
> putting them on the linux side and then grabbing them from there and
> importing them into sql. this seems to be overly complicated,
> however. ideally, i could like to connect to the database via sql
and
> interact with it directly.
>
> could someone help me get a good start on doing this? is it even
> possible? i played around with software like pixieware, but it
seemed
> like it wasn't up to the task. i tried several different connection
> configuration files, but they all errored out.
>
> any ideas? any help is very much appreciated.
You basically have two choices:
a) Hook into their system via their web service and extract data in
real time from their system. You and/or the client will have to speak
directly with ADP support for details on how to call their web service
and request specific data sets such as repair order data, invoice
data, etc.
b) Study the documentation for the file relationships (you'll have to
know how/where to obtain data from different files to compile a
complete data set), then write a series of data extract programs that
create XML or flat files at the UNIX level, then ftp the files to your
server and parse them there.
Regards,
Joe
.
- References:
- ADP PICK database connect to SQL
- From: drogers
- ADP PICK database connect to SQL
- Prev by Date: Re: Extending Terminal Length in Dynamic Connect
- Next by Date: Re: ADP PICK database connect to SQL
- Previous by thread: Re: ADP PICK database connect to SQL
- Next by thread: Re: ADP PICK database connect to SQL
- Index(es):
Relevant Pages
|