• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Calling a MySQL stored procedure from a web service....

 
Ranch Hand
Posts: 85
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Im trying to use this stored procedure:




Depending on which number I pass in vnum, it either updates column 'programa_corte_1' 'programa_corte_2' or 'programa_corte_3'. It for some reason does nothing and Im thinking that it is a Java problem because I THINK the MySQL commands are correct....
 
Bartender
Posts: 1111
Eclipse IDE Oracle VI Editor
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I edited your post to make some of the lines shorter, just so you know.
If it isn't working from java could you show us the java calls that aren't working?

so it does work when you call it from mysql?

and by not work does it return an exception or just do nothing?
 
reply
    Bookmark Topic Watch Topic
  • New Topic