I compared txtSQL to numerous others...
http://txtsql.sourceforge.net/benchmark2.html
I am going to re run these and include gladius as well...
| Welcome | |
|---|---|
| Welcome to <strong>txtSQL</strong>.
You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. Registration is fast, simple, and absolutely free, so please, <a href="/profile.php?mode=register">join our community today</a>! |
|
<?php
/*
$gender = array("m","f");
$boys100 = array(
$girls100 = array(
$lastnames500 = array(
$emails5 = array("hotmail.com","yahoo.com","yahoo.co.uk","gmail.com","operamail.com");
$emailord = rand(1,2);
$cities66 = array(
$languages = array("eng","eng","eng","eng","eng","deu",spa","fra");
$yearbirth = nn = 30-99, 1930-1999, 8-77 years old
*/
include 'rand_names_data.php';
$gend=$gender[array_rand($gender)];
if($gend=='m')
$fname=$boys100[array_rand($boys100)];
if($gend=='f')
$fname=$girls100[array_rand($girls100)];
$lname=$lastnames500[array_rand($lastnames500)];
$fullname=$fname.' '.$lname;
$yearb=mt_rand(30,99);
$location=$cities66[array_rand($cities66)];
$lang=$languages[array_rand($languages)];
$mailsite=$emails5[array_rand($emails5)];
$mord=mt_rand(1,2);
if($mord==1)
$email=strtolower($fname).'_'.strtolower($lname).$yearb.'@'.$mailsite;
if($mord==2)
$email=strtolower($lname).'_'.strtolower($fname).$yearb.'@'.$mailsite;
echo $fullname.' '.$gend.' '.'19'.$yearb.' '.$lang;
echo ' '.$location.' '.$email;
?>Cego
Cego is the open source implementation of a relational database.
Users browsing this forum: No registered users and 0 guests