Hello
I'm experimenting with the jRDC2 tool, but at this point, I'm receiving a weird issue.
I created a sql query, just like in this tutorial, but for some queries I receive the message that the command could not be found out of the config.properties file.
jRDC2 server:
#SQL COMMANDS
#...
Hello
I tested out the functionalities of jRDC2 and I want to implement this in new software we're going to develop.
But with the library I got from this tutorial, all connections to the jRDC2 webservice are plain text http (no TLS) and there's also no basic authentication implemented.
How can...
I rented a cloud database, so my database and JRDC are located in different servers. I can connect to my cloud database using Navicat, but I can't connect to the WEBSITE using JRDC, I don't know what the problem is.
I changed the JdbcUrl of the config file to < database external IP >: database...
Hi All,
I have a requirement to use a Raspberry PI as a Local DB server, but I need to support both Android and iOS clients.
I was looking at this post: https://www.b4x.com/android/forum/threads/mariadb-does-not-wait-for-query-results.132054/post-833507, and it seems to be straightforward with...
I have timestamp column in my postgres db.
When I want insert record, there is an error: "PSQLException: ERROR: syntax error at or near $2"
This is my sql: INSERT INTO table (name, "date") VALUES (?, TIMESTAMP ?)
Column type: name - varchar, date - timestamp
Hello,
in PDO you can use one liner(almost) to get the total nr of rows of your DB table
$nRows = $pdo->query('select count(*) from blah')->fetchColumn();
echo $nRows;
is there something similar for jRDC, so I do not need to fetch all data and then count it in my program, but let the server...
HI ALL! BEEN AN AWESOME 3 WEEKS, BUT I FINALLY HAVE A B4A SOLUTION FOR ACCESSING A MSACCESS FILE ON A NETWORK (AT THIS STAGE WITH NO PASSWORD.. NEED YELP) USING B4J AS THE SERVER AND B4A FOR THE CLIENT. DUE TO POSTING SIZES I CAN'T SHARE ON THIS GROUP, BUT IF YOU WANT THE SOLUTION, PLS EMAIL...
Hello,
is this old threads still valid?
https://www.b4x.com/android/forum/threads/server-ssl-connections.40130/#content if so then where should these scripts be put? in jRDC server project created in B4J or in the B4A project which is requesting the data? For me it is not clear in that thread...
Hello,
it's looks that importing data from mariadb with jRDC is very very strict, causing errors which take a lot of time to understand. (no offence, no doubt I'm the biggest cause)
If I import via Select a row from DB and a column has date like yyyy-mm-dd, should the variable where this data...
Hello,
Some strange is happening, I can't figure out what, it must be something very small or it is a bug.
I have a few buttons,which are to do something else, but I misuse them for now to figure something out.
Strange thing is that I get errors depending on who knows what. I'm just testing...
Hello,
I have 1 jRDC.jar running on linux as server. Work ok with B4A test app.
I did not understand the description for using 1 server for 2 database. I looked for similar other questions in forum.
Then I use same jRDC for 2nd DB but changed this line in Main sub appstart to...
Hello,
So I connected to my remote database successfully, but sometimes I get this warning/error. How can I avoid it?
Full warning/error line:
2021-09-23 07:27:31.112:WARN:oejh.HttpParser:qtp902919927-1723: Illegal character 0x3 in state=START for buffer...
I am going through the tutorial from this post:
https://www.b4x.com/android/forum/threads/tutorial-of-connecting-android-to-ms-sql-server-using-jrdc2.114856/
From the tutorial I have managed to start the webserver and can confirm the connection to the SQL server database is working. I get the...
Ola
First, thanks to everyone and each of our sponsors and donators who has made this possible. This would not be possible without B4X and BANano. Many thanks to those intellects.
Over the past few months we have been attempting to ensure BANanoVuetifyAD3 works very well with jRDC2. We have...
Hi i have a problem connecting my jRDC2 connector in my linux server to my b4a app.
In my CentosOS 7
i run my jrdc2
and open my server port using :
sudo iptables -I INPUT -p tcp -m tcp --dport 17170 -j ACCEPT
then
curl http://xxx.xxx.xxx.xx:17170/test
and get an output
RemoteServer is running...
Hi! I'm an absolute newbie here, I need help in validating my database using MySQL.
here's my query
sql.validate=SELECT * FROM `tbl_userinfo` WHERE `Username` = '" & uName.Text & "' AND `Password`='" & pWord.Text & "'
In here, I have two edit texts, uName and pWord.
It works just fine when I...
Hola a todos:
Por fin me he puesto a probar un poco con B4XPages, y he empezado a adaptar el ejemplo B4XPages + B4XDrawer
Creo que he visto algunos ejemplos con php + mysql para hacer login, etc... pero he visto pocos con jRDC2.
Los datos de la base de datos y la interfaz gráfica son bastante...
Hi all:
I'm starting (at last) to work with B4XPages, so I've started to adapt the B4XPages + B4XDrawer example.
I think I’ve seen more examples with php + mysql, but no projects with Jrdc2.
Maybe the dummy data and the UI are too basic, but you can get some ideas.
What do we need?
- A...
Hello there,
Can anyone help me? i tried to use b4a to mysql with b4j jRDC and show this error
ResponseError. Reason: java.net.ConnectException: Failed to connect to /192.168.0.8:17178, Response:
ERROR: java.net.ConnectException: Failed to connect to /192.168.0.8:17178
The IP Addresses is...
I've had this mod sitting on the sidelines since last fall. Looks like there is a need for this as shown in this post: https://www.b4x.com/android/forum/threads/rdc2-select-last_insert_id.126310/
In order to retrieve the auto generated key values for an INSERT statement, I've added the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.