Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with database name

Status
Not open for further replies.

BenRussell

Programmer
Mar 12, 2001
243
US
I recall reading about a database that you could install into Perl (probably using a DBD:: driver), but it wasnt really a database like mySQL or mSQL. Instead, you could specify the absolute path to a file where the driver would create the tables, etc. for you, without the need to actuallly install a database.

Then once you set this path, you could use regular SQL syntax to retrieve, update, etc. to it.

Could anyone help me out on the name of this driver, and any other details I might need to know to get this working?

- Ben
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top