Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to check the front end data is saveing in therir corosponding database field. ?
#1
Solved: 10 Years, 8 Months, 4 Weeks ago
Hi ........

When we do entry at front end in any field like name and all ,than how it will check that name is saving in corresponding datbase field and also check the data that is inserted correct or not.

Thanks In Advance ..
Reply
#2
Solved: 10 Years, 8 Months, 4 Weeks ago
Every front end action related to DB stores up in a particular referenced table. obtain the DB flow diagram and then perform the required queries to see if you have the needed data saved in. For eg : Lets say you have added a country name in the front end, on the backend go to the DB server and query as such,

Select * from country where country = "Name added"

Look out per ascending if that is the name you gave.

This is one of the simplest validation.
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)