1. problem with bulk update and auto_increment coderanch.comHi All, I need some help from you guys regarding bulk update. The scenario is as follows: I have 3 tables in my DB: Person, Person_Phone_Numbers and Person_custom_info Person table has a id(AUTO_INCREMENT)and Person_Phone_Numbers and Person_custom_info tables has this as their foreign key. The no. of records which I have to insert at a time will be somewhere between 50 to ... |
2. Bulk updates coderanch.com |
3. Regarding Bulk insert coderanch.comHai.. Can anyone just help me out for doing bulk insert in mysql ,I got 60 records for marking attendance for a particular class,all the records has to be inserted in database at a time without using looping concept.I do know how to proceed with query. I just think of a concept that if the check box were marked,that particular student ... |
4. Regarding Bulk insert coderanch.comHai experts, for adding bulk data's in profile part,i tried in two ways, 1.Directly upload from csv file & save it to database 2.number of rows & columns are given as per data's we want to insert,then the values are entered...at that time how to insert all the data's.. For e.g if the profile has personal details like ,the name,date of ... |
5. regarding bulk insert coderanch.com |