Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Pre-sales

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-27-2004, 08:32 PM
Junior Member
 
Join Date: Jul 2004
Posts: 1
Default SWFKit 2 Compatibility

Hello All,

We used a different program to make a Flash Presentation that accesses an Access DB locally....problem is, that program isn't compatible with Win98 First Edition, which is what many of the users are using as their OS.

a) I read about the DB connectivity....but just to make sure, is SWFKit able to access a local DB without any extra installations of software?

and

b) What is the scope of SWFKit's compatibility? Would our app run on Win 98 First Edition?

Thanks,

Doug
Reply With Quote
  #2 (permalink)  
Old 07-28-2004, 03:39 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:SWFKit 2 Compatibility

Your app can run on Win98 1st edition. But SWFKit requires ADO and Jet driver to access Access DB.

You can get ADO and Jet driver from http://msdn.microsoft.com/data/mdac/default.aspx

You can check if the required ADO drivers have been installed like this
Code:
var conn = new ActiveXObject("ADODB.Connection");
if (conn == null)
{
if (Dialogs.msgBox("ADO hasn't been installed yet, install it now?", 1 | 32) != 1)
return false;

// install ADO
Shell.runAndWait(getAdditionalFile("MDAC_TYP.exe"));
}
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 12:05 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.