C++Script
Hi!
Why the first part of script is running and the second not?
Please help to solve this problem
Thank you
Why the first part of script is running and the second not?
// first part of script
{
ShowMessage("Hello, World!");
}
// second part of script
#include "k:\\Code Gear 2009\\List\\List.cpp"
{
Form1->ADOQuery4->Close();
Form1->ADOQuery4->SQL->Clear();
Form1->ADOQuery4->SQL->Add("select * from f350");
Form1->ADOQuery4->Open();
}
Please help to solve this problem
Thank you