I have build my project in C#, I add DataSet.xsd
, and connect him to
Oracle DataBase in my computer - work Excellent !!!!
When I installed on the customer computer (that connect to his Oracle DataBase) -
it crushed.
I need to change the connection string on the DataSet.xsd
file - but how to do it ?
Is there any xml file ? Or configuration file ?
Thanks in advance.
You can also open the Dataset and select the TableAdapter that you want to update, right click and go to properties.
here you will see a "connection" property that you can easily change to settings in your web.config file or enter new connection details.