View Single Post
Old Feb 17th, 2007, 6:18 AM   #3
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
I can't see it having much performance benefit, as DaWei says, nor any security benefit. The only reason you'd do something like this is out of necessity, for instance, if your web host doesn't provide any databases that you can use directly.

But yes, the only other way to do it is to populate a file of some kind. Perhaps a file that has some SQL in it so you can run it directly against your database.
Arevos is offline   Reply With Quote