Skip to content
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

Bundled SQLite Database #2455

Closed
EmDe-NJ opened this issue Aug 21, 2024 · 4 comments
Closed

Bundled SQLite Database #2455

EmDe-NJ opened this issue Aug 21, 2024 · 4 comments
Labels
dotnet-maui/subsvc dotnet-mobile/svc Pri1 High priority, do before Pri2 and Pri3 product-question Product usage related questions [org]

Comments

@EmDe-NJ
Copy link

EmDe-NJ commented Aug 21, 2024

Type of issue

Code doesn't work

Description

As per "File system helper"
File copy method works fine on windows, but throwing error in Android and IOS that couldn't find source file, interestingly working fine on small files on Windows, Android and IOS.

Page URL

https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/storage/file-system-helpers?view=net-maui-8.0&tabs=windows

Content source URL

https://github.com/dotnet/docs-maui/blob/main/docs/platform-integration/storage/file-system-helpers.md

Document Version Independent Id

5b7e12aa-3c09-0f82-2fa2-a39c2c8065d8

Article author

@davidbritch

Metadata

  • ID: 5b7e12aa-3c09-0f82-2fa2-a39c2c8065d8
  • Service: dotnet-mobile
  • Sub-service: dotnet-maui
@dotnet-bot dotnet-bot added the ⌚ Not Triaged Not triaged label Aug 21, 2024
@issues-automation issues-automation bot added dotnet-maui/subsvc dotnet-mobile/svc Pri1 High priority, do before Pri2 and Pri3 labels Aug 21, 2024
@davidbritch davidbritch added the product-question Product usage related questions [org] label Aug 27, 2024
@davidbritch
Copy link
Contributor

Hi @EmDe-NJ

If that's the case you'll need to provide a full code repo, showing the situations where it works and doesn't work (and on which platform) to the dotnet/maui repo. Thanks!

@dotnet-bot dotnet-bot removed the ⌚ Not Triaged Not triaged label Aug 27, 2024
@EmDe-NJ
Copy link
Author

EmDe-NJ commented Aug 31, 2024

Thank you for your response, I am sending the codes, please look at it, what I am doing wrong? its working with this Db, but large Db only work on Windows platform, either getting a message, "No such Table" or " IO file not [found" (how can I send you the files or project) Posted on Git to take a look at it, here I am unable to attach any file or data, Thanks!

@EmDe-NJ
Copy link
Author

EmDe-NJ commented Sep 4, 2024 via email

@EmDe-NJ
Copy link
Author

EmDe-NJ commented Sep 7, 2024

Issue resolved, it is working now, problem was with one table of the database. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet-maui/subsvc dotnet-mobile/svc Pri1 High priority, do before Pri2 and Pri3 product-question Product usage related questions [org]
Projects
None yet
Development

No branches or pull requests

3 participants