Asp.Net-Core-Inventory-Order-Management-System icon indicating copy to clipboard operation
Asp.Net-Core-Inventory-Order-Management-System copied to clipboard

Where Is Database Files

Open chandrabhanchaudhary opened this issue 6 years ago • 12 comments

Sorry To Disturb But Where database file

chandrabhanchaudhary avatar Jan 23 '19 08:01 chandrabhanchaudhary

Hi,

I too did not find database files. Kindly suggest.

erbhatia avatar May 24 '19 14:05 erbhatia

Please restore packages in Visual Studio. Then Migrate the data. It will create the database for you.

winapon avatar May 27 '19 12:05 winapon

Hi,

I too did not find database files. Kindly suggest

Rashidmarral avatar Sep 24 '19 15:09 Rashidmarral

it does not need database files. EF migration is used which will create the database in (localdb)\mssqllocaldb

anupshah2it avatar Sep 25 '19 10:09 anupshah2it

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 .

Rashidmarral avatar Sep 25 '19 11:09 Rashidmarral

Has anyone tried this on a Mac where localdb isn't an option?

paulliddy avatar Sep 25 '19 12:09 paulliddy

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 .

Rashidmarral avatar Sep 25 '19 14:09 Rashidmarral

Hello, I couln't find the db or even found after migration Please provide commands

mansourdxb avatar Jan 08 '20 06:01 mansourdxb

The DB will be under your username folder.. c:\Users\your_user_name

vgopinath avatar Aug 25 '20 13:08 vgopinath

may i know where is the database ?

bonlim avatar May 29 '21 01:05 bonlim

may i know where is the database ? C:\Users\Your username folder

ayazsayz avatar Jun 02 '21 15:06 ayazsayz

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.

eng-kubra avatar Dec 02 '22 12:12 eng-kubra

the database will automatically created. just make sure you have correct connection string at appsettings.json image

go2ismail avatar Apr 29 '24 16:04 go2ismail