Jump to content

Search the Community

Showing results for tags 'entity framework'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Delphi Questions and Answers
    • Algorithms, Data Structures and Class Design
    • VCL
    • FMX
    • RTL and Delphi Object Pascal
    • Databases
    • Network, Cloud and Web
    • Windows API
    • Cross-platform
    • Delphi IDE and APIs
    • General Help
    • Delphi Third-Party
  • C++Builder Questions and Answers
    • General Help
  • General Discussions
    • Embarcadero Lounge
    • Tips / Blogs / Tutorials / Videos
    • Job Opportunities / Coder for Hire
    • I made this
  • Software Development
    • Project Planning and -Management
    • Software Testing and Quality Assurance
  • Community
    • Community Management

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Delphi-Version

Found 1 result

  1. Just a general request. Anyone have a workaround or sample example for the InterBaseSql.EntityFrameworkCore.InterBase Version=10.0.3 nuget package for Microsoft Visual Studio 2022 on ARM processors? or is this just straight up not supported on arm64? I was just checking to see if this has a solved solution before I expend effort doing so. Baseline: I built a working app on an Lenovo - Intel Pentium Silver - Windows 11 pro that connects to a local IB service using the InterBaseSql.Data.InterBaseClient namespace. I setup the Interbase 2020 Dev Server on an Intel, MacMini with an M4pro, and the Microsoft Dev Kit Arm processor. the IB service works properly with IBConsole on all systems. I saved it to my Github and replicated the project to the other 2 systems. The error I get is the ibclient64 is not found. I placed it in the path of the app (recommended in other solutions on the web) and same result. System.Exception: Client library - ibclient64 not found. at InterBaseSql.Data.Client.Native.WindowsClient.LoadIBLibrary() at InterBaseSql.Data.Client.Native.IBClientFactory.GetGDSLibrary(IBServerType id) at InterBaseSql.Data.Client.Native.IBDatabase..ctor(IBServerType serverType, ConnectionString options) at InterBaseSql.Data.InterBaseClient.ClientFactory.CreateDatabase(ConnectionString options) at InterBaseSql.Data.InterBaseClient.IBConnectionInternal.Connect() at InterBaseSql.Data.InterBaseClient.IBConnection.Open() ...<snipped>... I just need to know if this is a known issue or are there steps I should be doing. I have the GitHub project for Embarcadero/IB.NetDataProvider and have started looking at it. I was just checking to see if this has a solved solution before I expend effort doing so. Didn't know where else to post this in this forum. Thanks, Douglas
×