After much trouble I finally managed to setup a new extrenal Database Provider that doesn't display the "0 out of 0 connections are good" error by filling in the "Configuration Class" field with "intradoc.server.DbProviderConfig".
But now the problem is actually accessing the tables/views in my newly configured external database provider...
In the Configuration Manager applet when I try to add a new Table or View it only lists the tables contained in the schema of the SystemDatabase database provider (the original installation one), I've tried running Queries via components with syntaxes like SELECT * FROM provider_name.table_name and other similar but obviously it doesn't work...
So... with that said, I just want to know how I access tables or views in my "supposedly" well connected (15 out of 15 connections are good, no errors on the Test Query) external Database Provider - After searching the documentation I was unable to find any information regading any post-provider-setup actions in the Content Server documentation - Does anyone know how to do this?
what version?
I know 7.5.2 can't use Schema with custom database providers... however I think there's a way to do that in 10gr3.
Post new comment