-
Notifications
You must be signed in to change notification settings - Fork 198
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
Comments
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! |
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! |
Dear Sir,
I think you didn't get a chance to look at it yet, sending you the GitHub link again, I did little changes to call the Copy method, but still unable to run it on the other platforms besides Windows!
https://github.com/EmDe-NJ/BundledSQLiteDbExample
Regards!
eMDe-NJ
…________________________________
From: David Britch ***@***.***>
Sent: Tuesday, August 27, 2024 5:57 AM
To: dotnet/docs-maui ***@***.***>
Cc: EmDeNJ ***@***.***>; Mention ***@***.***>
Subject: Re: [dotnet/docs-maui] Bundled SQLite Database (Issue #2455)
Closed #2455<#2455> as completed.
—
Reply to this email directly, view it on GitHub<#2455 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AGK2673YL3F7A4BQD6VYZI3ZTRLRJAVCNFSM6AAAAABM4YBIEKVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJUGAZDMNJZGA3DEOA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Issue resolved, it is working now, problem was with one table of the database. Thank you! |
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
The text was updated successfully, but these errors were encountered: