Click here to Skip to main content
15,900,378 members
Home / Discussions / Database
   

Database

 
GeneralRe: Parameter names of Stored Procedures Pin
sri08018819-Jan-12 0:09
sri08018819-Jan-12 0:09 
AnswerRe: Parameter names of Stored Procedures Pin
jschell18-Jan-12 8:43
jschell18-Jan-12 8:43 
QuestionHow to insert same record multiple times in Mysql using single query and not using for loop. Pin
sr15915-Jan-12 23:03
sr15915-Jan-12 23:03 
AnswerRe: How to insert same record multiple times in Mysql without using for loop. Pin
phil.o15-Jan-12 23:36
professionalphil.o15-Jan-12 23:36 
GeneralRe: How to insert same record multiple times in Mysql without using for loop. Pin
sr15916-Jan-12 0:41
sr15916-Jan-12 0:41 
AnswerRe: How to insert same record multiple times in Mysql without using for loop. Pin
Simon_Whale16-Jan-12 0:22
Simon_Whale16-Jan-12 0:22 
AnswerRe: How to insert same record multiple times in Mysql using single query and not using for loop. Pin
Jörgen Andersson16-Jan-12 0:57
professionalJörgen Andersson16-Jan-12 0:57 
AnswerRe: How to insert same record multiple times in Mysql using single query and not using for loop. Pin
Simon_Whale16-Jan-12 1:04
Simon_Whale16-Jan-12 1:04 
MySql Insert documentation[^]

As far as I can see you will need to use a loop of some kind, can I ask why you want to do it with no looping? you could easily do it simply like this in psuedo code

Open Database Connection
For i = 1 to 50
 Insert into Datbase table the values
 i++
next
Close Database


As others have said you may need to reconsider your database design.
Lobster Thermidor aux crevettes with a Mornay sauce, served in a Provençale manner with shallots and aubergines, garnished with truffle pate, brandy and a fried egg on top and Spam - Monty Python Spam Sketch

GeneralRe: How to insert same record multiple times in Mysql using single query and not using for loop. Pin
sr15916-Jan-12 1:22
sr15916-Jan-12 1:22 
GeneralRe: How to insert same record multiple times in Mysql using single query and not using for loop. Pin
Simon_Whale16-Jan-12 1:26
Simon_Whale16-Jan-12 1:26 
AnswerRe: How to insert same record multiple times in Mysql using single query and not using for loop. Pin
David Skelly16-Jan-12 2:23
David Skelly16-Jan-12 2:23 
AnswerRe: How to insert same record multiple times in Mysql using single query and not using for loop. Pin
SilimSayo16-Jan-12 7:06
SilimSayo16-Jan-12 7:06 
QuestionVS2010 Database Project Problem Pin
Kevin Marois14-Jan-12 7:11
professionalKevin Marois14-Jan-12 7:11 
QuestionProblem with Multiple search Stored Procedure Pin
reogeo200812-Jan-12 22:19
reogeo200812-Jan-12 22:19 
AnswerRe: Problem with Multiple search Stored Procedure Pin
Mycroft Holmes12-Jan-12 23:44
professionalMycroft Holmes12-Jan-12 23:44 
GeneralRe: Problem with Multiple search Stored Procedure Pin
reogeo200812-Jan-12 23:50
reogeo200812-Jan-12 23:50 
AnswerRe: Problem with Multiple search Stored Procedure Pin
Eddy Vluggen13-Jan-12 6:42
professionalEddy Vluggen13-Jan-12 6:42 
GeneralRe: Problem with Multiple search Stored Procedure Pin
SilimSayo17-Jan-12 10:41
SilimSayo17-Jan-12 10:41 
Questionclient informs client Pin
Luc Pattyn12-Jan-12 12:11
sitebuilderLuc Pattyn12-Jan-12 12:11 
AnswerRe: client informs client Pin
Peter_in_278012-Jan-12 13:03
professionalPeter_in_278012-Jan-12 13:03 
GeneralRe: client informs client Pin
Luc Pattyn12-Jan-12 14:56
sitebuilderLuc Pattyn12-Jan-12 14:56 
AnswerRe: client informs client Pin
Peter_in_278012-Jan-12 15:30
professionalPeter_in_278012-Jan-12 15:30 
AnswerRe: client informs client Pin
Luc Pattyn12-Jan-12 15:44
sitebuilderLuc Pattyn12-Jan-12 15:44 
AnswerRe: client informs client Pin
Mycroft Holmes12-Jan-12 13:32
professionalMycroft Holmes12-Jan-12 13:32 
GeneralRe: client informs client Pin
Luc Pattyn12-Jan-12 14:59
sitebuilderLuc Pattyn12-Jan-12 14:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.