CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> General/Other

 Having Problems With ODBC (LAMP)

Print topic Send  topic

Author Message
ab5ni


Posts: 177
Posted: 06/05/2013, 11:40 AM

Hey, guys. Long time no type :D.

Anywho, have an old 4.3 project I'm trying to get going on a new server, and I'm having no end of problems with the connection. I've installed the latest, greatest MySQL ODBC driver, and for some reason, CCS thinks it's trying to connect to a MS Access database. I have mucked around with the system ODBC settings (Winblows 8), but maybe I'm making some kinda mistake.

Do I need to make sure my database is setup for user, file, and system here? Any suggestions?

Environment: CentOS 6.4, PHP 5.3, MySQL 5.1 (and trying to use CCS mysqli setting).


Best Regards,

_________________
Randall Jouett
Amateur Radio: AB5NI
I eat spaghetti code out of a bit-bucket while sitting at a hash table! And yes, I paid for the meal in cache!


View profile  Send private message
MichaelMcDonald

Posts: 640
Posted: 06/05/2013, 11:47 PM

Caution !!!

I cannot be responsible for Microsoft flaky operating systems, but if you want to try this I have a registry entry that I use because my whole ODBC process corrupted on Windows 7 so I can't use it, so I install the MySQL driver and then put this into a text file, save it as .reg and import into the registry:

(Obviously change DB, username, pwd as required)


Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\fm]
"Driver"="C:\\Windows\\SysWOW64\\myodbc3.dll"
"DATABASE"="glowbe"
"DESCRIPTION"="glowbe"
"PWD"="root"
"PORT"="3306"
"SERVER"="127.0.0.1"
"UID"="root"


_________________
Central Coast, NSW, Australia.

View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.