Recent content by prabha_friend

  1. P

    How to access the same database file between two projects in a Visual Studio Solution?

    There are people in this world who has done, doing and does so many great things. I know I cannot do the following but just asking: "If at all I want to build something which make an accdb to be readable and writable in all OS (Windows, Linux, Android and Tizen) where should I start?" "The...
  2. P

    How to access the same database file between two projects in a Visual Studio Solution?

    Can be domesticated: https://www.nuget.org/packages/entityframeworkcore.jet/
  3. P

    How to access the same database file between two projects in a Visual Studio Solution?

    There is no context(dbcontext) available for accdb. Otherwise its just an another file format.
  4. P

    How to do only what is required? (By strictly controlling ourselves)

    https://www.access-programmers.co.uk/forums/threads/how-to-be-cool-despite-of-a-person-taking-you-granted-and-deleting-your-posts.334216/ I came to know that all of my old schoolmates are meeting this weekend in my city. But so far, I haven't been invited. How to master the art of doing only...
  5. P

    How to access the same database file between two projects in a Visual Studio Solution?

    https://www.access-programmers.co.uk/forums/threads/how-to-access-the-same-database-file-between-two-projects-in-a-visual-studio-solution.334325/post-1968280
  6. P

    How to access the same database file between two projects in a Visual Studio Solution?

    Both storing and accessing the Backend in the Phone itself. Using MAUI, you can write a single app which can run in windows, android, iphone and Tizen.
  7. P

    How to access the same database file between two projects in a Visual Studio Solution?

    _dbContext.Database.EnsureCreated() does the Magic!
  8. P

    How to access the same database file between two projects in a Visual Studio Solution?

    You know... In MAUI. The target machine may be an Android or an Iphone or a PC. PC has drives and what about other devices...
  9. P

    How to access the same database file between two projects in a Visual Studio Solution?

    The problem is building the connection string. Where the database file (any database file) would be residing after deployment and How to access the exact same file... is where the problem is.
  10. P

    How to access the same database file between two projects in a Visual Studio Solution?

    Sorry Doc. Now only I searched about accdb and visual studio. We cannot migrate accdbs using Entity Framework Core. so now my question is: "How to use an sqlite3 database file between two projects inside a visual studio solution". Now it has become a complete "Other Software". Thanks Doc.
  11. P

    How to access the same database file between two projects in a Visual Studio Solution?

    ProjectA: C# class library project ProjectB: .Net MAUI Blazor Hybrid project
  12. P

    Can Dettol be used as an After Shave Lotion?

    been collecting and using various types of After shaves recently. Why not Dettol?
  13. P

    What all are the features that do run in Ms Access Application. Not in Runtime?

    Sure Pat. Thanks. Will Test and update soon.
Back
Top Bottom