Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
i want to insert a sentence in a table field.
which data type ll accept the spaces in between?
if i use varchar2, it shows 'missing comma' error
Posted
Updated 4-Aug-11 23:59pm
v2
Comments
Uday P.Singh 5-Oct-11 3:19am    
paste your insert query here!

VARCHAR2 is the ideal data type to store text data.
 
Share this answer
 
Comments
kwhiterosek 5-Aug-11 5:52am    
it shows "missing comma" error, if space between words is inserted
[no name] 5-Aug-11 6:23am    
So you downvoted because you did not understand the answer?
[no name] 5-Aug-11 6:26am    
Show your code.
Uday P.Singh 5-Oct-11 3:19am    
Agree my 5!
Dear Friend

VARCHAR2 data type is allowing the Spaces between letters When inserting the values in the table

Still Showing the same error means please Show Me your Code...

regards,
Udayakumar
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900