﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <description><![CDATA[Comments for Using the Decision Cube without the BDE]]></description>
    <title><![CDATA[Comments for Using the Decision Cube without the BDE]]></title>
    <link>http://dn.codegear.com/article/27848</link>
    <!-- source: http://dn.codegear.com/article/27848/feed-->
    <dc:date>2008-10-13T02:01:22-07:00</dc:date>
    <item>
      <description><![CDATA[I try it with dbExpress using UIB 2.0 / FireBird 1.5 and have to change also:MXCOMMON.PAS:function FieldTypeToVarType( DataType: TFieldType ): Integer;begin  if (DataType = ftFMTBcd) then     Result := varDouble  else     Result := FieldTypeVarMap[DataType];end;Because ftFMTBcd is returned by the driver and it is mapped to varEmpty. Without this change you can get make it work but you must cast (in the query text) the columns those mapped type is ftFMTBcd (NUMERIC(18, s) for example).]]></description>
      <title><![CDATA[Using the Decision Cube without the BDE]]></title>
      <managingEditor>
	 (Sergio Samayoa)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=38328</guid>
      <dc:date>2005-04-09T10:49:52-07:00</dc:date>
      <pubDate>2005-04-09T10:49:52-07:00</pubDate>
      <source url="http://dn.codegear.com/article/27848/feed">Comments for Using the Decision Cube without the BDE</source>
    </item>
    <item>
      <description><![CDATA[I use ADO components with DecisionCube and when I have juste one record in the ADOQuery I have an exception : can not build the decision cube with an empty dataset (when I have 1 record in the dataset). I changed the mxstrore.pas like explained in the article "Decision Cube raises an empty dataset exception on a dataset with 1 record." but the problem is not resolved.]]></description>
      <title><![CDATA[Using the Decision Cube without the BDE]]></title>
      <managingEditor>
	 (Samir Berbache)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=36604</guid>
      <dc:date>2004-05-06T01:20:18-07:00</dc:date>
      <pubDate>2004-05-06T01:20:18-07:00</pubDate>
      <source url="http://dn.codegear.com/article/27848/feed">Comments for Using the Decision Cube without the BDE</source>
    </item>
    <item>
      <description><![CDATA[This will really work with non BDE datasources, but BDE still has to be installed on the client computer.Do you have a solution how to make it work on the workstation without BDE?]]></description>
      <title><![CDATA[Using the Decision Cube without the BDE]]></title>
      <managingEditor>
	 (Vitaly Gamarnik)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=36396</guid>
      <dc:date>2004-03-25T01:50:36-07:00</dc:date>
      <pubDate>2004-03-25T01:50:36-07:00</pubDate>
      <source url="http://dn.codegear.com/article/27848/feed">Comments for Using the Decision Cube without the BDE</source>
    </item>
    <item>
      <description><![CDATA[FOR INTERBASE USERS: it is possible to use TIBClientDataSet -no job in code is neccesary.]]></description>
      <title><![CDATA[Using the Decision Cube without the BDE]]></title>
      <managingEditor>
	 (Jacek Cichon)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=36275</guid>
      <dc:date>2004-03-02T15:04:46-08:00</dc:date>
      <pubDate>2004-03-02T15:04:46-08:00</pubDate>
      <source url="http://dn.codegear.com/article/27848/feed">Comments for Using the Decision Cube without the BDE</source>
    </item>
    <generator>Atom 1.0 XSLT Transform v1 (http://atom.geekhood.net)</generator>
  </channel>
</rss>