waqas
08-22-2002, 01:56 AM
how can i concatenate the string for example i need to use where clause in a sql statement and match with a variable as it is done in vb or java.....
i mean something like this:
vb code:
str1 = "select * from table where fld1 = '" & var1 & "'"
How can i do this in VC++
Thanks
waqas
i mean something like this:
vb code:
str1 = "select * from table where fld1 = '" & var1 & "'"
How can i do this in VC++
Thanks
waqas