I have a situation where I am processing my dataset through commandbuilder. I also have a situation where I can only call stored-procedures and have no access to tables from the connection of my app. The SQL-Server was design this way for security reasons. How do I force the CommandBuilder to use stored-procedures?