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
- When dealing with databases, does adding a different table when we can use a simple hash a good thing?
- How to not load all database records in my TListbox in Firemonkey Delphi XE8
- microsoft odbc driver manager data source name not found and no default driver specified
- Cloud Connection with Java Window application
- Automatic background scan if user edit column?
- Jmeter JDBC Connection Configuration Parametrization of Database URL for accessing SQL Database
- How to grant privileges to current user
- MySQL: Insert a new row at a specific primary key, or alternately, bump all subsequent rows down?
- Inserting and returning autoidentity in SQLite3
- Architecture: Multiple Mongo databases+connections vs multiple collections with Express
- SQL - Adding a flag based on results within a query - best practice?
- Android database query not returning any results
- Developing a search and tag heavy website
- Oracle stored procedure wrapping compile error with inline comments
- Problems communicating with mysql in php
Related Questions in VB.NET
- If...Then...Else Visual Basic 2012
- Detecting whether a mouse button is down in vb.net
- IOrderedEnumerable to vb.net IOrderedEnumerable Conversion
- vb.net Get PrivateMemorySize64 and process id sort by memory size
- Cannot insert values into database
- check validation of an expression with Regex
- VB.NET KeyNotFoundException from String()
- How do i display data that are in between 2 values in a DDL?
- VB.net: How to make original variable value fulfill 2 statements?
- Login form by using a new database, made in VB
- Get Text from listbox in VB.net
- error handing for uploading large size file
- XML Null Element Visual Basic
- Using chart and tooltip
- vb2010 Express - Operator '=' is not defined
Related Questions in MDF
- How i can delete database from local server without database files
- Cannot attach file as database in multiple projects
- SQL Server Database not working due to server version issue on testing machine
- Is it possible to merge ndf files and mdf file into one single mdf file?
- Connection String on Visual Studio 2013 with SQL Server 2014
- Cannot attach mdf file as database
- Connect VB.net to SQL Server Express mdf
- incorrect syntax error near ,
- Azure WebJobs cannot connect to mdf database
- Winforms application : How to save .mdf to Windows %USERPROFILE% folder?
- Fill Datagrid with Sql Query using Date " 'Operand type clash: date is incompatible with int''
- Given a SQL Express database base file (.MDF) how can I wipe/clear/reset the schema and/or data?
- mdf file and connection error
- How to get Bak file or MDF without close connection sql server?
- Long Database name when attaching MDF file
Related Questions in SDF
- Connection lost with sdf file in a mvc project
- Specifying primary key values when key is set to auto increment
- Check if Sql Server Compact Database(.sdf) contains something without connecting
- Binding Navigator Navigation Mixed
- Pyspark: Is there an efficient way to exclude rows with only null values but pk?
- Load and save .sdf at runtime
- To use DataSets or not. What to do?
- How to save data from local sdf database into text file?
- DataSet changes to sdf local database
- How can I programmatically get a workitem "integration build" field value
- Small (M)SDF font textures have artefacts
- How to add png file as logo to gazebo model's .STL file and the model desciption is .sdf.jinja format?
- netsuite SDF error when deploy on WebStorm
- How do I connect to SDF on a Mobile device from desktop application?
- How To Edit .sdf file
Related Questions in SYSTEM-REQUIREMENTS
- permission level on a machine to develop sp 2010 using visual studio and SP 2010 designer
- Minimum System Requirements to run Python & tkinter
- Flash file .exe and .swf system requirement
- System Requirements For Angular Library
- Functional Requirement vs Non-Functional Requirement for Uber Application
- Determing system requirements to run a .NET application
- How do you define minimum server requirements for a web application
- What are the minimum requirements of neo4j?
- How to create a custom excel template for export customized work items for a project in Polarion?
- Requirement tracking Doxygen
- What happened to NetBeans versions comparison table?
- How to determine the minimum JRE version and system requirements for my Java application
- MySql Community Server Minimum System Requirements
- Functional Requirements vs Non Functional Requirements for a mobile web app
- When will Visual Studio Code be compatible with MacOS Catalina 10.15.x
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?
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