gemini_richard
10-25-2005, 07:58 AM
I'm trying to connect mondrian to an sqlserver database usinh an sqlserver jdbc driver, but it's throws me an NO SUITABLE DRIVER ERROR.
My connectionstring follows:
"Provider=mondrian;" +
"Jdbc=jdbc:microsoft:sqlserver://developer:1433;SelectMethod=Cursor;DatabaseName=vbr;User=sa;Password=;" +
"Catalog=file:\\C:\\Virtuallis\\src\\proximus\\vbi\\Orcamento01.mondrian;" +
"JdbcDriver=com.microsoft.jdbc.sqlserver.SQLServerDriver";
Thanks to who can help me...
My connectionstring follows:
"Provider=mondrian;" +
"Jdbc=jdbc:microsoft:sqlserver://developer:1433;SelectMethod=Cursor;DatabaseName=vbr;User=sa;Password=;" +
"Catalog=file:\\C:\\Virtuallis\\src\\proximus\\vbi\\Orcamento01.mondrian;" +
"JdbcDriver=com.microsoft.jdbc.sqlserver.SQLServerDriver";
Thanks to who can help me...