Quote Originally Posted by Geof
I didn't use a Doc\View application because the only Data are use is from a MySQL database. Is it a Doc can help me to load data from a MySQL Database? The data I have to transfert between views are request string or other things like that.
That's a common misconception about the document/view architecture. A "document" doesn't have to be a document file, like a Word document: It can be any kind of source or container for your data: You can use documents with a database, data coming from a serial port, from an internet connection etc.: Its only concern is to separate the data from its presentation.