View Single Post
Old Feb 16th, 2008, 1:08 PM   #1
SydneyMcConnell
18 Year Old Programmer
 
Join Date: Jan 2008
Posts: 26
Rep Power: 0 SydneyMcConnell is on a distinguished road
Insert command just doesn't work.

Hey, all.
Been a while since I've posted -- So busy XP

Anyway.

I have a giant insert statement set up, using sqlParameters added to a sqlCommand in VB.Net.
I instantiate the parameters, add them to the command, and then set their values.
At the end I do a cmd.ExecuteNonQuery() to run the insert statement. It does not throw an error, however it also doesn't put the data in the database.

What's going on here? Any help is much appreciated.
__________________
Tier 2 Hardware Technician
Net Effects, LLC
Brunswick, Ohio
SydneyMcConnell is offline   Reply With Quote