iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi
I am using the Client MVVM Business App template. How do I change the name of the underlying sql db (aspnetdb.mdf) to another name. I can't see any references to it in the code. I want MyDatabase.mdf say to house membership details and my custom/application tables.
(previously posted in a different thread)
Thanks
Hi Richard,
Please look at the given code below:
<connectionStrings> <remove name="LocalSqlServer" /> <add name="LocalSqlServer" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|YourDataBase.mdf;User Instance=true" providerName="System.Data.SqlClient"/> </connectionStrings>
By implementing the code above, you have to use the same structures as the same as AspNetDB.MDF. If you are using a different structures then you need to make your own services to connect to your MDF.
Thank you and have a nice day.
Best regards,
Niven Prasetya
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname