big database .dat

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
sebs
Forum Commoner
Posts: 97
Joined: Tue Sep 20, 2005 10:13 am

big database .dat

Post by sebs »

I have a very big database in a .dat file.Does anyone know how to open it?Which program or in which way?
User avatar
jayshields
DevNet Resident
Posts: 1912
Joined: Mon Aug 22, 2005 12:11 pm
Location: Leeds/Manchester, England

Post by jayshields »

how did you make it? did you use a program? if so, use the same one to read it.

if you dont have a program to read it, then just write a script to parse the .dat file and print the data in a html table or somethng.
Post Reply