colin_overton
Explorer
Member since ‎06-05-2012

User Statistics

  • 5 Posts
  • 1 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi,I'm using the ADO.Net library, and for queries that return decimals it returns objects of type HanaDecimal rather than the standard System.Decimal.I need to pass DataReader objects to a 3rd party library, but it can't get the numbers out of a Hana...
Hi,I need to query HANA using MDX from a .NET client.I have seen that it is possible using JDBC (e.g. https://archive.sap.com/discussions/thread/3485526) and hoped to do the same from .NetI have tried using both the ODBC driver and the ADO.Net librar...
I have been using a cloudshare trial of HANA to test out our client tool. I am connecting using ODBO.While some basics work such as [dim].[heir].[level].members and DrillDownMember(), many functions don't seem to work.My question is, to what extent d...
Hi all,I'm trying to access a HANA database using ADODB/ADOMD. My code is in C#, .Net4Once I have an ADOMD.Cellset I can access the cells, but get errors accessing the members.When calling ADOMD.Axis.Positions[0].Members.Count an exception is thrown:...