John, I am only reading from the Customers table. For list views, only one column; for detail views, several columns. Never all records from Customers, only what's necessary to supply customer data to the Quotes queries.
Dale On Wednesday, March 5, 2014 12:55:06 PM UTC-6, John Andersen wrote: > > Please clarify your requirement with regard to the data in the MS SQL > database. > - are you only going to read data from the customers table? > - do you need all the data from the customers table or only a subset? > - do you need all the columns of the customers table or only specific ones? > > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.
