Question Pass entire datagridview data to sql as parameter?

esilva

New member
Joined
Aug 21, 2011
Messages
2
Programming Experience
1-3
Hi,
Hoping someone can help. Been searching the web for a while, but can't find anything on the topic. Maybe i have the terminology wrong.

Working with vb.net 2010 and would like to pass the entire contents of a datagridview (all rows and columns) to a sql server 2008 r2 stored prog as a table, so that the contents can be processed on the sql side.

Thanks,

e
 
Back
Top