Im new to Pro*C coding. is there any difference between VARCHAR and char? can i select a
VARCHAR data into an character array? will there be any side effects?
Im new to Pro*C coding. is there any difference between VARCHAR and char? can
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The
VARCHARis a special type added by the Pro*C pre-compiler, it doesn’t exist in the base C language. However, in C you can access aVARCHARvariable as a structure if I’m not mistaken.