Link to home
Start Free TrialLog in
Avatar of Larry Brister
Larry BristerFlag for United States of America

asked on

Paramaters to pass in datatable from vb to SQL 2008

How do I pass in an entire table to SQL Server 2008 from my web page vb code using the following

Blah...blah...blah...

 objCmd.Parameters.Add(New System.Data.SqlClient.SqlParameter("@leadID", System.Data.SqlDbType.Int)).Value = dt6

blah...blah...blah...
ASKER CERTIFIED SOLUTION
Avatar of Deepak Lakkad
Deepak Lakkad
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Larry Brister

ASKER

Perfect!  Thanks