Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

LimeSurvey 2.0 + IBM DB2

  • pisang8184
  • pisang8184's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 1 month ago #91600 by pisang8184
LimeSurvey 2.0 + IBM DB2 was created by pisang8184
Hi,

is it possible LimeSurvey 2.0 with IBM DB2 database.

if yes, how to configure and any links that i can refer to.

thanks.
The topic has been locked.
More
11 years 1 month ago - 11 years 1 month ago #91608 by helper
Replied by helper on topic LimeSurvey 2.0 + IBM DB2
DB2 is not one of the listed databases. Though the overall application may have issue with DB2 there are methods to allow to put in hooks to save survey data to DB2. Our current architecture uses Microsoft SQL Server 2008 for LimeSurvey to operate (we also have a mySQL version that seems to be running quite well also). My hook is inserted just after line 437 in .../application/helpers/SurveyRuntimeHelper.php (for Version 2.00+ Build 130116):
Code:
/** INSERT FOR UNC POST PROCESSING HOOK ****************************************/  
  Yii::import('application.unc.WebCIS.WebCIS_ProcessingService');
  $webCIS = new WebCIS_ProcessingService();
  $webCIS->process($surveyid);
/** END INSERT FOR UNC POST PROCESSING HOOK ************************************/
Whereas this hook calls an external class that I have setup a DB2 connection and subsequent tables for writing the appropriate data.
Last edit: 11 years 1 month ago by helper.
The following user(s) said Thank You: pisang8184
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose