Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Carattini

    Create a SubArray from another array?

    Thanks This indexing solve the issue.
  2. Carattini

    Create a SubArray from another array?

    Hi Olaf Thanks for taking the time to help this lost soul. Sory for not documenting further is not final. Can you tell me how to index the cursors? Yes I do group by from vertion 8 I use a command "SET ENGINEBEHAVIOR 70" 1. edwkey = Identify the client ssn = Social security...
  3. Carattini

    Create a SubArray from another array?

    The reason I'm messing with Arrays and Cursors is because it takes tree days for the code to run and I was looking for a way to better the performance of the code. The purpose of the code is to find out since when the client is in business with the company. The catch is that during the life of...
  4. Carattini

    Create a SubArray from another array?

    Thanks Guys I redid the code using cursors but didn't go any faster the code takes like tree days to run and I need it to work under a day. In general I need to evaluate close to 370K Clients/Records that I have in one table Another table has all 370K Clients with all the account under thous...
  5. Carattini

    Create a SubArray from another array?

    Thanks Very much I'll try using the cursors with the readwrite and let you know how it works out.
  6. Carattini

    Create a SubArray from another array?

    I'm receiving an error message "Array dimensions are invalid" This is how I build my fist Array: PUBLIC ARRAY A1(1,1) PUBLIC ARRAY A3(1,1) USE "F:\Jobs\Recurrentes\Interno\Client Since\Tablas\Import.dbf" ALIAS Temp SELECT * FROM Temp GROUP BY acct_num order BY edwkey,open_dt1 ASC; INTO ARRAY...
  7. Carattini

    Create a SubArray from another array?

    Thanks I'll Try that and let you know how it work out.
  8. Carattini

    Create a SubArray from another array?

    Acopy makes an exact duplicate of the first array. but i need to make a selection from the first array before coping it to the second array. Is their any whay to add a condition to select spesific data?
  9. Carattini

    Create a SubArray from another array?

    I need to create an array selecting a spesific range of data from another array. Is this pssible?

Part and Inventory Search

Back
Top