Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
20% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
5
Posts with Downvotes
3
Downvoting Members
5
2 Commented Posts
0 Endorsements
Ranked #4K
~13.7K People Reached
Favorite Tags
Member Avatar for mwenyenia07

Hi guys. I am looking for a software tools that can analyse data from several sources like databases: Oracle,Mysql,Access,MsSql e.t.c and draw graphs,dashboards or other data visualisation objects. The software should also be able to read excel sheet and analyse the data and give output in variuos graphs/pie charts. It …

0
129
Member Avatar for mwenyenia07

Hi Guys. I have the following scenario: 1. I have build abig management database at our HQ and it is to be fed from several databases spread across regions. 2.I only want to have records of specific tables from those distributed databases be sent to my central database.Changes in Those …

Member Avatar for diafol
0
159
Member Avatar for mwenyenia07

Dear all, I have a server running on Centos 6. My problem is how to enable two public IP such that when one ISP is down, then it automatically picks up the other IP from another ISP,thus resolving same domain name automatically without affecting access. Regards.

Member Avatar for CimmerianX
0
119
Member Avatar for mwenyenia07

Hi . I am new to java. I am implementing a functionality where by a user fills some textFields and the data is added as a new row in a Jtable.The table will hold more than one row before saving. I created the table using netbeans Swing controls. its variable …

Member Avatar for JamesCherrill
0
180
Member Avatar for mwenyenia07

Below is a two dimensional array ineteger variable. int[ ][ ] value={{1, 2, 3, 4 }, {5, 6,7}, {8, 9}, {10}} please write a java code that can print the values and sum the column values as shown below: 1 2 3 4 5 6 7 8 9 10 Sum …

Member Avatar for jwenting
-2
207
Member Avatar for mwenyenia07

Dear Everyone, I have a central Database which I want to spread across our regional offices for faster access and performance. Requirements: 1. A transaction that is effected in a regional office must be syncronized to the central database and vice versa. 2. The databases have primary keys auto-generated. There …

Member Avatar for Taywin
0
190
Member Avatar for mwenyenia07

/////Get gl accounts class///// $sql_class = "SELECT cid,class_name FROM 0_chart_class WHERE cid>=3 ORDER BY cid ASC"; $result_class = mysql_query($sql_class) or die("Error in query: $sql_project.".mysql_error()); echo "<TABLE class='swPrpTopMenu'>"; echo "<th>Account Code</th><th>Name</th><th>Amount</th>"; while($row_class=mysql_fetch_array($result_class )) { $c_id=$row_class['cid']; $c_name=$row_class['class_name']; echo "<tr><td>$c_name</td></tr>"; ////////get accounts $sql_accounts="select ct.name,ct.class_id,cm.account_code,cm.account_name FROM 0_chart_types ct,0_chart_master cm WHERE ct.id=cm.account_type AND ct.class_id='$c_id' GROUP …

Member Avatar for mwenyenia07
0
204
Member Avatar for mwenyenia07

I am using Oracle enterprise manager 11.2.0.1.0 and very new to oracle in general. Is there a way to write custom sql queries write inside Enterprise manager. I know Tools like sqlplus and Sql Developer can but I desire to use EM since it is browser based. Thanks.

Member Avatar for MaxPayne26
0
94
Member Avatar for mwenyenia07

Hi . I have two partitions that I want to merge into one large disk. partition 1 has systems running on it while partition 2 does not have any. they are as follows: Disk /dev/sda: 107.4 GB, 107374182400 bytes 255 heads, 63 sectors/track, 13054 cylinders Units = cylinders of 16065 …

Member Avatar for rubberman
0
1K
Member Avatar for mwenyenia07

I want to get the max(id) from a table colum with variable characters. it always returns 999 as the highest yet I have values like 6008 or even over 10000. I have tried the following: 1. SELECT Max(column_name) from table_name where column_name REGEXP '^[0-9]+$' 2. isNumeric as one of the …

