Hi All, i know this question might had been answered somewhere else in this forum, but i am currently in an urgent need to place my LLBL projects into production, hope you can help:
I m using SelfServicing, LLBLProGen 2, ASP.NET C#, and Oracle 10g.
My Original Schema (database) created in oracle is named as App_Test. Now that when i move to production, the schema name wil be changed to General_Customers.
I tried changing the PersistenceInfoProvider.cs file details in order to reflect the new schema name, but i keep getting the error giving me "ORA-00942: table or view does not exist" error.
I had triple checked the DB and found that the tables are already there.
Can anyone please point me to the right direction as to how to replicate the current project into another project with a different schema name? Thank you
yj