c# - SQL Server Analysis Service 2008 R2 LONG CONTINUOUS Data Type -


i've been seraching data type of long continuous in sql server analysis services 2008 r2. can point me documentation?

i found description of data types, said nothing on actual data.

what c# equivalent?

i using adomddatareader.getint32(), increased predictions , few records came data either "too small" or "too large".

okay figured out. int64 retrieving adomddatareader.getint32() or adomddatareader.getint64() work. long int64, should've been answer start. problem in past i've had other data types , had had problems not putting specific data type, guess in case putting lower data type (int32 intsead of int64) , allowed me that. in past had tried getting int16 calling int32 , gave me problems. yes problem resolved. next issues why analysis service generating such huge number, guess that's not question heh.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -