| |
|

support.dcube.misc
Started by webadmin@datadynamics.com at 02-27-2003 12:00 AM. Topic has 5 replies.
 
 
|
|
Sort Posts:
|
|
|
|
02-27-2003, 12:00 AM
|
webadmin@datadynamics.com
Joined on 12-12-2005
Posts 0
|
DynaODBC.DLL could not be loaded?
|
|
|
|
|
Originally Posted By: Michael King<wideangle@sympatico.ca>
Guys,
I'm trying to load up a previously created and saved cube in my IE based DCube control. Here's my code...
DCubeX.AutoDataRefresh = True DCubeX.Load "c:\temp\arcubelayout.cub" DCubeX.Refresh
When I run this code I get error 1003 - DynaODBC.DLL could not be loaded - check ODBC setup.
What do I need to turn off to get DCube to ignore ODBC? Like I said I'm trying to load a previously saved cube.
Mike King Orchestral
|
|
|
|
|
Report
|
|
|
|
03-13-2003, 12:00 AM
|
webadmin@datadynamics.com
Joined on 12-12-2005
Posts 0
|
Re: DynaODBC.DLL could not be loaded?
|
|
|
|
|
Originally Posted By: Jennifer-DD<dynamicube.support@datadynamics.com>
Answered through direct email. Needed to use Save Option 3 to work: 3 - (Compressed Layout With Data) This method is a combination of 1 (unable to refresh) and 2 (compressed and encrypted). It will encrypt and compress a cube file with all the data included.
"Michael King" wrote in message news:40bTmSq3CHA.508@dynaweb.datadynamics.com... > Guys, > > I'm trying to load up a previously created and saved cube in my IE based > DCube control. Here's my code... > > DCubeX.AutoDataRefresh = True > DCubeX.Load "c:\temp\arcubelayout.cub" > DCubeX.Refresh > > When I run this code I get error 1003 - DynaODBC.DLL could not be loaded - > check ODBC setup. > > What do I need to turn off to get DCube to ignore ODBC? Like I said I'm > trying to load a previously saved cube. > > Mike King > Orchestral > >
|
|
|
|
|
Report
|
|
|
|
03-17-2003, 12:00 AM
|
webadmin@datadynamics.com
Joined on 12-12-2005
Posts 0
|
Re: DynaODBC.DLL could not be loaded?
|
|
|
|
|
Originally Posted By: Marlon Grando<marlon.grando@lince.com.br>
Jeniffer,
Can I store my data (using option 3), load this cube and to create a new Calculated Field? I´m trying to do this but when I include the new field my cube blanks off. Do you know a workaround?
Rgds Marlon
"Jennifer-DD" escreveu na mensagem news:dlMV7ua6CHA.924@dynaweb.datadynamics.com... > Answered through direct email. Needed to use Save Option 3 to work: 3 - > (Compressed Layout With Data) This method is a combination of 1 (unable to > refresh) and 2 (compressed and encrypted). It will encrypt and compress a > cube file with all the data included. > > "Michael King" wrote in message > news:40bTmSq3CHA.508@dynaweb.datadynamics.com... > > Guys, > > > > I'm trying to load up a previously created and saved cube in my IE based > > DCube control. Here's my code... > > > > DCubeX.AutoDataRefresh = True > > DCubeX.Load "c:\temp\arcubelayout.cub" > > DCubeX.Refresh > > > > When I run this code I get error 1003 - DynaODBC.DLL could not be loaded - > > check ODBC setup. > > > > What do I need to turn off to get DCube to ignore ODBC? Like I said I'm > > trying to load a previously saved cube. > > > > Mike King > > Orchestral > > > > > >
|
|
|
|
|
Report
|
|
|
|
03-17-2003, 12:00 AM
|
webadmin@datadynamics.com
Joined on 12-12-2005
Posts 0
|
Re: DynaODBC.DLL could not be loaded?
|
|
|
|
|
Originally Posted By: Jennifer-DD<dynamicube.support@datadynamics.com>
Hi,
You stated that you need to load a calculated field to a cube file.
Unfortunately this is just not an option. :( The reason behind this is
due to the fact that it throws off DynamiCube's internal indexing and
moves values around. You can create a cube, add calculated fields, then
save it. However you cannot load a cube file then add calculated fields.
"Marlon Grando" wrote in message news:QSaYxhK7CHA.924@dynaweb.datadynamics.com... > Jeniffer, > > Can I store my data (using option 3), load this cube and to create a new > Calculated Field? > I´m trying to do this but when I include the new field my cube blanks off. > Do you know a workaround? > > Rgds > Marlon > > "Jennifer-DD" escreveu na mensagem > news:dlMV7ua6CHA.924@dynaweb.datadynamics.com... > > Answered through direct email. Needed to use Save Option 3 to work: 3 - > > (Compressed Layout With Data) This method is a combination of 1 (unable to > > refresh) and 2 (compressed and encrypted). It will encrypt and compress a > > cube file with all the data included. > > > > "Michael King" wrote in message > > news:40bTmSq3CHA.508@dynaweb.datadynamics.com... > > > Guys, > > > > > > I'm trying to load up a previously created and saved cube in my IE based > > > DCube control. Here's my code... > > > > > > DCubeX.AutoDataRefresh = True > > > DCubeX.Load "c:\temp\arcubelayout.cub" > > > DCubeX.Refresh > > > > > > When I run this code I get error 1003 - DynaODBC.DLL could not be > loaded - > > > check ODBC setup. > > > > > > What do I need to turn off to get DCube to ignore ODBC? Like I said I'm > > > trying to load a previously saved cube. > > > > > > Mike King > > > Orchestral > > > > > > > > > > > >
|
|
|
|
|
Report
|
|
|
|
03-19-2003, 12:00 AM
|
webadmin@datadynamics.com
Joined on 12-12-2005
Posts 0
|
Re: DynaODBC.DLL could not be loaded?
|
|
|
|
|
Originally Posted By: Marlon Grando<marlon.grando@lince.com.br>
Hi again...
This feature could be an option, on the future? May I ask for this improvement?
Marlon
"Jennifer-DD" escreveu na mensagem news:x$ETf9L7CHA.924@dynaweb.datadynamics.com... > Hi, > > You stated that you need to load a calculated field to a cube file. > > Unfortunately this is just not an option. :( The reason behind this is > > due to the fact that it throws off DynamiCube's internal indexing and > > moves values around. You can create a cube, add calculated fields, then > > save it. However you cannot load a cube file then add calculated fields. > > "Marlon Grando" wrote in message > news:QSaYxhK7CHA.924@dynaweb.datadynamics.com... > > Jeniffer, > > > > Can I store my data (using option 3), load this cube and to create a new > > Calculated Field? > > I´m trying to do this but when I include the new field my cube blanks off. > > Do you know a workaround? > > > > Rgds > > Marlon > > > > "Jennifer-DD" escreveu na mensagem > > news:dlMV7ua6CHA.924@dynaweb.datadynamics.com... > > > Answered through direct email. Needed to use Save Option 3 to work: > 3 - > > > (Compressed Layout With Data) This method is a combination of 1 (unable > to > > > refresh) and 2 (compressed and encrypted). It will encrypt and compress > a > > > cube file with all the data included. > > > > > > "Michael King" wrote in message > > > news:40bTmSq3CHA.508@dynaweb.datadynamics.com... > > > > Guys, > > > > > > > > I'm trying to load up a previously created and saved cube in my IE > based > > > > DCube control. Here's my code... > > > > > > > > DCubeX.AutoDataRefresh = True > > > > DCubeX.Load "c:\temp\arcubelayout.cub" > > > > DCubeX.Refresh > > > > > > > > When I run this code I get error 1003 - DynaODBC.DLL could not be > > loaded - > > > > check ODBC setup. > > > > > > > > What do I need to turn off to get DCube to ignore ODBC? Like I said > I'm > > > > trying to load a previously saved cube. > > > > > > > > Mike King > > > > Orchestral > > > > > > > > > > > > > > > > > > > >
|
|
|
|
|
Report
|
|
|
|
03-19-2003, 12:00 AM
|
webadmin@datadynamics.com
Joined on 12-12-2005
Posts 0
|
Re: DynaODBC.DLL could not be loaded?
|
|
|
|
|
Originally Posted By: Jennifer-DD<dynamicube.support@datadynamics.com>
Hi Marlon,
Yes, we have this suggestion in our database already as CR# 7194 I have added your name to the contact list.
"Marlon Grando" wrote in message news:iJfLaQh7CHA.880@dynaweb.datadynamics.com... > Hi again... > > This feature could be an option, on the future? > May I ask for this improvement? > > Marlon > > "Jennifer-DD" escreveu na mensagem > news:x$ETf9L7CHA.924@dynaweb.datadynamics.com... > > Hi, > > > > You stated that you need to load a calculated field to a cube file. > > > > Unfortunately this is just not an option. :( The reason behind this is > > > > due to the fact that it throws off DynamiCube's internal indexing and > > > > moves values around. You can create a cube, add calculated fields, then > > > > save it. However you cannot load a cube file then add calculated fields. > > > > "Marlon Grando" wrote in message > > news:QSaYxhK7CHA.924@dynaweb.datadynamics.com... > > > Jeniffer, > > > > > > Can I store my data (using option 3), load this cube and to create a new > > > Calculated Field? > > > I´m trying to do this but when I include the new field my cube blanks > off. > > > Do you know a workaround? > > > > > > Rgds > > > Marlon > > > > > > "Jennifer-DD" escreveu na mensagem > > > news:dlMV7ua6CHA.924@dynaweb.datadynamics.com... > > > > Answered through direct email. Needed to use Save Option 3 to work: > > 3 - > > > > (Compressed Layout With Data) This method is a combination of 1 > (unable > > to > > > > refresh) and 2 (compressed and encrypted). It will encrypt and > compress > > a > > > > cube file with all the data included. > > > > > > > > "Michael King" wrote in message > > > > news:40bTmSq3CHA.508@dynaweb.datadynamics.com... > > > > > Guys, > > > > > > > > > > I'm trying to load up a previously created and saved cube in my IE > > based > > > > > DCube control. Here's my code... > > > > > > > > > > DCubeX.AutoDataRefresh = True > > > > > DCubeX.Load "c:\temp\arcubelayout.cub" > > > > > DCubeX.Refresh > > > > > > > > > > When I run this code I get error 1003 - DynaODBC.DLL could not be > > > loaded - > > > > > check ODBC setup. > > > > > > > > > > What do I need to turn off to get DCube to ignore ODBC? Like I said > > I'm > > > > > trying to load a previously saved cube. > > > > > > > > > > Mike King > > > > > Orchestral > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
|
|
|
|
|
Report
|
|
|
|
|
GrapeCity » Forum Archives » support.dcube.m... » DynaODBC.DLL could not be loaded?
|
|
|
|
|