Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Database schema and table structure? #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ozzioma opened this issue Jul 2, 2020 · 5 comments
Open

Database schema and table structure? #9

ozzioma opened this issue Jul 2, 2020 · 5 comments

Comments

@ozzioma
Copy link

ozzioma commented Jul 2, 2020

Hi,

Thanks for the awesome work!
I have not been able to open the attached database file (FileManager.mdf).
Either using Visual Studio 2019 or SSMS, they both fail with incompatibility error messages.

Also there is no sql schema file or script included to recreate the table structure.

Could help with the sql schema script?

Thanks

@npirlot
Copy link

npirlot commented Oct 21, 2020

Hi,

If this can be of help, here's the structure I found opening the mdf file:

image

Note the table is named "Product"...

Bonne journée :)

@ozzioma
Copy link
Author

ozzioma commented Oct 24, 2020

Thanks man.

I figured that out after digging through the web.
Apparently was a LocalDb issue.

Were you able to get it working?
Dunno why EF Core was not chosen for this feature.

@npirlot
Copy link

npirlot commented Oct 24, 2020

I did get it working, in a project using EF core but had to do quite a bit of adaptation. A clean EF core version of the controller would be better. I encountered an issue (raised on this repo #11 ) when there is no data in the table at all, more specifically if there is no root folder. My work-around hack was to automatically create a root directory in the GetList method if there is none.

@npirlot
Copy link

npirlot commented Oct 27, 2020

Hi @ozzioma I realised some fairly risky inconsistencies in the mixed use of SQL data & temp dir on host - see new issue #12 I have created.

@ozzioma
Copy link
Author

ozzioma commented Oct 30, 2020

@npirlot
I wasted or rather spent lots of productive days and weeks poring over the DB file provider, local File provider and Azure Storage provider.
Dunno if it's ok to comment on products that a commercial vendor has provided for free (for which I'm grateful!)....but the quality could be better.
I'm sure the Syncfusion devs are working hard to make their code samples simpler and more bug free for adopters.
Made a decision to skip the FileManager component for now, time constraints won't let me get down to making it work as expected.

Pity tho.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants