DataReader returns no rows — rows are present in database?

I think you need to remove the cmd.Parameters. Add(param) call. That adds a new parameter on each iteration.

It should be sufficient to just set the parameter value each time for the existing parameter.

You are currently re-adding the parameter for every artist - I'm surprised that this works at all, certainly it shouldn't for SqlParameter - if DbParameter works the same way it should be like this.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions