Gamestudio Links
Zorro Links
Newest Posts
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
5 registered members (AbrahamR, wdlmaster, 7th_zorro, dr_panther, 1 invisible), 764 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
API for sql (ms sql server) ? #475601
12/27/18 18:47
12/27/18 18:47
Joined: Dec 2018
Posts: 5
S
slogger Offline OP
Newbie
slogger  Offline OP
Newbie
S

Joined: Dec 2018
Posts: 5
Is there any facility to allow direct SQL inserts/selects? if yes, which SQL platform? thanks

Re: API for sql (ms sql server) ? [Re: slogger] #475608
12/28/18 02:35
12/28/18 02:35
Joined: Dec 2018
Posts: 5
S
slogger Offline OP
Newbie
slogger  Offline OP
Newbie
S

Joined: Dec 2018
Posts: 5
Using RBridge from Lite-C to get to R & then SQL tables & store procedures is one way.

https://manual.zorro-project.com/rbridge.htm
https://support.rstudio.com/hc/en-us/articles/214510788-Setting-up-R-to-connect-to-SQL-Server-

If there is ANOTHER way, please kindly share that info.
Thanks

Re: API for sql (ms sql server) ? [Re: slogger] #475617
12/28/18 17:02
12/28/18 17:02
Joined: Feb 2017
Posts: 1,729
Chicago
AndrewAMD Offline
Serious User
AndrewAMD  Offline
Serious User

Joined: Feb 2017
Posts: 1,729
Chicago
Here's one way:

Write a C++ DLL that exports C functions. You will import this DLL in Zorro. It will communicate directly with your SQL server in its native protocol.

For example, for communicating with MySQL, you can use the MySQL Connector/C++ library:
https://dev.mysql.com/doc/connector-cpp/8.0/en/

Re: API for sql (ms sql server) ? [Re: AndrewAMD] #475680
01/03/19 08:35
01/03/19 08:35
Joined: Dec 2018
Posts: 5
S
slogger Offline OP
Newbie
slogger  Offline OP
Newbie
S

Joined: Dec 2018
Posts: 5

Re: API for sql (ms sql server) ? [Re: slogger] #475683
01/03/19 14:03
01/03/19 14:03
Joined: Feb 2017
Posts: 1,729
Chicago
AndrewAMD Offline
Serious User
AndrewAMD  Offline
Serious User

Joined: Feb 2017
Posts: 1,729
Chicago
You asked for a direct method, and your example solution is indirect. My answer still stands.


Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1