: Hi! : any working example with mysql ?? : thanks : I picked up at a German forum (http://entwickler-forum.de/showthread.php?t=6264) that you should take a look at the ADO Components, e.g. TADOQuery, then check the help. I found some example code like below:
Hey!! Thanks for help. I just returned to tour. I will try out today n keep u informed thanks
: : Hi! : : any working example with mysql ?? : : thanks : : : I picked up at a German forum (http://entwickler-forum.de/showthread.php?t=6264) that you should take a look at the ADO Components, e.g. TADOQuery, then check the help. I found some example code like below: : : [code] : MyQuery->Close(); : : MyQuery->SQL->Clear(); : MyQuery->SQL->Add("SELECT CustNo, OrderNO, SaleDate"); : MyQuery->SQL->Add("FROM Orders"); : MyQuery->SQL->Add("ORDER BY SaleDate"); : MyQuery->Open(); : [/code] : : Good luck and perhaps you could keep us informed? : : See ya, : bilderbikkel : :
: Hey!! : Thanks for help. I just returned to tour. I will try out today n keep u informed : thanks : I look forward to it. I hope you allow me to put your wisdom on the CodePedia?
Comments
: any working example with mysql ??
: thanks
:
I picked up at a German forum (http://entwickler-forum.de/showthread.php?t=6264) that you should take a look at the ADO Components, e.g. TADOQuery, then check the help. I found some example code like below:
[code]
MyQuery->Close();
MyQuery->SQL->Clear();
MyQuery->SQL->Add("SELECT CustNo, OrderNO, SaleDate");
MyQuery->SQL->Add("FROM Orders");
MyQuery->SQL->Add("ORDER BY SaleDate");
MyQuery->Open();
[/code]
Good luck and perhaps you could keep us informed?
See ya,
bilderbikkel
Thanks for help. I just returned to tour. I will try out today n keep u informed
thanks
: : Hi!
: : any working example with mysql ??
: : thanks
: :
: I picked up at a German forum (http://entwickler-forum.de/showthread.php?t=6264) that you should take a look at the ADO Components, e.g. TADOQuery, then check the help. I found some example code like below:
:
: [code]
: MyQuery->Close();
:
: MyQuery->SQL->Clear();
: MyQuery->SQL->Add("SELECT CustNo, OrderNO, SaleDate");
: MyQuery->SQL->Add("FROM Orders");
: MyQuery->SQL->Add("ORDER BY SaleDate");
: MyQuery->Open();
: [/code]
:
: Good luck and perhaps you could keep us informed?
:
: See ya,
: bilderbikkel
:
:
: Thanks for help. I just returned to tour. I will try out today n keep u informed
: thanks
:
I look forward to it. I hope you allow me to put your wisdom on the CodePedia?
See ya,
bilderbikkel