Altium Designer: Difference between revisions
Jump to navigation
Jump to search
(Created page with " == DB Lib & mysql / mariaDb == Install: * MySQL :: Download Connector/ODBC 32 Bit / 64 Bit depends on the Altium Version * Download Microsoft OLE DB Driver for SQL Ser...") |
No edit summary |
||
| Line 3: | Line 3: | ||
== DB Lib & mysql / mariaDb == | == DB Lib & mysql / mariaDb == | ||
Set up a direct connection to the mysql/mariadb server: | |||
* https://pcbparts.blogspot.com/search/label/MySQL | |||
* https://www.a2hosting.com/kb/developer-corner/mysql/remote-mysql-connections | |||
* https://www.a2hosting.com/kb/developer-corner/mysql/remote-mysql-connections#Method-2.3A-Set-up-a-direct-connection | |||
Use the OLE DB Provider for ODBC Drivers and use the connection - be happy ;-) | |||
Latest revision as of 16:18, 21 April 2021
DB Lib & mysql / mariaDb
Set up a direct connection to the mysql/mariadb server:
- https://pcbparts.blogspot.com/search/label/MySQL
- https://www.a2hosting.com/kb/developer-corner/mysql/remote-mysql-connections
- https://www.a2hosting.com/kb/developer-corner/mysql/remote-mysql-connections#Method-2.3A-Set-up-a-direct-connection
Use the OLE DB Provider for ODBC Drivers and use the connection - be happy ;-)