How can I change database from SQL Server to Oracle with SubSonic? -
I am writing code with SubSonic 2.1.1 and have used MSSQL. The project should now run with Oracle. I changed web.config, and it does not work Can someone give me a sample that only changes the database - the web with subsonic Does the config change and the balance does not change?
The name of the table in MSSQL is "name" but in the oracle there is "NAME". Can "Name" code be generated for Oscillic?
Depending on the question you will need to see the string of your connections (clearly your database values With replace xxxxx):
& lt; Connection Sets & gt; & Lt; Add name = "oracle" connectionString = "data source = xxxxxxxx; constant security information = true; user id = xxxxx; password = xxxxx;" ProviderName = "System.Data.OracleClient" /> & Lt; / ConnectionStrings & gt;
Your second question again, Oracle case is not sensitive See more questions for details
Comments
Post a Comment