Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ff-plugins-active/ff_db_sap_odbc
SAP ODBC Based Unreal Engine 5 ODBC plugin for Windows
https://github.com/ff-plugins-active/ff_db_sap_odbc
database databases mysql odbc odbc-api odbc-driver postgresql sql sqlserver ue5 ue5-game ue5-plugin ue5-template
Last synced: about 2 months ago
JSON representation
SAP ODBC Based Unreal Engine 5 ODBC plugin for Windows
- Host: GitHub
- URL: https://github.com/ff-plugins-active/ff_db_sap_odbc
- Owner: FF-Plugins-Active
- License: apache-2.0
- Created: 2024-06-25T11:19:20.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T09:28:40.000Z (3 months ago)
- Last Synced: 2024-10-31T09:14:07.654Z (about 2 months ago)
- Topics: database, databases, mysql, odbc, odbc-api, odbc-driver, postgresql, sql, sqlserver, ue5, ue5-game, ue5-plugin, ue5-template
- Language: C++
- Homepage:
- Size: 388 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FF_DB_SAP_ODBC
This is an ODBC plugin for Unreal Engine 5 and Windows platform.## THIRD PARTY LIBRARY
Library is not related with SAP/HANA products but it has been created by same company as an open source project.
https://github.com/SAP/odbc-cpp-wrapper## INSTRUCTIONS
Add this to
```
Project/Source/ProjectName/ProjectName.build.cs
bEnableExceptions = true;
```