What kind of objects? rk
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Stephen Russell Sent: Wednesday, June 02, 2010 8:48 AM To: [email protected] Subject: My ugly little friend the DBC 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. _______________________________________________ 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/df1eef11e586a64fb54a97f22a8bd04406841ab...@ackbwddqh1.artfact.local ** 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.

