Click here to Skip to main content
15,911,890 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRinjdael Algorithm Pin
nimsrav29-Nov-07 0:11
nimsrav29-Nov-07 0:11 
AnswerTry to post your question to the right forum Pin
CPallini29-Nov-07 0:19
mveCPallini29-Nov-07 0:19 
AnswerRe: Rinjdael Algorithm Pin
_Pinux_29-Nov-07 2:19
_Pinux_29-Nov-07 2:19 
QuestionCurrent focus Pin
Maynka28-Nov-07 23:57
Maynka28-Nov-07 23:57 
AnswerRe: Current focus Pin
CPallini29-Nov-07 0:15
mveCPallini29-Nov-07 0:15 
AnswerRe: Current focus Pin
Jhony george29-Nov-07 0:34
Jhony george29-Nov-07 0:34 
QuestionP [modified] Pin
prithaa28-Nov-07 23:50
prithaa28-Nov-07 23:50 
AnswerRe: P [modified] Pin
prithaa29-Nov-07 0:40
prithaa29-Nov-07 0:40 
Hello,
I was not able to mail it in one message so I have posted 2 messages

retcode = SQLConnect(hdbc1,szDSN, SQL_NTS,szsa, SQL_NTS,
pass, SQL_NTS);
retcode = SQLAllocHandle(SQL_HANDLE_STMT, hdbc1, &hstmt1);
SQLINTEGER ind2 = SQL_NTS;
const char* Param2 = "Mumbai" ;
retcode = SQLBindParameter(
hstmt1,
3,
SQL_PARAM_INPUT,
SQL_C_CHAR,
SQL_VARCHAR,
32,
0,
(SQLCHAR*) Param2,
0,
&ind2);
retcode = SQLExecDirect(hstmt1,query3,SQL_NTS);

In the above SQLBindParameter() 3 is one of the parameters because I am referrring to 3 column of table.

Prithaa


GeneralRe: P [modified] Pin
markkuk29-Nov-07 0:58
markkuk29-Nov-07 0:58 
QuestionRe: P [modified] Pin
David Crow29-Nov-07 3:31
David Crow29-Nov-07 3:31 
AnswerRe: P Pin
prithaa29-Nov-07 17:17
prithaa29-Nov-07 17:17 
GeneralRe: P Pin
David Crow30-Nov-07 2:32
David Crow30-Nov-07 2:32 
Question[solved]Max number of String IDs??? [modified] Pin
Priya_Sundar28-Nov-07 23:35
Priya_Sundar28-Nov-07 23:35 
JokeWOW Pin
CPallini29-Nov-07 0:08
mveCPallini29-Nov-07 0:08 
GeneralRe: WOW Pin
Priya_Sundar29-Nov-07 0:25
Priya_Sundar29-Nov-07 0:25 
QuestionDebug Tool Pin
vethathiri28-Nov-07 23:14
vethathiri28-Nov-07 23:14 
AnswerRe: Debug Tool Pin
Cedric Moonen28-Nov-07 23:32
Cedric Moonen28-Nov-07 23:32 
AnswerRe: Debug Tool Pin
ThatsAlok28-Nov-07 23:35
ThatsAlok28-Nov-07 23:35 
QuestionRe: Debug Tool Pin
Hamid_RT29-Nov-07 0:29
Hamid_RT29-Nov-07 0:29 
AnswerRe: Debug Tool Pin
Cristian Amarie29-Nov-07 3:45
Cristian Amarie29-Nov-07 3:45 
Questionhow do I know the message in hook procedure KeyboardProc()? Pin
code_discuss28-Nov-07 22:19
code_discuss28-Nov-07 22:19 
AnswerRe: how do I know the message in hook procedure KeyboardProc()? Pin
Nelek28-Nov-07 22:31
protectorNelek28-Nov-07 22:31 
AnswerRe: how do I know the message in hook procedure KeyboardProc()? Pin
ThatsAlok28-Nov-07 23:15
ThatsAlok28-Nov-07 23:15 
AnswerRe: how do I know the message in hook procedure KeyboardProc()? Pin
ThatsAlok28-Nov-07 23:16
ThatsAlok28-Nov-07 23:16 
Questioncurrent status for port is blocked or unblocked? Pin
CraZyToLearn28-Nov-07 22:11
CraZyToLearn28-Nov-07 22:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.