Hi Dick, > I've established a database with two tables that appears to be working > very well. I'm trying to write a Basic macro that issues a query and > generates some statistics from the results. I'm getting a runtime error > that says "No content provider available for URL!" Any idea what I'm > doing wrong?
This sounds as if you're trying to establish a connection to some file-based database, i.e. your connection URL starts with something like sdbc:dbase: or sdbc:flat:, and the URL after that prefix is wrong. Ciao Frank -- - Frank Schönheit, Software Engineer [email protected] - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Base http://dba.openoffice.org - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
