Dear all,
I’m trying to get the database library function operational but I get this error when I want to add a component to the schematic.
Errors loading symbols:
Error loading symbol library cspect_lib.
Could not load database library: could not connect to database (C:\jenkins\workspace\build-windows-kicad-msvc-8.0-stable\.build\kicad\thirdparty\nanodbc\nanodbc\nanodbc.cpp:1044: IM00: [Microsoft][ODBC Driver Manager] The data source name was not found and no default driver was specified )
My JSON file:
{
"meta": {
"version": 0
},
"name": "CSPECT component database",
"description": "A database of electronic components for KiCAD",
"source": {
"type": "odbc",
"dsn": "",
"username": "",
"password": "",
"timeout_seconds": 2,
"connection_string": "DRIVER=SQLite3 ODBC Driver;Database=Z:\\CSPECT\\0.General\\0.6 R&D\\KICAD\\parts library.db;LongNames=0;Timeout=1000;NoTXN=0;SyncPragma=NORMAL;StepAPI=0;"
},
"libraries": [
{
"name": "Connectors",
"table": "Connectors",
"key": "id",
"symbols": "Symbol",
"footprints": "Footprint",
"fields": [],
"properties": {
"description": "DESCRIPTION"
}
},
{
"name": "Microcontrollers",
"table": "Microcontrollers",
"key": "id",
"symbols": "Symbol",
"footprints": "Footprint",
"fields": [],
"properties": {
"description": "DESCRIPTION"
}
},
{
"name": "Transistors/Mosfet",
"table": "Transistors/Mosfet",
"key": "id",
"symbols": "Symbol",
"footprints": "Footprint",
"fields": [],
"properties": {
"description": "DESCRIPTION"
}
},
{
"name": "DIODE",
"table": "DIODE",
"key": "id",
"symbols": "Symbol",
"footprints": "Footprint",
"fields": [],
"properties": {
"description": "DESCRIPTION"
}
},
{
"name": "Resistors",
"table": "Resistors",
"key": "id",
"symbols": "Symbol",
"footprints": "Footprint",
"fields": [],
"properties": {
"description": "DESCRIPTION"
}
}
]
}