• 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

please..help..strange error..

 
Ranch Hand
Posts: 135
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
now..this is strange..there is a particular table where in if i put in my login and password..the records are getting inserted..as they are..
but if another user..puts in his records..the records are getting inserted as null..what could be the problem for this..
all the records..of that person...are found to be null..
please.help, and any ways..to retrieve the original records..
thanks
got to know my error..dont know how but mistakenly..i had not specified..the jsp page specifications on top of that page..that is the page language..and all..now anyways to retrieve the data that had been inserted before..
[ April 13, 2004: Message edited by: jyotsana dang ]
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Since am assuming that you are talking about inserting database records, this really has nothing to do with JSP. Moving to the JDBC forum where you will need to provide much more information to be able to diagnose this problem.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic