Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

[AD] NEW LINKAR FRAMEWORK FOR PHP and Python

42 views
Skip to first unread message

KOSDAY SOLUTIONS

unread,
Mar 24, 2022, 2:49:19 AM3/24/22
to OpenQM

Programming with Python or PHP to access your MV database is easier with Linkar Framework
Linkar Framework for PHP or Python are a set of open-source libraries that allows developers to create their own applications that connect to the linked Linkar Server to access the different MV Databases

PHP sample code of a Read function

include_once 'Linkar/Linkar.php';
include_once 'Linkar.Functions.Persistent.JSON/Functions.php';
public function MyRead()
{
$credentials = new CredentialOptions("192.168.100.100", "QMWINQ", 11300, "admin", "1234");
$result = DirectCommands::Read($credentials, "LK.CUSTOMERS","{ \"RECORDS\": [ { \"LKITEMID\": \"2\" } ]}");
return $result;
}

Python sample code of a Read function

from Linkar.Linkar import CredentialOptions
from Linkar_Functions.Linkar.Functions.LinkarFunctions import *
from Linkar_Functions_Direct_JSON.Linkar.Functions.Direct.JSON.Functions import *
def MyRead():
try:
credentials = CredentialOptions("192.168.100.100", "QMWINQ", 11300, "admin", "1234")
result = Functions.Read(credentials, "LK.CUSTOMERS","{ \"RECORDS\": [ { \"LKITEMID\": \"2\" } ]}")
except Exception as ex:
print("ERROR: " + str(ex))
# Do something
return result

Linkar Trainer will help you generate your own source code.

Links:
Download the libraries from here  and view all the source code in Github
                           
Linkar Framework is totally free and royalty free.
You only need a Linkar Server License to connect to the database.
Ask for your Linkar Server Evaluation license here 

and coming soon Linkar Web Services... The professional API...

The kosday team

Ben Rucka

unread,
Mar 24, 2022, 8:40:38 PM3/24/22
to ope...@googlegroups.com
Very Interested ! How CanYou Get me up to speed . Does this work with QM / Ben Rucka

--
You received this message because you are subscribed to the Google Groups "OpenQM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openqm+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openqm/9c41d42b-5e2a-470f-bac6-7023a440d18bn%40googlegroups.com.

KOSDAY SOLUTIONS

unread,
Mar 25, 2022, 1:50:35 AM3/25/22
to OpenQM
Absolutely, Linkar server connects to QM windows, Linux and Mac. It does so with three types of connections: QMClient, Socket and Telnet, being QMClient the most recommended. Manual

Linkar Framework is a set of libraries that allow you to access QM from your programming language:       Manual
        Linkar Framework for .NET and Core
        Linkar Framework for Java
        Linkar Framework for C
        Linkar Framework for Node.js
        Linkar Framework for PHP
        Linkar Framework for Python

 If your language of choice is PHP you can take a look at their Manual and at github you have a quite extensive example of the different functions, including read and write. Github test sample
 
 The same with Python. Here you have the Manual and the test program in Github

There are other ways of programming such as Linkar Rest API and soon we will launch Linkar Web Services to attack QM via REST API.
 
Linkar Framework attacks any instance of Linkar Server installed. While Linkar Framework is free, Linkar Server has a price, but don't panic, it is a very low price. Here you have 
and finally, here is the Download link for all the Linkar Suite components

Do not hesitate to contact me for more information. Here or to my email ma at kosday dot com

Best Regards and thanks for your interest
Angel

Reply all
Reply to author
Forward
0 new messages