What is the best way to execute a 4D SQL query from Active4D? I do not see direct support for the commands in the Active4D docs so perhaps they should be implemented using execute in 4d and a wrapper method.
Write a 4D wrapper method or use 'execute in 4d', or even better write a library method that calls them. The plugin API has no support for SQL, so even if I added an Active4D command to execute SQL queries, internally I would just be doing 'execute in 4d'.
Kind regards, Aparajita www.aparajitaworld.com "If you dare to fail, you are bound to succeed." - Sri Chinmoy | www.srichinmoy.org _______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
