Salve, sono passato da windows xp pro a Windows 8.1 pro 64 ed ho installato il database mysql 5.6
Praticamente dal programma di gestione Mysql Front 5.3 i database li vedo senza problemi, ma non riesco ad interfacciarmi con i miei script in asp..... (per cui non credo sia un problema di database)
La stringa di prima era:
' UPDATE THESE VALUES for MySQL ******************************************
MySQLSVR = "127.0.0.1" ' enter IP or hostname of MySQL server
MySQLPRT = 3306 ' enter MySQL port (default 3306)
MySQLUID = "root" ' enter Username (between quotes)
MySQLPWD = "" ' enter Password (between quotes)
MySQLDB = "Sql26945_1" ' enter Active DataBase (between quotes)
MySQLOPT = 16387 ' enter MyODBC options values (at least 16387)
' END OF UPDATE ************************************************** ********
' MySQL Version
dim Conn_String
Conn_String = "driver={MySQL ODBC 3.51 Driver};server="&MySQLSVR&";port="&MySQLPRT&";"_
& "uid="&MySQLUID&";pwd="&MySQLPWD&";database="&MySQ LDB&";option="&MySQLOPT&""
ho tutti i siti che funzionano anche on line con questa stringa, ma adesso in locale non funziona niente....
Ho installato il Connector/ODBC 5.3.4 sia a 32 che a 64 bit...
ma non funziona più l' interfacciamento da asp...
Non riesco a capire il perché......
![]()