I am rather new at perl. My experience is with mysql database which I like however, I have an application I must write using an existing MS Access Database.
I have a few questions.
I am use to the sytax of
my $dbh = DBI->connect('dbi:mysql:database=datasite','','');
I have noticed there are several ways to do it.
1.What is the best way to connect to ms access?
2.what is the sytax? An example for updating and inserting would be great.
The easier the better. I will be updating, deleting, inserting, searching etc...
3.What perl modules do I need to install for 5.6 build 633?