· Re: Data source name not found and no default driver specified AM | Atrax | LINK dunno. probably you're trying to use a DSN that isn't set up or isn't visible to the ASPNET user account. · ERROR [IM] [Microsoft] [ODBC Driver Manager] Data source name not found and no default driver specified. the connection string is. connectionString="Data Source=DRIVER= {MySQL ODBC Driver};SERVER=localhost;PORT=; DATABASE=database;UID=xxx;PWD=xxx;OPTION=3;pooling=false;" . · Data source name not found and no default driver specified. I have checked the ODBCConnection orbject and its instansiated with the exact same connectionstring as in the webapplication. The connection string looks like this: "DRIVER={MySQL ODBC Driver};SERVER=X.X.X.X;DATABASE=X;USER=X;PASSWORD=X;OPTION=3" The X is set to .
i got error "ERROR [IM] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified" my code is; Protected Sub Page_Load(ByVal sender As Object, ByVal e As www.doorway.rurgs) Handles www.doorway.ru Dim ConnStr As String = "Driver={MySQL ODBC Driver};Server=localhost;Database=test; uid=root;pwd=password;Option=3"Using con As New OdbcConnection(ConnStr)Using cmd As New OdbcCommand("SELECT * FROM person", con) www.doorway.ru()www.doorway.ruurce = www.doorway.rueReader. Re: Data source name not found and no default driver specified AM | Atrax | LINK dunno. probably you're trying to use a DSN that isn't set up or isn't visible to the ASPNET user account. www.doorway.ru - Data source name not found and no default driver specified - Stack Overflow. The Error ERROR [IM] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specifiedThe StoryI've written a page outside of Visual Web Developer that uses a. Stack Overflow.
Data source name not found and no default driver specified Solution. One of our Windows VPS customers was unable to connect to mysql db with www.doorway.ru Windows 7 Professional Edition, It is showing an error that [Microsoft][ODBC Driver Manager]Data source name not found and no default driver specified. २०११ नोभेम्बर २१ My guess is that the development server that runs www.doorway.ru apps from Visual Studio always runs in bit mode regardless of how your VS project.
0コメント