<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I avoid having to maintain two databases by simply giving Worldship
each address every time I ship a package.&nbsp; I also include freight,
dimensions, COD and other shipping options, etc.&nbsp; <br>
<br>
To my system Worldship just processes the shipment and gets back
tracking number and freight charge info.&nbsp; To Worldship each shipment
looks like a unique package.&nbsp; It still automatically puts shipments
together to generate "Hundredwieght" freight rates, but I want to list
a "package x of y" then I have to keep track of it myself.&nbsp; Still,
Worldship will let you send the "package x of y" information as well.&nbsp; <br>
<br>
Worlship will import a lot of fields including everything that can be
key-entered in the system and, I believe, a few more.<br>
<br>
I only have to maintain my own database and just worry about getting
the appropriate information back from Worldship to keep it up to date.<br>
<br>
GCC Consulting wrote:
<blockquote cite="mid:017601c8f254$76f2fdf0$64d8f9d0$@net" type="cite">
  <pre wrap="">Thanks for the response.

However, we are getting the tracking information in an end of day process
which spins out a csv which I import and post to the order header file.

The problem is that it is necessary to maintain 2 separate store shipping
files.  Worldship and my application.  This presents a problem when
addresses are corrected or changed or new stores added.  It is too time
consuming to keep these in sync.

Also, they are processing too many orders each day to do this in a batch
process during the day.  The plan is to have Worldship get the address info
from the Access file and push back the tracking info.

As I have considered it, I probably will create a shipto file also.

Richard 

  </pre>
  <blockquote type="cite">
    <pre wrap="">-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:filepro-list-bounces+gccconsulting=comcast.net@lists.celestial.com">filepro-list-bounces+gccconsulting=comcast.net@lists.celestial.com</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->[<a class="moz-txt-link-freetext" href="mailto:filepro-list-bounces+gccconsulting=comcast.net@lists.celestial.com">mailto:filepro-list-bounces+gccconsulting=comcast.net@lists.celestial.com</a>]
On
  </pre>
  <blockquote type="cite">
    <pre wrap="">Behalf Of Boaz Bezborodko
Sent: Wednesday, July 30, 2008 9:02 AM
To: <a class="moz-txt-link-abbreviated" href="mailto:filepro-list@lists.celestial.com">filepro-list@lists.celestial.com</a>; <a class="moz-txt-link-abbreviated" href="mailto:rkreiss@gccconsulting.net">rkreiss@gccconsulting.net</a>
Subject: Re: ODBC


    </pre>
    <blockquote type="cite">
      <pre wrap="">Message: 1
Date: Tue, 29 Jul 2008 17:00:32 -0400
From: "Richard Kreiss" <a class="moz-txt-link-rfc2396E" href="mailto:rkreiss@gccconsulting.net">&lt;rkreiss@gccconsulting.net&gt;</a>
Subject: ODBC
To: <a class="moz-txt-link-rfc2396E" href="mailto:filepro-list@lists.celestial.com">&lt;filepro-list@lists.celestial.com&gt;</a>
Message-ID: &lt;00ed01c8f1be$24f18f30$6ed4ad90$@net&gt;
Content-Type: text/plain;        charset="iso-8859-1"

A question for those using fp ODBC.

I need to pass information to and get back from UPS Worldship.

I created an Access file as that is what Worldship is written in.

ODBC record:         PO #, store #, name, address, city state and zip -
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->From
  </pre>
  <blockquote type="cite">
    <pre wrap="">my
    </pre>
    <blockquote type="cite">
      <pre wrap="">application
                Tracking #, pickup date, number of cartons, weight, cost -
from Worldship

I am thinking through the procedure and since I have very little ODBC
experience, would like to know if I am approaching this correctly.

I am plan to use the low level method.
        1. When an order is created, an odbc record is created with the po
#, store #, name, address, city state and zip.
                (This gives my application control of the shipping address
witch UPS uses)
        2. Once shipped, when the order is accessed using @entsel, I want to
check if the order is a ups shipment and if it is, check to see if there
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->is
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">a tracking #.
                a. No number - read the Access record and get the shipping
information
                                1. no value in record - not been shipped yet
                                2. tracking # - read into filepro record
                b. Number present - do nothing more

Since my client ships a large number of orders each month(about 8,000),
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->I
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">would like to run a procedure that deletes records for those orders that
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->are
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">30 days or more old from the odbc database.  This should keep the
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->database
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">fairly small and make access fairly quick.

At the current time the tracking #'s are being  update from a csv file
created when Worldship close at the end of the day.  This procedure will
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->be
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">more real time.  Its other advantage is a standardized point for store
address.  When changed in my application, the correct address will be
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->used
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">by UPS.  No, I don?t need to go back and change the address once an
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->order
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">has been shipped.

Any suggestions will be greatly appreciate.


Richard Kreiss
GCC Consulting
<a class="moz-txt-link-abbreviated" href="mailto:rkreiss@gccconsulting.net">rkreiss@gccconsulting.net</a>
?



      </pre>
    </blockquote>
    <pre wrap="">I use Worldship, but I avoided using ODBC by using their text/csv
files.  Since we don't ship a lot my system uploads the data via a batch
file and gets the tracking and freight charge information at the end of
the day.  IIRC UPS has the ability to create the export file when it
processes each label.  Looking for and updating your filepro database
with this information would allow you to keep the files up to date on a
regular basis.

Boaz






_______________________________________________
Filepro-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Filepro-list@lists.celestial.com">Filepro-list@lists.celestial.com</a>
<a class="moz-txt-link-freetext" href="http://mailman.celestial.com/mailman/listinfo/filepro-list">http://mailman.celestial.com/mailman/listinfo/filepro-list</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->



  </pre>
</blockquote>
</body>
</html>