Could someone please explain the concept of types being "FOR BIT DATA" to me? Here's the particular problem I'm having:
I have a SELECT statement that's something like this:
"SELECT col FROM table"
Where "col" is of type CHAR () FOR BIT DATA. If I run this query, I get some results. Let's say...
I'm looking at a C++ program written by someone else that has the following line:
sql.replace( "select name(char51) into :name: from group where tech_id=" );
The SQL statement has a value appended later to make the statement complete. My question is what is the "name(char51)" part? "name" is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.