How to use .udl file in app.config file
I had file as string.udl on my Desktop.which contain
[oledb] ; Everything after this line is an OLE DB initstring
Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security
Info=False;Initial Catalog=dbVisitorManagement;Data Source=SHREE-PC So I
have to use this file for establishing connection in App.config file of My
Project then what I have to do for this??
No comments:
Post a Comment