Here's the problem
I go through a loop to insert values into the database. I get no errors and I've done watches to make sure there really is a value being inserted. I'm watching the variable that is holding the value to be inserted and watching the value that holds the database information and everything appears to be working while going through my code in debug mode, however when I look in the database, some (5 out of 40 fields) do not show up. I know the fields are not blank because of the watches, AND because if the field is blank I insert a "n/a" string into the database field, which does work on several fields, just not these particular 5.
These certain fields are simply blank, no "n/a" and no value at all. Does anyone have any ideas of what to check?
The types are String in VB and I'm inserting that string into a text field in the database and yes I'm sure that those types are correct as I'm using an array of strings for the entire volume of values. I've deleted the fields in the db and re-entered in case something was corrupt, no change there.
As I said, I am getting no errors at all, I just simply don't see any values in the database.
I think that's it, let me know if I can give more information and thanks if anyone can think of anything more for me to check!
I go through a loop to insert values into the database. I get no errors and I've done watches to make sure there really is a value being inserted. I'm watching the variable that is holding the value to be inserted and watching the value that holds the database information and everything appears to be working while going through my code in debug mode, however when I look in the database, some (5 out of 40 fields) do not show up. I know the fields are not blank because of the watches, AND because if the field is blank I insert a "n/a" string into the database field, which does work on several fields, just not these particular 5.
These certain fields are simply blank, no "n/a" and no value at all. Does anyone have any ideas of what to check?
The types are String in VB and I'm inserting that string into a text field in the database and yes I'm sure that those types are correct as I'm using an array of strings for the entire volume of values. I've deleted the fields in the db and re-entered in case something was corrupt, no change there.
As I said, I am getting no errors at all, I just simply don't see any values in the database.
I think that's it, let me know if I can give more information and thanks if anyone can think of anything more for me to check!