Hi Everybody,
this JRDC2 version contains a file transfer (took from comunity, but merged into JRDC2) + a small, but very useful addition consisting in the capability to send SQL text directly in the comand instead of hard coding in config file. If the name starts with "#" it consists in the text of SQL otherwise it is the sql. entry name.
A single line addition in JRD2 did the trick.
For example:
#select * from archive is directly the text of SQL
select recalls sql.select entry
Upload/download works as described in https://www.b4x.com/android/forum/t...p-to-your-b4j-server-over-the-internet.37201/
The JRD2 actually works with an ACCESS DB, since it must work with a procedure written in 2000 by us.
this JRDC2 version contains a file transfer (took from comunity, but merged into JRDC2) + a small, but very useful addition consisting in the capability to send SQL text directly in the comand instead of hard coding in config file. If the name starts with "#" it consists in the text of SQL otherwise it is the sql. entry name.
A single line addition in JRD2 did the trick.
For example:
#select * from archive is directly the text of SQL
select recalls sql.select entry
Upload/download works as described in https://www.b4x.com/android/forum/t...p-to-your-b4j-server-over-the-internet.37201/
The JRD2 actually works with an ACCESS DB, since it must work with a procedure written in 2000 by us.