B4J Question Additional SQL queries with jRDC

Adie

Member
Licensed User
Longtime User
Hi
I need to execute various user defined queries via jRDC. (would need more than 100 SQL queries in the config file :( )

Tried all I know but could not 'bypass' the sql.queryname
 

DonManfred

Expert
Licensed User
Longtime User
(would need more than 100 SQL queries in the config file :(
you can place more than 100 in the config file without problem. But they are fixed (as they are in the configfile) and not userdefined.
 
Upvote 0

Adie

Member
Licensed User
Longtime User
Ok, let me rephrase,

I need to pass the fully parsed SQL query I generate at runtime to the server. I do not know the possible user queries beforehand.

Adie
 
Upvote 0

Adie

Member
Licensed User
Longtime User
Thought someone did it already (lazy me)
Busy with that now. first must 'desect' the code.

A
 
Upvote 0

OliverA

Expert
Licensed User
Longtime User
Upvote 0

Adie

Member
Licensed User
Longtime User
THANKS, EXACTLY WHAT I NEEDED.

No problem with security, the app will run on a 'closed' network with only the server and a Pi connected.

Adie
 
Upvote 0
Top