vendredi 24 juin 2016

MySQL Insert Update of records

Hi All,
I am just porting a program from Sqlite over to MySQL and I am having a few problems.
The reading of data is fine. My web server works like a dream reading from a MySQL database.
However, if I try and Insert or Update I get an error.

This code is fine with Sqlite

Code:
  Dim m As Map
Dim i As Int = mt.Get("views")+1
m.Initialize
m.Put(
"views", i )
Dim where As Map
where.Initialize
where.Put(
"id",...
MySQL Insert Update of records

from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/293qoEt
via IFTTT

Aucun commentaire:

Enregistrer un commentaire