I have developed a program using VB.NET running with mysql (.mdf/.sdf) database file. It's definitely running well in my development machine. Now I have compiled and come out the .exe file that want it to run in another personal computer without visual studio & other development tools. What are the software requirements for the PC to run the database file? Since i don't want to install visual studio, SQL management studio or other heavy development tool in the client PC.
.MDF / .SDF Database Client Software Requirement
1.6k Views Asked by C PWL At
1
There are 1 best solutions below
Related Questions in DATABASE
- How to add the dynamic new rows from my registration form in my database?
- How to store a date/time in sqlite (or something similar to a date)
- Problem with add new attribute in table with BOTO3 on python
- When an E-R attribute should be perceived as a relationship attribute or as an entity set attribute?
- SQLAlchemy: efficient relationship loading in 3-way many-to-many relationship
- Cannot connect to Postgres Database when running Quarkus Tests with Gitlab ci
- Local or remote database with react-native?
- I want to edit a specific row in database
- How to enter data in mongodb array at specific position such that if there is only 2 data in array and I want to insert at 5, then rest data is null
- Open Web Library
- database login.py and register.py error showing 404 file not found and doesn't work
- SQL71561: SqlComputedColumn: When column selected
- Liquibase as SaaS To Configure Multiple Database as Dynamic
- Updated max input vars but table still shows error
- Spring does not map set of roles
Related Questions in VB.NET
- how do i stop system stack overflow in visual basic?
- Finding and Using Camera found in “Imaging Devices” in VB.NET
- Finding a specific colour within a bitmap range - VB.net 2022
- Filtering a double value
- How to call late bound extension method from VB.NET (Framework)
- Accessing a variable from a string
- Calling ToString with a nominated format returns Char rather than String
- Monthly attendance report in Crystal Report
- Progress Bar increment while running
- GetValue for Field contains too many arguments
- Icon of Window form application
- vb.net connection string to a regular google drive
- VB.NET how to check if a form already exists?
- How to get paste to work for pasting in text in a textbox?
- How to convert base64 string to image using vb.net
Related Questions in MDF
- Convert .blf to mdf or mf4 in Python
- Reading mf4 data through asammdf and getting unexpected data structure
- Protect localdb with a username and password
- Ensure that 782 version of a SQL Server Express LocalDB 2014 (.mdf) is respected when importing it into Visual Studio 2017
- Same Signal name in asammdf
- How can I get Bus channel information in asammdf?
- Asammdf: What are channels, signals and samples
- Asammdf Library: Why do missing values implicitly get removed?
- WPF .net Framework with MDF file not running when published and installed on another computer
- How to export data to .dat file using mdfreader library in python?
- SQL Server MDF file is smaller than expected
- Reading MDF4-Files containing Ethernet Signals
- How to get physical conversion rate from mdf4
- How to use interpolation in Asammdf? (Python)
- .mdf to .csv conversion using asammdf
Related Questions in SDF
- Unable to apply Camera Distortion on Gazebo Harmonic
- how convert urdf to sdf with <preserveFixedJoint> tag
- Convert simple data format file(.sdf) to csv
- How to remove the visualization of a triangular mesh on objects and make a realistic rendering of objects?
- How to use Scaffold-DbContext in .NET Core for SQL Server Compact (*.sdf File) database
- How to create a 4d Matrix with Python and export in a SDF file?
- How to access a SQL CE database file (sdf) from python (with pyodbc)
- Open Babel Warning in PerceiveBondOrders
- MATLAB - How do I extract the molecules from an SDF file with an ID in another text file, into a new SDF file?
- Parsing sdf file in bash
- LinqPad Syntax for deleting foreign key constraint on .SDF file
- Small (M)SDF font textures have artefacts
- Refilling xml file with data from sdf file
- How to convert .sdf files into image format in a bulk?
- Can anyone suggest a workflow maintaining Netsuite SDF with Git VCS?
Related Questions in SYSTEM-REQUIREMENTS
- How do I adjust Unity build settings to ensure game compatibility across Android devices?
- scalability - Calculate load for performance testing from requirements
- How to create a custom excel template for export customized work items for a project in Polarion?
- Mongodb cluster vs. a basic VPS with same resources (digital ocean, linode..) minimum requirements
- How to show interaction between two statuses on a diagram?
- conan system_requirements auto install
- yocto - local build stuck on running do_compile tasks for two library
- Functional Requirement vs Non-Functional Requirement for Uber Application
- System Requirements For Angular Library
- Minimum System Requirements to run Python & tkinter
- Requirement tracking Doxygen
- Technical Documentation for Developers
- When will Visual Studio Code be compatible with MacOS Catalina 10.15.x
- How do you determine the system requirements of your own game?
- .NET always installed and enabled on Windows 10?
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 # Hahtags
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?
I presume you mean SQL Server Compact Edition rather than "mysql".
You either have to get the user to install the runtime on their desktop or package 7 dll files with your application, see: How to Deploy a Sql Compact Database with an Application