You should take a look at the examples coming with the library, it is often useful.
You have to use msql.next() to get the next row of information. Usually programs loop on this call to get all the rows, or use a more specific request to get only one.
Also I don't know what you have in your Size variable. It might contain "Size" (a string) or 1 (first column of the request).