What kind of view do you want to insert data into exactly?
If you refer to information models (e.g. analytic or calculation views) you're in bad luck as these are read-only objects.
For general DB processing via SQL you should be able to use any ADODB programming primer that your favorite search engine digs up for you.
So, maybe try some basics first and come back with a more detailed and specific question later on?
- Lars