Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mystery SELECT statement

Status
Not open for further replies.

jasonswett

Programmer
Joined
Mar 27, 2007
Messages
2
Location
US
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 not a function, but a column in the "group" table.
 
I suspect you need to search in the corner of Java/ OpenGL rendering of fonts.
char51 can be found in the glut_roman.cpp sources

Ties Blom

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top