sql query and ms excel through vb.net

Princess

New member
Joined
May 1, 2007
Messages
1
Programming Experience
Beginner
hi
i m facing 2 problems:
1. how to create and manipulate excel worksheet/book through vb.net code


2. i've written a piece of code .there is a sql query-

"SELECT * FROM table1 NATURAL INNER JOIN table2 "

oledbconnection is used . back end is ms access.

problem is i get oledb exception error on executing this.

how can these 2 problems be solved.

thank you
 
Back
Top