Hi Paulo,
You need to look at your connection string.
If you are running multiple queries, you may need to add
MultipleActiveResultSets=true;
to the connection string.
Now it is possible to use a single opened connection for more than one
query.
HTH,
Jamal
"Paulo Oliveira" wrote in message
news:3b0d2e08-59bd-4667...@googlegroups.com...