On 6/3/2019 4:29 AM, Joshua Oyeladun wrote: > Can I use xbase XDML Language syntax like USE > On database like mysql and sqlite apart from only dbf and dB files. > Please how can I use is there any way
If you are using ADO, and are not deploying the BDE, then no. If you are
still deploying the BDE, then yes, just like you would any other
table(s). (well, you may have to be careful of the syntax ...)
OPEN DATABASE database name
SET DATABASE TO database name
USE tablename
etc.
SET DATABASE TO // with nothing after the word "TO"
CLOSE DATABASE