views:

396

answers:

1

hi

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 ?

thank's in advance

+1  A: 

When generating a DataSet with the Wizard you are asked to Create-and-Store a ConnectionString. Take a look in your App.Config

Henk Holterman