Server-side CPAN Module - accessing existing handle

Server-side CPAN Module - accessing existing handle

GeoJunkieGeoJunkie Posts: 10Questions: 3Answers: 1

One of my DataTables has officially gotten too big to transfer the whole thing, so I'm switching it to server-side. I've looked at the documents for the CPAN DataTables module and understand the concept. However, we a central block of code for initializing the DBI, which returns a database handle. Is there a way I can just use that handle instead of doing a separate DBI initialization just for this module?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Answer ✓

    I think you will probably need to contact the author of the CPAN module. It isn't maintained by myself and I'm not sure if the author monitors these forums.

    Allan

This discussion has been closed.