• 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

mysql trigger

 
Ranch Hand
Posts: 115
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
i'm trying to execute mysql trigger on my below table but i'm not getting my desirable result..i'm placing my database table ,trigger and my requirement below
database table:
trigger info:
in quizinfo1 i took only quizname field and i inserted values in it..i'm n't getting quizname values from quizinfo1 to quizinfo..i'm entering subject from html from and inserting into database and before inserting into db i want to store quizname value from quizinfo1 to quizinfo but i'm not getting it..somebody please tell me how i can i achieve this.

 
reply
    Bookmark Topic Watch Topic
  • New Topic