Hi guys, thanks for the help.
I tried to move my database server to another local desktop yesterday and it was successful. What we did is that we create another Schema (Oracle) of the same name, with same table structures. We then create a Service name (a different one from the original) for the new database.
Finally we regenerate the code using LLBL, using the new Service name to connect to the local desktop. After regen the code, we modify both the Web.config and App.config for the "Main.ConnectionString" values , changing the Data Source to point to the new service name (login and password remain d same), and voila.. it works!
Hope this will help.
Enjoy
Thanks again.