Digital Workshop

Welcome to the Digital Workshop Message Boards
It is currently December 23rd, 2024, 7:37 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Microsoft Access Driver
PostPosted: March 24th, 2009, 10:09 pm 
Offline

Joined: March 4th, 2007, 7:17 pm
Posts: 132
I created a Opus publication that uses Access database. However, many users complained that they could not get access to the texts that are stored in these databases. Apparently they do not have Microsoft Access Driver (*. mdb).

Can I check with Opus script whether they have this driver on computer?
Can I include Microsoft Access Driver (or Driver do Microsoft Access - I do not know that it is, but on my computer the driver install) in my distribution and install it on computer together with the publication?
Can I create a custom driver, if not allowed to use Driver Microsoft Access, for the installation to users?

_________________
Opus Pro 5.5
Win XP


Top
 Profile  
 
 Post subject:
PostPosted: March 24th, 2009, 11:02 pm 
Offline

Joined: November 25th, 2004, 1:24 pm
Posts: 512
Location: Scotland
Opus: 9.75
OS: Win 10
System: Asus i7-7700K 16Gb
The first question........
One way to check in script....assuming the file was supposed to be in the SYSTEM_WINSYS_DIR

Code:
if (FileExists( SYSTEM_WINSYS_DIR+"*.mdb"))
{
the yes bit
}



the other two parts, I don't know for sure...perhaps someone else does. You could tell the user where to get the driver and get them to install it...not very nice. I don't know what the law would be on distributing a file which is universally available?

Perhaps you could test to see if it exists, then download it if not?? That way, you aren't distributing it.
I've never tried that, but I'm sure someone else has.

_________________
Whoever designed this, never actually used it!


Top
 Profile  
 
 Post subject:
PostPosted: March 25th, 2009, 6:28 am 
Offline

Joined: March 4th, 2007, 7:17 pm
Posts: 132
Hi sandyn,
Thank you for your advice.
I thought that check Microsoft Access Driver, i must check file ODBCJT32.DLL. A file type *. mdb is database files.

But I do not understand where to download Microsoft Access Driver? To me, it comes with MS Office ...

_________________
Opus Pro 5.5
Win XP


Top
 Profile  
 
 Post subject:
PostPosted: March 25th, 2009, 8:21 am 
Offline

Joined: November 25th, 2004, 1:24 pm
Posts: 512
Location: Scotland
Opus: 9.75
OS: Win 10
System: Asus i7-7700K 16Gb
Yes, I meant the dll not the database file :-).

You will have to check throught Microsoft support if the DLL is distributable

http://support.microsoft.com/dllhelp/?d ... &x=19&y=10
This lists the file versions, so you should be able to get in touch with Microsoft through here and see if it can be distributed with your publication. Hopefully it will be.

_________________
Whoever designed this, never actually used it!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 46 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group