06-25-2009 07:56 AM
Hi kavi,
the uploaded vi works for me and i use your database in this example. Try it with the string from my example.
Mike
06-25-2009 09:23 AM
06-26-2009 12:10 AM
06-26-2009 01:24 AM
I tried to update kavi as sangeetha and its corresponding Mark value 50 as 100
using this comment
UPDATE a SET Names='SANGEETHA', Marks='100' WHERE Names='KAVI'
But kavi is uptated as sang and 100 is updated as 10.ie more than the previous size is not updated.
06-26-2009 01:40 AM
06-26-2009 01:54 AM
Hi kavi,
i don't understand your problem. Did you change the database settings? With your database file from yesterday i can use your Update query without problems. Maybe you change the length ok the fields.
Mike
06-26-2009 02:01 AM
06-26-2009 02:06 AM
06-26-2009 02:09 AM
Hi kavi,
you changed the field sizes and that is the reason of what you see. You allow only 4 signs in the "Name" field and 2 in the "Marks" field. If you need longer names, then you have to change the size.
Mike
06-26-2009 02:10 AM