Help on C#/Stored Procedure/SqlClient Needed.

Dec 14 2004 3:36 AM
Hi, My C# code is executing some sqlserver stored procedure to update the database. And i am using SqlClient db driver to update the database. After completing the code, when i ran the application, got the following error "Format of the initilisation string does not conform to specification starting index 0.". I have checked the stored procedure for errors and there is no error in it. When i checked thru Google search, found that i need to install .NET data provider fix for this problem. Any has come across this problem? Thanks in advance for the help. Regards, Peri