Stored procedure (1 Viewer)

irade92

Registered User.
Local time
Today, 19:15
Joined
Dec 26, 2010
Messages
229
Hi
I have a little problem..Trying to update field in ODBC linked table from Local table.
Here is my code..see pict Code
when code reach cmd.Exceute I got this message...see pic Error
My sql file in store procesure is ..see updatekolicini.sql
Any sugestion or help
Thanks in advance
 

Attachments

  • Code.jpg
    Code.jpg
    210 KB · Views: 32
  • error.jpg
    error.jpg
    56.9 KB · Views: 30
  • UpdateKolicini.sql.jpg
    UpdateKolicini.sql.jpg
    57.7 KB · Views: 31

tvanstiphout

Active member
Local time
Today, 10:15
Joined
Jan 22, 2016
Messages
222
in your code you're using a SQL Server driver MSDASQL, yet your error message is about MySQL.
 

irade92

Registered User.
Local time
Today, 19:15
Joined
Dec 26, 2010
Messages
229
Right. I establish conn sucsessfuly, sql file is ok and is cheked in mysql workbench. The problem is in sql file and maybe mysql version on server. The questionis how to fix it
 

Users who are viewing this thread

Top Bottom