So I was asked a while ago at work by my boss what it would take to update from installshield 7.0 to something else and one of the things that is holding us back is a legacy app that depends on installshield installing dao 3.5, jet 3.5, mdac and access 97 runtimes. Updating the code to use ODBC really is not an option at all so my next thought was what about updating the db file to access 2000, and using the dao 3.6 dll and jet 4.0 but I can't seem to find any information about issues I may run into. Is this a doable solution without having to modify code? Other than having to redistribute the new 3.6 dll what else would I need to bundle? Would I need to install the ofice 2000+ runtimes as the 97 runtime is currently needed? Office will not be loaded on the machines this software runs on and they are all Windows 7 x64 with the exception of a single pc in the configuration being 32 bit Windows 7.
Updating old app that uses DAO 3.5 and jet 3.5
1.8k Views Asked by Neal Cynkus At
1
There are 1 best solutions below
Related Questions in MS-ACCESS
- Joining date fields from 2 separate tables in Access 2010. Outer join is acting like an inner join
- Access Global not working
- Dividing summed field by another summed field in the same query
- Edit fields in local table linked to PassThrough Query
- Change Index Settings Access VBA
- On click change chart query in ms access
- Access 2013 - Set a field value based on value of another field
- MS Access, Combobox, select fields bases on query, How do I weight the result fields
- Access SQL: Not Equals on Null Text Field
- MS Access If Function
- How to convert MS Access Database to Mysql with french characters
- MS Access: How to group by first column- summing some columns while keeping others the same
- Using an ODBC connection in Access get retrieve data from DB2
- How to Continuously Develop and Deploy an Access 2010 Database Application
- Adding calendar in ms access and view the data of specific day by clicking the date
Related Questions in WINDOWS-7
- Can't install anything with pip2 on Windows 7 due to UnicodeDecodeError
- Finding the default application for a particular file name extension (Even when served by a metro app)
- Copying text from gvim editor to system clipboard works only once per session
- Command line arguments are not passed in Windows 7 - Java
- This Operation has been canceled due to restrictions in effect on this computer, Please contact your administrator
- Compiling PDCurses into ".a", error with mingw command
- NET USE command to connect to a shared folder on local LAN
- error of updating an C# web service application by accessing a URL from MS installer command "msiexec" in C# VS 2010
- Notepad++ replace "Save" Common File Dialog Box
- How to correctly have modeless form appear in taskbar
- Maven in OSX Keeps Compiling with Java 1.5
- sfInit() snowfall package in R hangs on Windows 7
- Running php file asks for download instead of executing in apache 2.5?
- How can I programatically download a file from a sharepoint server and lock it?
- parse.com .Net sdk works on windows 7?
Related Questions in DAO
- Hibernate : session.get(...) vs session.getNamedQuery(...)
- How do I write unit test (JUnit) to check Database connection using DAO class?
- What's the difference beetwen EntityManager and DAO?
- spring jdbcdaosupport returns null
- Syntax for DAO 'Like' Select Query
- Junit tests in Java (Spring, MVC) for DAO and Service
- Casting a list of objects to another one
- sqlcommand not properly ended
- Spring Boot and Dao
- Android - GreenDao create/use entity and Dao class for existing sqlite database. Use greenDao with existing db
- Converting ADODB Loop into DAO
- Java DAO implementation setObjects
- I can´t scroll my jtable although i have a scrollpane
- How to build a query using Hibernate Criteria and Projections
- Can I check Value in DAO Recordset field during update process?
Related Questions in JET
- Can MS Access be Non-blocking, or is this just wishful thinking?
- Microsoft Access OledbDataReader read values error
- Excel JET Driver strange behaviour
- Why does the Excel source think my query has parameters?
- ALTER USER giving Syntax Error
- Operation must use an updatable query Microsoft Access 2010 running on SQL Server 2012
- Access to SQL migration. Error GROUP-BY expression must contain at least one column that is not an outer reference
- borland sdac inserted record is not shown when I try to fetch record from within the same connection
- Get the Jet User Roster using ADO.NET/OLEDB
- How to use Split string function with OLEDB.Jet for Excel file in a query
- Updating old app that uses DAO 3.5 and jet 3.5
- Microsoft JET Database Engine error '80004005' Could not use ''; file already in use
- How can I configure Plastic SCM Cloud to store Jet databases on another drive?
- How do I use my alias in the where clause?
- Network problem, suggestions sought
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Depends on a lot of things. JET 4.0 is included with Windows 7 but it sounds like the application has an access frontend as well? You probably only need the Access 2007 or 2010 to be installed which could be included in most auto-install software.