Hi Guys - brand new node red use I intsalled ODBC driver UNixODBC and it works using node-odbc
I wanted to use node-red-contrib-odbc to connect to sybase and run a query
However I have the following l- the query cannot be edited - this may be the issue and that is where I need your help - and if you do help I will contribute as much as I can ...going forward
Yes , than]ks that exactly what I mean: the node works fine apart from the fact I cannot enter a query in the editor
In the javascript console (thanks for the hint)
oneditprepare 3e6ba02a.7781e ODBC ReferenceError: require is not defined
red.min.js:16 oneditprepare 669eefef.c7182 ODBC ReferenceError: require is not defined
red.min.js:16 oneditsave 669eefef.c7182 ODBC TypeError: Cannot read property 'getText' of undefined
red.min.js:16 oneditprepare 3e6ba02a.7781e ODBC ReferenceError: require is not defined
red.min.js:16 oneditsave 3e6ba02a.7781e ODBC TypeError: Cannot read property 'getText' of undefined
red.min.js:16 oneditprepare 3e6ba02a.7781e ODBC ReferenceError: require is not defined
The only reference require I see in gthe code looks at an orion editor widget ... I think this might be issue
the gettext
yep i did - the guy who wrote it doesnt support it - i could get philisophical on that but practically speaking its an available module to install so I should at least try to fix it
my guess is that the orion editor wiidet is no longer supported so some pointers or links on how to swap it for another widget ...looks like this node node-red-contrib-odbc got left behind with progress ...
ok i managed to unhide the query field to get this working - i also included the reference to to the orio tet editor - although im not happy abour injecting js from another site but I need some advice on how to swap out this editor widget for a newer one
would be great if you could fix that node and either offer it back to the author if they want to accept it - or to republish under a slightly newer name.
Thanks for looking at it.