How would new objects appear in the DBC? At my clients site there are now a few new entries all with a numeric value, much like a temp table created via a select statement.
So my frustration is how are these appearing? My code in place to fix poor data from UPS: open data e:\shipping shared Select distinct * from shiptran where shiptime ="" into cursor tempShip use shiptran in 0 sele shiptran dele for shiptime="" appe from tempShip scan for ...... voodoo here end scan *-- Maybe these two lines are missing? I'll look for them tonight sele tempShip use sele shiptran use return I need shipping in the next section of code that has been in place for 5+ years so I leave it open at this time. Any idea -- Stephen Russell Sr. Production Systems Programmer CIMSgts 901.246-0159 cell _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

