Asp.Net-Core-Inventory-Order-Management-System
Asp.Net-Core-Inventory-Order-Management-System copied to clipboard
Where Is Database Files
Sorry To Disturb But Where database file
Hi,
I too did not find database files. Kindly suggest.
Please restore packages in Visual Studio. Then Migrate the data. It will create the database for you.
Hi,
I too did not find database files. Kindly suggest
it does not need database files. EF migration is used which will create the database in (localdb)\mssqllocaldb
thank you so much for your response....
On Wed, Sep 25, 2019 at 3:36 PM Anup [email protected] wrote:
it does not need database files. EF migration is used which will create the database in (localdb)\mssqllocaldb
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/go2ismail/Asp.Net-Core-Inventory-Order-Management-System/issues/2?email_source=notifications&email_token=AHYLIJWNJ3DLNJRKO6B2TU3QLM5LDA5CNFSM4GRZECT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7RN3EI#issuecomment-534961553, or mute the thread https://github.com/notifications/unsubscribe-auth/AHYLIJTKXKQD3WYGJB3OQ5LQLM5LDANCNFSM4GRZECTQ .
Has anyone tried this on a Mac where localdb isn't an option?
No I am just tried on Windows..
On Wed, 25 Sep 2019, 5:56 PM Paul, [email protected] wrote:
Has anyone tried this on a Mac where localdb isn't an option?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/go2ismail/Asp.Net-Core-Inventory-Order-Management-System/issues/2?email_source=notifications&email_token=AHYLIJQLGX4LDDDNO353JWDQLNNWDA5CNFSM4GRZECT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7RZKWQ#issuecomment-535008602, or mute the thread https://github.com/notifications/unsubscribe-auth/AHYLIJVLIDW5RVKHDELLEUTQLNNWDANCNFSM4GRZECTQ .
Hello, I couln't find the db or even found after migration Please provide commands
The DB will be under your username folder.. c:\Users\your_user_name
may i know where is the database ?
may i know where is the database ? C:\Users\Your username folder
I had the same problem. First of all, install Microsoft SQL server management application on your computer. create a database. Then open the application on visual studio and connect this application with the database you created. it will solve the problem.
the database will automatically created. just make sure you have correct connection string at appsettings.json