Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Oliver Giesen wrote: > I tried renaming the script accordingly but then I only get the same > error I get when I try to "Test Connection": > > Connection failed: > Open failed: library routine called out of sequence You need to create the actual database file (a zero length file is enough for sqlite). Similarly for the other database types - I don't attempt to actually create the database, merely check its existence. Tony