Gamestudio Links
Zorro Links
Newest Posts
MT5 bridge not working on MT5 v. 5 build 4160
by EternallyCurious. 04/25/24 20:49
Data from CSV not parsed correctly
by EternallyCurious. 04/25/24 10:20
Trading Journey
by howardR. 04/24/24 20:04
M1 Oversampling
by Petra. 04/24/24 10:34
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
Scripts not found
by juergen_wue. 04/20/24 18:51
zorro 64bit command line support
by 7th_zorro. 04/20/24 10:06
StartWeek not working as it should
by jcl. 04/20/24 08:38
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (EternallyCurious, AndrewAMD, TipmyPip, Quad), 889 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Mega_Rod, EternallyCurious, howardR, 11honza11, ccorrea
19048 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,725
Chicago
AndrewAMD Online
Serious User
AndrewAMD  Online
Serious User

Joined: Feb 2017
Posts: 1,725
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,725
Chicago
AndrewAMD Online
Serious User
AndrewAMD  Online
Serious User

Joined: Feb 2017
Posts: 1,725
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