Welcome Guest, Not a member yet? Register   Sign In
Not insertiing the data from csv file to Datebase
#1

[eluser]Ram_Kalva[/eluser]
hi there can please any one can help to insert the data in database through a csv file i am attaching the required files to the message if any one please help


i am updating this i need to run the

function process_transaction_nbc_csv() which u can see maintenance file and please help me what other files need to upload the csv direct in to one database

if any more files need please let me



please help me this urgent for my project


so pleaseeeee


this is my table structure please help me if any one can


CREATE TABLE IF NOT EXISTS `nbc_upload` (
`member_seq` int(11) NOT NULL,
`nbc_deposit_date` date NOT NULL,
`nbc_mra_policyno` int(50) NOT NULL,
`nbc_membercode` int(50) NOT NULL,
`nbc_idno` int(50) NOT NULL,
`mem_contribution` int(20) NOT NULL,
`emp_contribution` int(20) NOT NULL,
`fiscal_date` date NOT NULL,
`nbc_total_amount` int(11) NOT NULL,
`nbc_FC` int(11) NOT NULL,
`nbc_GL` int(11) NOT NULL,
`nbc_RI` int(11) NOT NULL,
`nbc_ref_id` int(11) NOT NULL,
KEY `nbc_idno` (`nbc_idno`),
KEY `member_seq` (`member_seq`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;


Messages In This Thread
Not insertiing the data from csv file to Datebase - by El Forum - 02-22-2012, 05:15 AM
Not insertiing the data from csv file to Datebase - by El Forum - 02-22-2012, 08:23 AM
Not insertiing the data from csv file to Datebase - by El Forum - 02-22-2012, 10:01 PM
Not insertiing the data from csv file to Datebase - by El Forum - 02-23-2012, 04:11 AM
Not insertiing the data from csv file to Datebase - by El Forum - 02-23-2012, 04:19 AM
Not insertiing the data from csv file to Datebase - by El Forum - 02-23-2012, 07:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB