Change Database name (v2021)

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
ahmed7
User
Posts: 100

Change Database name (v2021)

Post by ahmed7 »

Hello
I use asp.net maker v21
and want to ask if there is any way to rename my database name in my project without lose any settings , I mean all tables and fields with setting stay but only change the name of database.
I hope to get help please
thanks


mobhar
User
Posts: 11726

Post by mobhar »

You may simply open the project file by using text editor application such as Notepad++ to edit the database name. Don't forget to backup the project file before doing that.


ahmed7
User
Posts: 100

Post by ahmed7 »

Its works , but there is error happened when need to make synchronize to update which say "load database (old database name) fail


MichaelG
User
Posts: 1110

Post by MichaelG »

Enter your new database information in the Database panel and click Tools -> Synchronize.


Post Reply