Please add this to the Init() method after the if statement Database = new SQLiteAsyncConnection(DatabasePath,Flags); Should be like this if(Database is not null) { return; } Database = new SQLiteAsyncConnection(DatabasePath,Flags); then follow the rest as normal on the video
Please add this to the Init() method after the if statement
Database = new SQLiteAsyncConnection(DatabasePath,Flags);
Should be like this
if(Database is not null)
{
return;
}
Database = new SQLiteAsyncConnection(DatabasePath,Flags);
then follow the rest as normal on the video
How do you manage database migration?
Can you please share the github repo link for the sample code ?
Cool video, thank you for sharing
You are welcome
Dear Sir, I /m faced this error :
System.Reflection.TargetInvocationException: 'Exception has been thrown by the target of an invocation.'
Follow the video carefully and check your code properly
thank you brother
You are welcome
I found veriable Flages is not used.After finish code,It is a pity that maui app cannot be deployed to the Android emulator,why?
You can deploy to Android Emulator
I followed the procedure and the execution froze,I create project is maui blazor,why?
Check the pinned comment