SQL Command
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi I have aproblem using SQL Command in VC++. example: I have an int variable and I Want to say _T("select * from table where n= ? ") what should I say infront of n . for string variable I should say say something like this '"+x+"' but for int variable I cann't do this Please help me
-
Hi I have aproblem using SQL Command in VC++. example: I have an int variable and I Want to say _T("select * from table where n= ? ") what should I say infront of n . for string variable I should say say something like this '"+x+"' but for int variable I cann't do this Please help me