Click here to Skip to main content
15,881,812 members

Comments by Member 14594285 (Top 200 by date)

Member 14594285 5hrs 10mins ago View    
str_path is the path of the file jpg
Member 14594285 3 days ago View    
I wrote:

m_pStmt->Sql(_T("UPDATE Materiali SET mat_desc = 'prova_vale1' WHERE mat_codart =' 020 100/5';"));

// m_pStmt->BindString(1, "prova_vale");
//m_pStmt->BindString(2, " 020 100/5");

// execute it and clean-up
m_pStmt->ExecuteAndFree();

and it works..thank you very much
Member 14594285 3 days ago View    
it's the same thing..database isn't update..
Member 14594285 3 days ago View    
ok..but I would like to know if it's right this piece of code to execute a query:

m_pStmt->Sql(c_Query);

m_pStmt->FreeQuery();
Member 14594285 3 days ago View    
I improved my question