I have finally caved in and am trying to learn Perl. I though a good way to do it would be to work on an already existant system. Apparently that was a bad idea.
I have the code set up and running but everytime I hit the first script:
[tt]
DBI object version 1.37 does not match $DBI::VERSION 1.14 at C:/Perl/lib/DynaLoader.pm line 249.
BEGIN failed--compilation aborted at C:/Perl/lib/DBI.pm line 182.
Compilation failed in require at C:/Perl/lib/C4/Database.pm line 25.
BEGIN failed--compilation aborted at C:/Perl/lib/C4/Database.pm line 25.
Compilation failed in require at C:/Perl/lib/C4/Auth.pm line 25.
BEGIN failed--compilation aborted at C:/Perl/lib/C4/Auth.pm line 25.
Compilation failed in require at c:\dev\ line 6.
BEGIN failed--compilation aborted at c:\dev\ line 6.
[/tt]
I am starting to suspect that this is due to the code being written for a mySQL database and me trying to point it at a SQLServer database.
Can anyone point me in the right direction for this error? (I think I bit off more than I can chew)
_______________________________________
Ignorance is a beautiful thing:
You don't know what you can't do...
I have the code set up and running but everytime I hit the first script:
[tt]
DBI object version 1.37 does not match $DBI::VERSION 1.14 at C:/Perl/lib/DynaLoader.pm line 249.
BEGIN failed--compilation aborted at C:/Perl/lib/DBI.pm line 182.
Compilation failed in require at C:/Perl/lib/C4/Database.pm line 25.
BEGIN failed--compilation aborted at C:/Perl/lib/C4/Database.pm line 25.
Compilation failed in require at C:/Perl/lib/C4/Auth.pm line 25.
BEGIN failed--compilation aborted at C:/Perl/lib/C4/Auth.pm line 25.
Compilation failed in require at c:\dev\ line 6.
BEGIN failed--compilation aborted at c:\dev\ line 6.
[/tt]
I am starting to suspect that this is due to the code being written for a mySQL database and me trying to point it at a SQLServer database.
Can anyone point me in the right direction for this error? (I think I bit off more than I can chew)
_______________________________________
Ignorance is a beautiful thing:
You don't know what you can't do...