Uploading msaccess text list Uploading msaccess text list
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Uploading msaccess text list

Started by BREZ, June 21, 2009, 10:51:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

BREZ

I am unable to find any ref. to this in search!
We have an msaccess list, it has 28 columns of variable widths.
In total it is 22 Mb in size.
We would prefer if it would appear in gallery as it appears on msaccess.(text list)
Has anybody tried this?

Joachim Müller

Coppermine can not embedd the view of MS Access nor of any other Office application. You can enable coppermine to allow MS Access files to be uploaded, but the end user will need MS Access or at least the runtime to view it on his client. In terms of coppermine, Access files are being displayed similar to MS Word files, e.g. like this: http://coppermine-gallery.net/demo/cpg14x/displayimage.php?pos=-52
What you're up to do is impossible - a web browser can not display proprietary data out of the box. The only way to accomplish this would be inside silly iframe solutions (they suck if you ask me).
The filesize of 22 MB is not suitable for use on the web. If you really need this badly, hire a coder, convert the Access database into a mySQL database table and then design a custom view to mimick the table-driven Access view.