View Single Post
  #1 (permalink)  
Old 05-12-2008, 07:34 AM
gjoisa's Avatar
gjoisa gjoisa is offline
Knows the basics
 
Join Date: Feb 2008
Location: Udupi , India
Posts: 53
Default about sql database

I have one sql database in my program. My database contains 9 fields . My database is about latitude longitude of places . Ex : Mumbai , 18 , 58 , N , 72 , 50 , E , 5 , 30 (Placename,lat degree,lat min, lat direction,long degree,long min,long direction,timezone hour,timezone minute) . The problem is , Database accepts the same data if it already exists in database . My requirement is , it should not accept the field1 data if it already exists .
Reply With Quote