No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
hello all, i have a php page in which user added certain combinations and clicks on add. when added, i create a array which stores the values and user can add multiple rows. if ($action=="Add") { $Arr[] = array ( "scopeid" => $scopeid, // values are comma seperated e.g 1,5,6 …
can u give the table structure member_information or can u be sure that the column Mem_sponsor_id is present in the member_information table?
Hi all, Array ( [0] => Array ( [AssessmentFormItem_VC] => 1.1 [Item_ID] => 5792 ) [1] => Array ( [AssessmentFormItem_VC] => 1.2 [Item_ID] => 5794 ) [2] => Array ( [AssessmentFormItem_VC] => 2 [Item_ID] => 5795 ) [3] => Array ( [AssessmentFormItem_VC] => 1 [Item_ID] => 5796 ) ) how …
hi all, Table 1: ID | COL1 1 | 1 1 | 13 1 | 64 Table 2: ID | COL1 1 | 14 1 | 13 Output needed: ID | COl 1 | 1 1 | 13 1 | 14 1 | 64 How will i accomplish this??? Thanks …
Hi can any one help me in following case? Table A ID | Name 1 , Apple 2 , Bat 3 , Cat 4 , Dog Table B ID | Name 1 , A 2 , B 3 , C 4 , D 5 , E 6 , F 7 …
hi all, i have a table whose structure is as below: Name Null? Type ----------------------------------------- -------- ---------------- NEWSLETTER_ID NOT NULL NUMBER SUBJECT_VC VARCHAR2(255) MAILTYPE_VC VARCHAR2(50) CONTENT_TXT CLOB SCHEDULE_DT VARCHAR2(50) SYSTEM_HOOK_VC VARCHAR2(50) NSTATUS_SI NUMBER TEMPLATE_ID NUMBER i want to insert data in this table. below is my php script i m …
i have an array of hours[] and minutes[]. hours Array: Array ( [0] => 11 [1] => 12 [2] => 13 [3] => 14 ) minutes[] Array: Array ( [0] => 30 [1] => 30 [2] => 30 [3] => 30 ) now i want an array which will merge …
hi all, i have a string for example: $str="The annual general meeting is scheduled on ::date:: at ::time::. you all are requested to be present on ::date:: at ::time::." i store it in the Templates_T table in my DB. Template_ID =1 [for eg.] now this format can be used further …
hi all, Very new this forum. i am using MSSQL 2005 and i want to create a backup script for a table [create and insert statements] without using mssql datapublishing wizard 2005. is it possible?? how can i do it Best Regard
The End.
bhakti.thakkar