LINKAR FRAMEWORK FOR PHP
LINKAR FRAMEWORK FOR PYTHON
|
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
|
Download the libraries from here and view all the source code in GitHub
|
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. Learn how to do it and download it
|
and coming soon Linkar Web Services... The professional API...
|
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 here
|
When the Evaluation trial expires it will automatically convert to Linkar LITE so you can continue using everything without changes with the LITE version boundaries (only one simultaneous database session, only one concurrent client session and only 30 calls to the HTTP REST API without restarting the server).
And at any time, you can upgrade your Evaluation licence or your LITE licence to a PRO licence on-line with one click on the Linkar Manager. Your environment will continue to work with no other changes.
Also, while using the beta version, you will have quick forum support and email support from support@kosday.com.
|
|
On our website kosday.com
you will find all you need to know about Linkar
|
|
|
|
|
|
Copyright © 2018-2022 Kosday Solutions, All rights reserved. According to the provisions of Law 34/2002 on Services of the Information Society and
Electronic Commerce, as well as in Organic Law 15/1999 of December 13, Protection of Personal Data, we inform you that your
E-mail address appears in our automated files, exclusively for the purpose of sending you information about the activities
training and products promoted by Kosday Solutions S.L. We also inform you that your data is not, and will not be, in any case provided to
third parties. You can at any time exercise your right to access, rectify and, if necessary, cancel
your personal data responding to this email and indicating the operation to be performed.
Any brands commented on these pages belong to their respective owners, who hold the Copyright
of the same and / or associated logos.
Rocket® D3, mvBASE, MVSP, PICK, Unidata, Universe, UniObjects are trademarks of Rocket Software, Inc. and its subsidiaries, registered in the United States and other jurisdictions worldwide.
jBASE, jAGENT, OpenQM, and QM are trademarks of Zumasys Inc.
NPS Reality is trademark of Northgate Public Services UK (Ltd)
Microsoft .NET, Excel, Windows, SQL, PowerBI are Microsoft Corporation trademarks.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.
Mac and macOS are trademarks of Apple Inc., registered in the U.S. and other countries..
Mono is a free and open-source project led by Xamarin, a subsidiary of Microsoft, and the .NET Foundation.
Python is a free licence programming language of Python Software Foundation
Node.js is a registered trademark of Joyent, Inc.
All other trademarks are the property of their respective owners.
Other names may be trademarks of their respective owners.
|
Terms & Conditions
|
|
|