Member Avatar for Casperjames
0
531
Member Avatar for mwenyenia07

I have a form for member registrations that after submitting it, it takes some seconds to a minute depending on inteernet link. during these period, The browser just spins but I want this spinning be acompanied with a message like 'please wait while we process...'. How can I do it?

Member Avatar for JorgeM
0
138
Member Avatar for mwenyenia07

Consider array elements stored in table column as: 1,2,3,4,5 These corresponds to respective id of checkbox.if the id of the checkbox is equal to the one of the elements in(1,2,3,4,5) above,then it should be checked otherwise unchecked. Can somebody write a script that can do so. Thanks.

Member Avatar for gabrielcastillo
0
205
Member Avatar for mwenyenia07

How can I convert a date earlier than 01-01-1970 to integer ? strtotime(); function waorks fine for dates later than 01-01-1970 but brings a negative value for dates like 05-07-1942 Thanks

Member Avatar for cereal
0
384
Member Avatar for mwenyenia07

//CODE to handle uploads function do_upload($data) { $objResponse = new xajaxResponse(); $config['upload_path'] = './photos/'; $config['allowed_types'] = 'gif|jpg|png'; $config['max_size'] = '100'; $config['max_width'] = '1030'; $config['max_height'] = '773'; $this->load->library('upload', $config); if ( ! $this->upload->do_upload($data['userfile'])) { $error = array('error' => $this->upload->display_errors()); //$objResponse->Assign("ajax_div", "innerHTML",$this->upload->display_errors()); $objResponse->Assign("ajax_div", "innerHTML",$this->upload->display_errors()); } else { $data = array('upload_data' => $this->upload->data()); …

0
74
Member Avatar for mwenyenia07

