The standard Xojo ODBC plugin lets you pass a blank string into ODBCDatabase.DataStore then do a ODBC.connect call.
This would make the standard system ODBC DSN chooser dialog appear so the end user could choose a DSN they had set up using ODBC admin. After a successful connect the ODBC.Datastore property would be filled in with the DSN connection string. You could then save this string off to preferences and use it on a subsequent run of the program to connect to the same data source. Xojo has a bug now where this doesn't happen so there is no way to deliver an end-user program that uses ODBC in any user friendly manner. Can I and how do I get the same functionality from MB SQL plugin? Thanks, Dean Davis _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
