Its about database

Closed
me - Sep 4, 2009 at 10:52 AM
 Blocked Profile - Sep 4, 2009 at 12:28 PM
Hello,
Can you help me please.
Is it possible to random the data on the database?
If yes how?
Give me some sample codes.
Related:

3 responses

Blocked Profile
Sep 4, 2009 at 11:44 AM
Hye, can you be more precise? you want to random data to be input in a database or read datat from random? and also what type of database are you using?
0
what i mean is that, i have questions stored in my database, i want it in random when i called it. how would i do it? that is about our project in school. please help
0
Blocked Profile
Sep 4, 2009 at 12:28 PM
well the simplest way to do that is to assign a key to each question. then you use a random number generator or you can create one using, time, date variables, from the obtain number just point it to the related question.
0