I'm using Visual C++. Would it work in the same way?
P
PhilWalker
@PhilWalker
Posts
-
output to CSV file -
output to CSV fileI am trying to read from a text file and output the data to a CSV file. Can anybody help me with this please? Cheers Phil
-
move data to sql dbI need to write the code to move data inputted by the user, to a SQL database... can anyone help me start this.... i'm not too familiar with visual studio yet Cheers .. Phil
-
NMSMTP component C++ builder 6I am creating an email client using c++ builder 6, but am having problems with the NMSMTP component. I am specifying the recipients address (using the NMSMTP1->PostMessage->ToAddress->Text=Edit1->Text; command) but am getting the error - '503 no recipient(s).' when I try to send an email. The program stops when it tries to run the NMSMTP1->SendMail(); command. Any help would be greatly appreciated. Cheers Phil