BenRussell
Programmer
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
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