I am trying to connect to the MS access database...using the following connection string

connString = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=c:\Northwind.mdb"

and the error it displays is
Unknown connection option in connection string....

I think it should be simple and straight forward..Am I doing any mistake?

Pls suggest...
nath