Search results

  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.
  14. P

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

    Sorry. Not that much good in Grammar. I failed in English classes :(
  15. P

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

    So. You all suspect the same? That a feature which is not running in a subscribed application may run in runtime...!
  16. P

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

    My client's Ms Office trial license has expired. Planning to utilize the runtime instead of purchasing the application... if it works Private Sub SaveToPenDrive() Call DoCmd.OpenReport("Delivery_Weekly", acViewPreview, , "Customer=" & Me.ID.Value) If Dir("E:\Software Bills\" & Date & "\"...
  17. P

    Is there a way to get control on the call audio of an android phone?

    Hi All, Good Morning. I am Prabhakaran from India. I am building an Android app using .Net MAUI. The app I am trying to build is an IVR type of application. I am able to route calls and all, but I am not able to get into the call audio of an incoming call. Means, I am able to attend an incoming...
  18. P

    Hope you have seen creatures like this before...

    Hello, Spanky's diaper service, you mess em we press em,, how can I help you? Ha.. Ha..
Back
Top Bottom