Hai
Is it possible to change the datasoucrce of oledb
In my Win form app i am using datasource
Example
Actual Connection string
provider=microsoft.ace.oledb.12.0;data source=E:\\aa;extended properties=""excel 12.0;hdr=yesD How can i change like this
String Str="E:\\aa"
provider=microsoft.ace.oledb.12.0;data source=str;extended properties=""excel 12.0;hdr=yesD Using this datasource i am reading value in excel and show to user
Regards