Hi Experts,
Am having this error whenever I run my code.
Here's my code:
Here's the error after it runs:
Although in my script or query I only use 1 table.
I did try using an updated version of MySQL Driver but I'm having difficulty connecting it in the server so I stick with the older one.
I don't know what to do, am going crazy for days now.
Hope you could help me out guys.
Thanks,
Marc
Answers
Could you show details of "Query004"?
Yury
this is the value of txt constant.
SELECT in_id,in_Sender,in_receiver,DATE_FORMAT(in_datetime,'%m/%d/%y'),DATE_FORMAT(CONVERT_TZ(in_datetime,'+00:00','+08:00'),'%r'),in_msg,flg_csv FROM playsms_tblSMSInbox WHERE flg_csv = 0;
What the Option=3 in your connection string does?
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
No sir it's a table. I can read all the record in it but when I add the update command it gives that error..
What option=3 sir?
Why did you put it in your connection string and what it is supposed to do?
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
Here:
connectionstrings.com includes samples, but no explanation.
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
Just to give an update on my concern, instead of using the Update function in ADO.Recordset, I create a storedprocedure to handle my updates instead and simply calling that storedproc on every iteration. well it gives the same performance so am okay with it.
Thanks for all the replies experts!