But is there any way to accommodate special character in database without increasing field size. I mean there should be some centralized control to change character encoding in database.
What's the problem with my code. Why it is throwing exceptions. Can you please explain a little bit.
When i convert datatype to bytes. How would i set its length. I mean let say for varchar(50) what could be equivalent for bytes.
ID ( number )
INSERT INTO Recipes(ID,Recipe,Servings,timeToEat,howTo) VALUES ('7','Peanutbutter and banana','4','15','Insert here your recipe')