Very simple!
On server:
SQL error: [unixODBC][Driver Manager]Data source name not found, and no default driver specified, SQL state IM002 in SQL
Delete the USER data source name and define it as a SYSTEM data source name. Go to -> Start -> Settings -> Control Panel -> Administrative Tools -> Data Sources (ODBC): – User DSN : delete the specified User DSN – System DSN : create a new System DSN
Else try to install same 32bits or 64bits version as locally installed.
Locally:
[Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application
32bit/64 bit conflict – either you install a 32bit driver version or you use/configure the 32bit under C:\Windows\SysWoW64\
Try to install same 32bits or 64bits version as locally installed.
Related Posts:
- PDO with INSERT INTO through prepared statements
- Creating a search form in PHP to search a database?
- How can I do ‘insert if not exists’ in MySQL?
- Commands out of sync; you can’t run this command now
- Cannot simply use PostgreSQL table name (“relation does not exist”)
- How can I do ‘insert if not exists’ in MySQL?
- Fatal error: Call to undefined function sqlsrv_connect()
- PHP Fatal error: Call to undefined function mssql_connect()
- SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens on line 102
- Fatal error: Call to a member function query() on null
- Replace ' and similar html codes with their correspondent character?
- Google Calendar API event update always return 404 “not found” error
- How to prevent the “Confirm Form Resubmission” dialog?
- navigate back with PHP form submission
- How to set 777 permission on a particular folder? [closed]
- How do I make a redirect in PHP?
- Selecting COUNT(*) with DISTINCT
- List of All Locales and Their Short Codes?
- Case in Select Statement
- What is a stored procedure?
- Difference between “as $key => $value” and “as $value” in PHP foreach
- How do I get a YouTube video thumbnail from the YouTube API?
- What is a slug?
- Visual list of all installed fonts with respective pangram phrase?
- Inserting multiple rows in a single SQL query? [duplicate]
- How to avoid Request Entity Too Large 413 error
- How to log in to phpMyAdmin with WAMP, what is the username and password?
- Array to String PHP?
- Conversion failed when converting date and/or time from character string while inserting datetime
- Self Join to get employee manager name
- How do I UPDATE from a SELECT in SQL Server?
- Should I use mysqli_real_escape string() or mysql_real_escape_string() for form data?
- SQL query to select dates between two dates
- count() parameter must be an array or an object that implements countable in laravel
- regex match any whitespace
- Conversion failed when converting date and/or time from character string while inserting datetime
- When should I use CROSS APPLY over INNER JOIN?
- Insert Data Into Temp Table with Query
- SQL query to get the employee name and their manager name from the same table
- What’s the net::ERR_HTTP2_PROTOCOL_ERROR about?
- error, string or binary data would be truncated when trying to insert
- How to fix “Headers already sent” error in PHP
- How to create Temp table with SELECT * INTO tempTable FROM CTE Query
- NOT IN vs NOT EXISTS
- How can I do an UPDATE statement with JOIN in SQL Server?
- Must declare the scalar variable
- T-SQL split string
- currently unable to handle this request HTTP ERROR 500
- Must declare the scalar variable
- PHP page redirect
- Rename column SQL Server 2008
- INSERT statement conflicted with the FOREIGN KEY constraint – SQL Server
- Efficiently convert rows to columns in sql server
- Whoops, looks like something went wrong. Laravel 5.0
- The SQL OVER() clause – when and why is it useful?
- Update multiple columns in SQL
- PHP “or” Syntax
- Nested select statement in SQL Server
- Fatal error: Call to undefined function mysql_connect()
- How to fix “Headers already sent” error in PHP
- INSERT statement conflicted with the FOREIGN KEY constraint – SQL Server
- “Notice: Undefined variable”, “Notice: Undefined index”, and “Notice: Undefined offset” using PHP
- What are namespaces?
- How do I escape a single quote in SQL Server?
- Get the full URL in PHP
- SQL Server IF EXISTS THEN 1 ELSE 2
- PDOException SQLSTATE[HY000] [2002] No such file or directory
- http://localhost:80 is not working on running Apache server through UniServer ZeroXIII
- PDOException SQLSTATE[HY000] [2002] No such file or directory
- T-SQL split string based on delimiter
- Mysql query- How to use contains?
- How do I get PHP errors to display?
- SQL Query with SUM with Group By
- S_SESSION variable (user role) not recognised
- What are the main differences between PHPExcel and PhpSpreadsheet?
- Is SAJAX dead? What to replace with?
- How do I resolve a HTTP 414 “Request URI too long” error?
- Get the full URL in PHP
- How do I check if a string contains a specific word?
- PDOException: SQLSTATE[HY000] [2002] No such file or directory
- xajax expanding list query
- Drop a temporary table if it exists
- How do I perform an IF…THEN in an SQL SELECT?
- How do I escape a single quote in SQL Server?
- How to force file download with PHP
- How do I get a file extension in PHP?
- How to Set Category Page as Home Page in Prestashop
- Get the full URL in PHP
- How Stuff and ‘For Xml Path’ work in SQL Server?
- IDENTITY_INSERT is set to OFF – How to turn it ON?
- mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in
- SQL update from one Table to another based on a ID match
- Invalid column count in CSV input on line 1 Error
- Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, object given in
- How to copy a file from one directory to another using PHP?
- How to check if a string starts with a specified string?
- Conversion of a varchar data type to a datetime data type resulted in an out-of-range value in SQL query
- what does PHP die() return
- Invalid column count in CSV input on line 1 Error
- how to replace quotation marks with \”