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 answers
Related Questions in MS-ACCESS
- Ctrl+' for copying from previous record in MS Access not working bilingual in Access 2016
- Updating Access Database using C# and stored procedure does not work
- SQL Left Join not including desired rows
- Published MAUI app doesn't work with access database
- Microsoft access sql query to update last record
- Syntax error in FROM clause C# and MSAccess
- sum function in a report
- Excel column datatype issues using MSADO and Access 2016 Engine driver
- Monitor Scaling Issue for Moveable Access Form using MoveWindow win32 API
- ms-access email electronic signiture
- "Make Trusted Document" warning doesn't trigger until exit, causing "Can't exit now" error
- How to compile java gdal PGEO on apple silicon MacOS to read mdb file?
- Access won't open past the splash screen
- Access, Relationship. Too complicated Syntax?
- Table Update from a form using VBA
Related Questions in WINDOWS-7
- "Encountered an issue where Windows 7 could not properly move the stage2 part to the specified location while writing the dual-boot bootloader
- In Windows 7 _ Is It Possible to widen the arrow button next to Switch Off button on Start Menu?
- Assign fake MAC Address to Wireguard Virtual NIC?
- Considering Proxmox to replace individual legacy PCs and LAN servers
- will gwbasic run on 32 bit windows 7
- What is the latest version of Cygwin's Setup that will run in Windows 7?
- How to restore data of a shortcut file
- Failed to create virtualenv or venv on certain Windows7 PC using Winpython 3.8.10 distribution
- MiniDumpWriteDump execution error on Windows 7
- How to use http/2 for ASP.NET Core Web app on win 7?
- DLL not found when Debugg using Windbg for Windows7
- WMI Win32_PnpEntity Class "Description" and "Caption" properties are working on Win7 but not working on Win10
- How can i make an executable file from Python project written on Windows 11 to run on Windows 7?
- Possible to force MSYS2 MINGW to build without UCRT?
- Produce a Windows Crash Dump Without User Intervention And Get An Error Dialog
Related Questions in DAO
- Too many arguments for public abstract fun in kotlin
- Springboot - The injection point has the following annotations: - @org.springframework.beans.factory.annotation.Autowired(required=true)
- Sql query not return data
- One DAO per entity vs multiple DAO's per entity
- Detect corrupted Microsoft Access database in code-behind
- how to make a variable truly unmutable
- How to disconnect recordset obtained from local table in MS Access?
- DAO 3.6 missing in Visual Studio 2022 COM references
- In Microsoft Access VBA using DAO, how do you set a multivalued field when adding a record?
- Passing Event specific DAO's vs Generalised DAO's
- Room Database Errors
- Is it not possible to call a Dao-Room function passing the whole object as parameter rather than each member?
- DAO Design Pattern for multiple tables
- How to send DATE in Rest API in Post Method/Maven Project?
- Targer activity doesn't starts after clicking the button its navigate to main.activity
Related Questions in JET
- No value given for one or more required parameters. in Vb6.0
- EntityFrameworkCore.Jet: Scaffold doest not work - COMException (0x800A0CB3)
- How to get product id in jetwoobuilder product loop
- Error while trying to call JetAttachDatabase from ESENT.dll in Golang
- DAO: dbSeeChanges alters behavior of FindFirst method of Recordset object
- How to creata a 2-column combination into a primary key in OLEDB with VB.NET
- Greetings, I'm struggling to get this Jet SQL query to tell me how many race wins a driver has on different tracks
- Oracle apex Gantt chart how to highlight weekends
- MS Access: Delete query to limit the number of records in a table to the most recent 10,000
- How to Read an Excel Table placed not in First Cell
- python-colab :: Error when using : palette='jet' . why?
- Do i need to change my SQL-Statements in my VB5/VB.net-Application, if i change the used database from Access 97 to Access 365?
- ModuleNotFoundError: No module named 'jet'
- Return multiple fields for SINGLE record meeting criteria?
- How to initiate ojet menu from javascript
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?
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)
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.