I have created a login page using CodeIgniter 1.7. its code is shown below: <?php class login extends Controller { function login() { parent::Controller(); } function index() { $this->load->view('loginview'); } function verify() { if ($this->input->post('username')){ $uname = $this->input->post('username'); $upass = $this->input->post('password'); $result=$this->dblogin->verifyUser($uname,$upass); if($result){ redirect('dashboards','refresh'); }} } } /* End of …

Member Avatar for vjadeja
0
3K
Member Avatar for mwenyenia07

I installed oracle 11g R2 on centos 6.4 and it was successful. However, If I am not on LAN(Local Area Network), then it does not start properly i.e the TNS fails. During installation, There is no where I specified IP Address;yet, it can only work when I plug network cable. …

0
88
Member Avatar for mwenyenia07

I am running a chemistry and I sell drugs at differet prices depending on where a member belongs .e gold,silver,diamond. these are membership levels and for any given drug,the price depends on membership levels. look here DrugIg MemberLevel price 1000 gold 1200.00 1000 silver 1000.00 1000 Diamond 1050.00 When entering …

Member Avatar for LastMitch
0
147
Member Avatar for mwenyenia07

i hav loaded data from database to jquery mobile dropdown list. i want to trigger an event i.e query database using the selected item as key. can somebody illustrate how for instance i can alert the value of the new selected id. that alone can give me an idea to …

Member Avatar for dany12
0
82
Member Avatar for mwenyenia07

consider the following code: $result=mysql_query($sql); $datas=mysql_fetch_array($result); $row=mysql_fetch_row($datas); $num_rows=mysql_num_rows($result); for ($counter=0;$counter<$num_rows;$counter++) { echo("<option value={$datas[$counter]['name']}>{$datas['name']}</option>"); } the problem is that it only picks the first record in the mysql database and duplicates it. can somebody help me solve this error

Member Avatar for junior_rosul
0
112
Member Avatar for mwenyenia07

I wanted to implement an ERP using joomla, and the open source CK-ERP module. i followed the instructions properly but when it reaches to the point of trying to access it from address bar(URL) as per installation instruction, it says and i quote "You Must Login To Access CK-ERP".It is …

Member Avatar for diafol
0
79
Member Avatar for mwenyenia07

i have three texts namely [B]price[/B],[B]quantity[/B] and [B]total[/B]. i want the value of [B]total[/B] to change with change in [B]quantity[/B] i.e [B]total[/B]=[B]price[/B]*[B]quantity[/B]. each time the value of quanity change, the function multiplies it with price and displays the quanity. can somebody send me a javascript code that can do so …

Member Avatar for broj1
0
470
Member Avatar for mwenyenia07

hi i want to include images to pfd files that i create using cezpdf library. the following is my code: [CODE]$image=$this->cezpdf->ezImage(site_url("system/images/logo.jpg")); $this->cezpdf->ezImage( $image,0,0,320 );[/CODE] but it fails to load the image.can sobebody help me on this?

Member Avatar for cereal
0
1K
Member Avatar for silverarrow23

Hi, I Am Having Problems With this Piece Of Code: [code]<?php // Config $Conf = array(); $Conf['db'] = array(); $Conf['template'] = 'default'; $Conf['language'] = 'en'; $Conf['title'] = 'Care In Mind File Server'; $Conf['db']['server'] = 'mysql17.000webhost.com'; $Conf['db']['username'] = 'a6670856_fileser; $Conf['db']['password'] = 'ja23mes'; $Conf['db']['name'] = 'a6670856_fileser'; $Conf['docUrl'] = 'http://careinmindintranet.co.cc'; $Conf['job_server'] = 'http://careinmindintranet.co.cc/Secure/FileServer/jobs'; …

Member Avatar for silverarrow23
0
434
Member Avatar for mwenyenia07

I am new to PHP. I want to implement search using keypress i.e you enter the ID in a textfield and press the Enter key, which will call a certain function or php file which will do the search and load required data. my problem is how to make the …

Member Avatar for blocblue
0
94
Member Avatar for mwenyenia07

i want to load client details as follows: 1. you enter his/her Identity number in a textbox and press enter. this will call a controller that will do the rest of the stuff. how can you do it using jquery and codeIgniter. show by example.

-2
93
Member Avatar for mwenyenia07

hi i want an idea/code that can call a controller method from a javascript function inside a view. am using codeIgniter 1.7.2. what i wanted to achieve is to load details of a client by entering his account number and press enter key to load the details. hope you will …

Member Avatar for urtrivedi
0
106
Member Avatar for mwenyenia07

Hi all, I want to create an application to send an sms message to multiple clients. can somebody help how to go about it or send a php code that can do so.

Member Avatar for MooGeek
0
139
Member Avatar for mwenyenia07

can somebody send me a code that can convert the date for the current day into year-month-day only. i don't want inclusion of hours/minutes/seconds stuffs. this will make it easy to tally with MYSQL's y-m-d format. am using codeIgniter 1.7.1 --sorry for my bad english---i speak afrikaan--

Member Avatar for Wraithmanilian
0
87
Member Avatar for mwenyenia07

i downloaded cronjob bootstrapper and edited as shown: #!/usr/bin/php [CODE] <?php /* |-------------------------------------------------------------- | CRON JOB BOOTSTRAPPER |-------------------------------------------------------------- | | By Jonathon Hill (http://jonathonhill.net) | CodeIgniter forum member "compwright" (http://codeigniter.com/forums/member/60942/) | | Created 08/19/2008 | Version 1.2 (last updated 12/25/2008) | | | PURPOSE | ------------------------------------------------------------- | This script is …

Member Avatar for rch1231
0
950
Member Avatar for mwenyenia07

i installed ubuntu 10.04 and had an application supposed to regularly send mails. initially it was workin but after updates, it stopped. i have tried to re-configure php.ini but still the problem persists. i have also restarted sendmail but in vain. help get out of this problem please.

Member Avatar for cereal
0
79