B4A Library [Class] DBMySQL connect via MySQL Tunnel

KSC

Member
Licensed User
Longtime User
Athanasios,

The project is your sample project, with no modifications, listed in your 1st post. Was hoping you could fix these issues and re-post the project for all others to benefit.
 

aalekizoglou

Member
Licensed User
Longtime User
Have you had a chance to post an update on these issues?

No, not yet. Sorry, I've been very busy past week.
 

KSC

Member
Licensed User
Longtime User
Can you post the patch for the Notes "text" problem that you found?
Any luck with the photo blob retrieval issue? Can you provide code to take a smaller sized (less pixel) image to store in the db?
 

TomDuncan

Active Member
Licensed User
Longtime User
Just got back to some work with MySQL and tunneling.
Have some success but some funny ones.
I am using sql updates and inserts for all actions.

This Query works fine if I use phpMyAdmin

B4X:
INSERT INTO plan ( idkey, starttime, endtime, patient, lastupdate, deleted ) VALUES (  'key', '2015-10-15 10:40:00' , ADDTIME( '2015-10-15 10:40:00', '00:20:00'), 'added at ten forty' , '2016-02-05' , 0 );

However if I run this with the b4a app it changes the starttime and endtime values.
Rounds then to 10am.

Did another test at 1:40 pm and had some result, rouned to 1pm. even though the Query done directly is fine (in phpMyAdmin)

Tom
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…