MSSQL - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: MSSQL (/showthread.php?tid=1449) |
MSSQL - Thomas - 13.06.2018 Hello Is there any possibility to connect to MSSQL server? ODBC driver, LuaSQL or so on. I can't find such library here https://dl.openrb.com/lm-17-imx6/pkg/ The only thread touching this topic is here: https://forum.logicmachine.net/showthread.php?tid=193&pid=3780&highlight=mssql#pid3780 RE: MSSQL - admin - 15.06.2018 There were issues with running ODBC package so it was removed. Have you looked into Web Services API in SQL Server? RE: MSSQL - Thomas - 19.06.2018 Hi I can use webservice but firstly I'm looking for a native way because it would be easier to implement. Don't you have a working example of a stored procedure, mssql setup and so on? Thank you RE: MSSQL - admin - 19.06.2018 Sorry, can't help you here as I haven't used MSSQL in quite a long time |