Im now getting a bit more familiar with this whole n-tier setup but I'd like to hear opinions on what must be a common situation/problem in converserion from a client/server setup to n-tier.<br>The application I am converting does Debit Card processing. At the moment when the Client application starts up it queries the database and stores in memory all the validation for the card numbers such as length of card number, whether it needs an issue number etc..(about 300 records)<br>When a User enters the Card Number it immediatly tells them what is required for input for that card.<br>Do I forget about holding any data in memory in the new set-up and always go all the way to the database to validate all the card details or is there some alternate method of persisting this data without compromising the n-tier approach?<br><br>Not sure if Ive explained that well but hopefully you get the jist.<br><br>Thanks