Problem is establishing connection with MYSQL with JAVA on windows

i have installed MYSQL 3.23.54 for window XP and a JDBC connector mysql-connector-java-2.0.14.
i have set the classpath for JDBC driver as
C:\> set CLASSPATH=\path\to\mm.mysql.jdbc-[version];%CLASSPATH%
and my code for testing the connection is
import java.sql.*;
public class Connect
     public static void main (String[] args)
          Connection conn = null;
          try
               String userName = "saqib";
               String password = "123";
               String url = "jdbc:mysql://localhost/test";
               Class.forName ("org.gjt.mm.mysql.Driver").newInstance ();
               conn = DriverManager.getConnection (url, userName, password);
               System.out.println ("Database connection established");
          catch (Exception e)
               System.err.println ("Cannot connect to database server");
          finally
               try
                    if (conn != null)
                         conn.close ();
                         System.out.println ("Database connection terminated");
               catch (Exception e) { /* ignore close errors */ }
. the problem i'm facing is that when i compile and run the program the following message is generated.
Exceprion in thread "main" java.lang.NoClassDefFoundError: Coonect
please help me out to establist the connection. is the classpath which i have set is correct. i have placed the unziped driever in the folder c.
thanks
Saqib

Maybe you should have typed "Connect" instead of "Coonect" at the command line?

Similar Messages

  • Problem in establishing connection with mysql 5.0

    Hi,
    I am using JCAPS 5.1. I tried to insert data to mysql database table.
    But i got following error
    java.sql.SQLException: Error in allocating a connection. Cause:
    Physical Connection doesn't exist.
    My intention is to read file in which data are comma seperated and to
    populate those values to a mysql 5.0 database table.
    Sample DATA in file [test.txt]
    111,gg,23,MFG
    112,hh,24,MFG
    113,ii,25,RETAIL
    114,jj,26,IT
    Database table: employee
    eno,ename,eage,edept
    While creating JDBC OTD there is no problem in establishing connection with database. But after deploying i got above error.
    I have used Mysql 5.0 Connector/J JDBC driver. Added JDBC driver jar files to following directories as required.
    1) C:\JavaCAPS51\logicalhost\is\lib
    2)C:\JavaCAPS51\logicalhost\is\domains\test\lib
    Steps i have followed as per JDBC-ODBC -eway user guide doc.
    1) Created USerDefined OTD and added necessary fields
    2) Created JDBC OTD.
    3) Created JAVA collaboration and do business process for inserting
    4) Mapped all components by creating in Connectivity MAp
    5) created necessary external systems in envrionment explorer.[JDBC External System and File External System]
    6)Created Deployment profile
    5) Deployed it.
    After deploying it gives error as
    java.sql.SQLException: Error in allocating a connection. Cause: Physical Connection doesn't exist
    Please let me know the solution for problem.
    Message was edited by:
    VenkateshSampoornam

    In the environment definition,
    -> External Application JDBC
    -> Properties
    -> Outbound JDBC Connection
    You have the database URL in the "DriverProperties" field
    Valid URL would be : jdbc:mysql://localhost:3306/caps
    !! The doc says that this field is optional !! Seems to be an error in the doc:
    Hope this helps
    Seb

  • Tns_alias: ODI can not establish connection to DB with tns_alias

    Hello everyone
    I have a question again.
    Problem:
    ODI can not establish connection to DB with <tns_alias>
    Envirionment:
    there is remote computer with Oracle DB (tns_alias) (connection works - tested)
    there is another remote computer with Oracle DB (sid)
    there is computer with ODI with (tnsnames.ora -> "...CONNECT_DATA=(SERVICE_NAME = testdbx....")
    Scenario:
    I create physical schema (Oracle -> Insert Data server) and fill in all fields a press "Test" button and connection successful.
    I press "apply", ODI should connect to remote computer for getting information.
    - Remote computer with SID getting it correctly.
    - Remote computer with tns_alias throws exceptin "java.lang.UnsatisfiedLinkError: t2cGetCharSet" and shows empty blank that means information was not downloaded to ODI.
    Question:
    Could You generate some ideas why ODI can not download information?
    Is it settings ODI problem?
    Is it DB problem?
    Best regards.
    Leonid.

    I have found problem!
    file ojdbc14.jar was different for ODI and ODB. (different size and date)
    I have copied ojdbc14.jar from ODB to ODI.
    Now it works.
    So. Thanks for trying to help me.
    It was not simple to find problem.
    Remember this case. It's able to help You in future.
    Best regards!
    Leonid.

  • Connecting to MySQL with JDeveloper

    Hi,
    I built a small test projcet, based on default (Struts) technology with JDeveloper and MySQL. I configured the project to work with MySql connector, and when I test the connection I craeted it works fine, and the same is true when I test the model projcet by selectig TEST on the applicaton module pop up manue. However, when I try to run the view-controler project, uix DataPage I bulit, I get the follwing error message: Error initializing data-source 'jdbc/MySQL-orderentryCoreDS': DriverManagerDataSource driver 'com.mysql.jdbc.Driver' not found.
    Can anyone help?
    Thanks
    Uri Baruch

    Uri,
    A couple of articles that might help you setup your environment:
    http://www.developer.com/db/article.php/3492406
    and
    http://otn.oracle.com/products/jdev/howtos/10g/MySql/MySQL_and_BC_HowTo.html

  • Connecting to MySQL with JDBC in Reports

    Hi,
    I need help connecting to a MySQL db through oracle reports using a jdbc connection.
    I have downloaded the MySQL JDBC driver:mysql-connector-java-3.0.17-ga-bin.jar.
    I can succesfully use it to connect if I write a simple java program. So I know the driver works.
    I have set it in my classpath & edited the jdbcpds.conf file by adding the following:
    <driver name = "mysql-merant"
    sourceDatabase = "other"
    subProtocol = "mysql"
    connectString = "mainProtocol:subProtocol://databaseName"
    class = "com.mysql.jdbc.Driver"
    connection = "oracle.reports.plugin.datasource.jdbcpds.JDBCConnectionHandling">
    </driver>
    When I try to connect, I get the following error, ERR 62002 failed to connect to the data source.
    What do I have to do to connect? Is there a way to directly give the connect string?
    I can connect to an oracle DB using a the Oracle drivers no problem, why does forms not accept the MySQL driver? What can I do to make this work?
    Any help would be appreciated.
    Michael Baran
    [email protected]

    Michael,
    there is a Reports forum here on OTN as well. Posting your question there might be a better chance.
    Frank

  • Connection of Mysql with visual web developer 2010 using visual basic

    Aslam o Alaikum friends,
    i want to connect my asp.net website with mysql database. i have successfully installed mysql and mysql connector 6.3.6
    but i don't know how to connect my website with mysql database 
    please anyone can help me

    Hello,
    This should be asked in Microsoft's ASP.Net forums:
    http://forums.asp.net/
    As Microsoft's ASP.Net forums are on a different platform, we cannot move the question for you.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Establishing connection to MySQL server/database

    Hi! I've got a question about subj. Here is my code:
    import java.sql.*;
    import java.util.*;
    class SQLDB {
        int db_port;
        String db_url, db_name, db_table, db_user, db_passwd;
        public void dbConnect() throws SQLException {
            Connection con = new Connection();
            Properties prop = new Properties();
            prop.put("charSet", "utf8");
            prop.put("user", db_user);
            prop.put("password", db_passwd);
            con = DriverManager.getConnection(db_url, prop);
    }NetBeans says that Connection (Connection con = new Connection()) object is abstract and can't be instantiated. Can anyone suggest me what to do?

    Agree :) But faced another problem. I made this part of code after reading various info on this matter:
    package dbCinema;
    import java.sql.*;
    //import java.util.*;
    class SQLDB {
        private int db_port;
        private String db_url, db_name, db_user, db_passwd;
        private Connection con = null;
        private Statement db_query = null;
        private ResultSet rs = null;
        SQLDB(String dburl, String dbname, String dbuser, String dbpasswd, int dbport) {
            db_url = dburl;
            db_name = dbname;
            db_user = dbuser;
            db_passwd = dbpasswd;
            db_port = dbport;
        public void dbConnect() {
            String url;
            //url = "jdbc:mysql://" + db_url + ":" + db_port + "/" + db_name;
            url = "jdbc:mysql://" + db_url + "/" + db_name;
            try {
                Class.forName("org.gjt.mm.mysql.Driver");
                con = DriverManager.getConnection(url, db_user, db_passwd);
                if (!con.isClosed())
                    System.out.println(db_name + ": connection established.");
            } catch (SQLException e) {
                System.err.println("Exception: " + e.getMessage());
            } catch (ClassNotFoundException e) {
                System.err.println("Exception: " + e.getMessage());
        public void dbQuery(String query) throws SQLException {
            db_query = con.createStatement();
            rs = db_query.executeQuery(query);
            while (rs.next()){
                System.out.println(rs.getString(3));
        public static void main(String args[])  {
            SQLDB comm = new SQLDB("localhost", "cinema", "", "", 3306);
            try {
                comm.dbConnect();
                comm.dbQuery("SELECT * from t_movies WHERE id=1");
            } catch (SQLException e) {
                System.err.println("Exception: " + e.getMessage());
    }And having this error as a result of running this class:
    > "java" SQLDB
    java.lang.NoClassDefFoundError: SQLDB (wrong name: dbCinema/SQLDB)
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.access$000(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    Exception in thread "main"
    Process Exit Code: 1
    Time Taken: 00:01I've downloaded and installed into my java jre/lib/ext folder this driver (mysql-connector-java-5.1.6-bin.jar) to make connection possible. What's wrong?
    Edited by: Utah on Aug 14, 2008 12:12 PM

  • Problem to establish connection between Oracle SQL and JDBC

    Hi friends i have been trying this code from two days i donno whats wrong please try to sort the problem thank u in advance this is my program:
    //This is my Connection class
    package com.java.jdbc.util;
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.SQLException;
    public class EmployeeUtil {
    public EmployeeUtil()
    public static Connection getconnection()
    Connection con=null;
    try {
    Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();
    //DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    con = DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:ORANT","system","manager");
    // Class.forName("sun.jdbc.odbc.OracleDriver").newInstance();
    // con = DriverManager.getConnection("jdbc:odbc:Javatut","System","manager");
    } catch (ClassNotFoundException e) {
    // TODO Auto-generated catch block
    e.printStackTrace();
    } catch (SQLException e) {
    // TODO Auto-generated catch block
    e.printStackTrace();
    } catch (InstantiationException e) {
    // TODO Auto-generated catch block
    e.printStackTrace();
    } catch (IllegalAccessException e) {
    // TODO Auto-generated catch block
    e.printStackTrace();
    return con;
    //This is my DB class:
    package com.java.jdbc.DB;
    import java.sql.Connection;
    import java.sql.ResultSet;
    import java.sql.SQLException;
    import java.sql.Statement;
    import com.java.jdbc.info.EmployeeInfo;
    import com.java.jdbc.util.EmployeeUtil;
    public class EmployeeDB {
    Connection connection=null;
    public EmployeeDB()
    //this.connection=EmployeeUtil.getconnection();
    public void select(EmployeeInfo empinfo)
    this.connection=EmployeeUtil.getconnection();
    String stb = "select * from employee";
    try {
    Statement stmt = connection.createStatement();
    ResultSet rs = stmt.executeQuery(stb);
    System.out.println(rs);
    //EmployeeInfo empinfo = new EmployeeInfo();
    while(rs.next())
    empinfo.setEmpId(rs.getString(1));
    empinfo.setEmpfName(rs.getString(2));
    empinfo.setEmplName(rs.getString(3));
    empinfo.setEmpAge(rs.getString(4));
    empinfo.setEmpSalary(rs.getString(5));
    System.out.println("The EmployeeID is : "+empinfo.getEmpfName());
    System.out.println("The Employee First Name is : "+empinfo.getEmpfName());
    System.out.println("The Employee Last Name is : "+empinfo.getEmplName());
    System.out.println("The Employee Age is : "+empinfo.getEmpAge());
    System.out.println("The Employee Salary is : "+empinfo.getEmpSalary());
    connection.commit();
    } catch (SQLException e) {
    // TODO Auto-generated catch block
    e.printStackTrace();
    //This is my info object
    package com.java.jdbc.info;
    public class EmployeeInfo {
    private String empId;
    private String empfName;
    private String emplName;
    private String empAge;
    private String empSalary;
    public String getEmpAge() {
    return empAge;
    public void setEmpAge(String empAge) {
    this.empAge = empAge;
    public String getEmpfName() {
    return empfName;
    public void setEmpfName(String empfName) {
    this.empfName = empfName;
    public String getEmpId() {
    return empId;
    public void setEmpId(String empId) {
    this.empId = empId;
    public String getEmplName() {
    return emplName;
    public void setEmplName(String emplName) {
    this.emplName = emplName;
    public String getEmpSalary() {
    return empSalary;
    public void setEmpSalary(String empSalary) {
    this.empSalary = empSalary;
    //This is my Controller class:
    package com.java.jdbc.controller;
    import com.java.jdbc.DB.EmployeeDB;
    import com.java.jdbc.info.EmployeeInfo;
    public class EmployeeController {
    public static void main(String args[])
    EmployeeDB empdb = new EmployeeDB();
    EmployeeInfo emp = new EmployeeInfo();
    empdb.select(emp);
    // I got these errors:
    java.sql.SQLException: Io exception: Got minus one from a read call
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:114)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:156)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:269)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:210)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:251)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:224)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at com.java.jdbc.util.EmployeeUtil.getconnection(EmployeeUtil.java:18)
    at com.java.jdbc.DB.EmployeeDB.select(EmployeeDB.java:20)
    at com.java.jdbc.controller.EmployeeController.main(EmployeeController.java:11)
    Exception in thread "main" java.lang.NullPointerException
    at com.java.jdbc.DB.EmployeeDB.select(EmployeeDB.java:23)
    at com.java.jdbc.controller.EmployeeController.main(EmployeeController.java:11)

    Are you using Oracle 10.2 in shared server configuration under Windows?
    If so it's a driver bug (BUG - Connection pooling with 10g 10.1.3 Preview 4 App Server Oracle suggest to use OCI driver.

  • How to connect to mysql from java app

    hi
    please say the procedure for connecting to mysql database from java app.
    .) what should i give in environmental variables
    .)where can i find the driver class for the mysql
    .) syntax of the url
    eg:- DM.getConnection("jdbc:mysql:..............what comes here..............");

    You can also get connections from a DataSource. Simple example:
                MysqlDataSource msds = new MysqlDataSource();
                msds.setUrl("jdbc:mysql://127.0.0.1:3306/dbdame");
                msds.setUser("user");
                msds.setPassword("pass");
                Connection c = msds.getConnection();Explore your options and be sure to consider connection pooling.

  • Problem with mySQL and Java

    I have a quite annoying problem.....!
    I use the getText() method to extract characters from a textfield pass them as a string and then using an INSERT store them in the database. When i am entering in the textfield something like the word - Java - everything is ok. When i am entering something like - Java Deceloper's Guide - the connection with the database fails.....!!! I have found that the problem is with the use of the apostrophe ( ' )!!
    Anyway to ovecome this???
    Thanx in advance!

    Thanx again!
    It worked!!!!
    By the way this was quite a stupid (i think) issue with JDBC, nevermind.
    Thanx

  • SQL Query problems with Mysql - possible Java bug

    I have a query that works fine on mysql, but does not work in my jsp page.... my db connection and all that jazz is fine.
    select somefields from table order by (integerfield / doublefield)
    two notes... the query works without the order by. And the query works with the order by when I'm working directly with the db. Any ideas? This is driving me nuts!!!!
    Thanks,
    Tyson

    Nevermind, just a dumb mistake... finally figured it out.

  • Problem to establish connection what the wrong with this

    dears
    i want to access the oracle database without ODBC bridge.
    i dowload the thin driver from Oracle site.
    1.ojdbc14.jar is in my claspath.
    2.actually i do the following i have oracle 8.0 for winnt.
    go to system manager and create user "administrator" after this give grants dba to that user.
    now my code is as under
    import java.sql.*;
    public class LoadDriveroracleuser
    public Connection conn=null;
    public LoadDriveroracleuser()
    try{
    Class.forName("oracle.jdbc.driver.OracleDriver");
    conn=DriverManager.getConnection("jdbc:oracle:thin:@host:1521:database","administrator","allah");   
    }catch(Exception ex){
    MyOptionPane.MyErrorMessage(null,ex.getMessage());
    System.exit(0);
    }//end of constructor
    }//end of classthe exception is occur that// network adapter not established the connection.
    actually i am not knowing that host:1521:database how set these .
    i have standalone application.not using the server.
    plz guide me i am very thankful to u

    If Oracle is set up properly he should be able to
    connect using JDBC without having the client installed
    or any TNS names set. The JDBC driver alone is
    sufficient.
    It wouldn't be a bad idea to follow this suggestion,
    but it's not necessary for JDBC's sake.
    %Yeah of course it's not necessary for JDBC - it would just allow him to ascertain whether SQLplus works.
    Somehow i've a sneaky feeling that this 'database' that's being used to connect is just a marker/plain english instead of the actual name of the database :)

  • Problems sharing internet connection through Airport with a PS3

    Does anybody know how to share an internet connection wirelessly with a PS3? I've tried everything including following directions from the tech support people from both Sony and my ISP (Verizon) and nothing works. Last time I've talked to Verizon I've obtained a IP number from them as Sony recommended and that did not work either. Is anybody out there with a PS3 sharing the internet connection through Airport successfully? I'd really appreciate any help. Thanks.!!
    Message was edited by: pbranda

    Let's double-check your Mac's Internet Sharing settings ...
    To setup for Internet Sharing (Wired to Wireless):
    Setup the Network
    Cable Modem > (Ethernet cable) > \[Ethernet port] Mac > (wireless) > PS3
    Enable Software Firewall
    System Preferences > Security > Firewall
    o Block all incoming connections (enabled)
    Enable Internet Sharing
    System Preferences > Sharing
    o Select "Internet Sharing" from the options in the left column
    o Share your connection from: Built-in Ethernet
    o To computers using: AirPort (checked) (Note: Uncheck all other entries in the list.)
    AirPort Options...
    o Network Name: <anything you want>
    o Channel: Automatic
    o Enable encryption (using WEP) (optional)
    o Password: (optional)
    o Confirm Password: (optional)
    o WEP Key Length: (optional)
    o Click OK
    o Select "Internet Sharing" again
    o Click "Start" to start Internet Sharing
    o Click Start

  • Heterogeneous Connectivity to MySQL with ODBC 5.1

    Hi,
    I have a setup with an oracle 10g XE version on an windows Server 2003 together with a MySQL 5.5
    I setup a Heterogeneous Link using MySQL ODBC 5.1.
    Every time I select something from a mysql table all varchar and text fields ignored in result set.
    so the
    select * from project@sugarcrm
    returns only the non text/varchar fields (dates,numeric)
    the select name from project@sugarcrm where name is char fiels
    returns ORA-00904 'name invalid identifier '
    Thanks

    I was looking for the sql.log in defined path if was in c:\ ...
    odbcad32 1860-2944     ENTER SQLAllocHandle
              SQLSMALLINT 1 <SQL_HANDLE_ENV>
              SQLHANDLE 00000000
              SQLHANDLE * 0007D2C0
    odbcad32 1860-2944     EXIT SQLAllocHandle with return code 0 (SQL_SUCCESS)
              SQLSMALLINT 1 <SQL_HANDLE_ENV>
              SQLHANDLE 00000000
              SQLHANDLE * 0x0007D2C0 ( 0x009f14e8)
    odbcad32 1860-2944     ENTER SQLSetEnvAttr
              SQLHENV 009F14E8
              SQLINTEGER 200 <SQL_ATTR_ODBC_VERSION>
              SQLPOINTER 0x00000003
              SQLINTEGER 0
    odbcad32 1860-2944     EXIT SQLSetEnvAttr with return code 0 (SQL_SUCCESS)
              SQLHENV 009F14E8
              SQLINTEGER 200 <SQL_ATTR_ODBC_VERSION>
              SQLPOINTER 0x00000003 (BADMEM)
              SQLINTEGER 0
    odbcad32 1860-2944     ENTER SQLAllocHandle
              SQLSMALLINT 2 <SQL_HANDLE_DBC>
              SQLHANDLE 009F14E8
              SQLHANDLE * 0007D2BC
    odbcad32 1860-2944     EXIT SQLAllocHandle with return code 0 (SQL_SUCCESS)
              SQLSMALLINT 2 <SQL_HANDLE_DBC>
              SQLHANDLE 009F14E8
              SQLHANDLE * 0x0007D2BC ( 0x009f1590)
    odbcad32 1860-2944     ENTER SQLDriverConnectW
              HDBC 009F1590
              HWND 00000000
              WCHAR * 0x4BF78088 [      -3] "******\ 0"
              SWORD -3
              WCHAR * 0x4BF78088
              SWORD 2
              SWORD * 0x00000000
              UWORD 0 <SQL_DRIVER_NOPROMPT>
    odbcad32 1860-2944     EXIT SQLDriverConnectW with return code 0 (SQL_SUCCESS)
              HDBC 009F1590
              HWND 00000000
              WCHAR * 0x4BF78088 [      -3] "******\ 0"
              SWORD -3
              WCHAR * 0x4BF78088
              SWORD 2
              SWORD * 0x00000000
              UWORD 0 <SQL_DRIVER_NOPROMPT>
    odbcad32 1860-2944     ENTER SQLAllocHandle
              SQLSMALLINT 3 <SQL_HANDLE_STMT>
              SQLHANDLE 009F1590
              SQLHANDLE * 0007D2B8
    odbcad32 1860-2944     EXIT SQLAllocHandle with return code 0 (SQL_SUCCESS)
              SQLSMALLINT 3 <SQL_HANDLE_STMT>
              SQLHANDLE 009F1590
              SQLHANDLE * 0x0007D2B8 ( 0x009f21c8)
    odbcad32 1860-2944     ENTER SQLTablesW
              HSTMT 009F21C8
              WCHAR * 0x01336BC8 [      -3] "%\ 0"
              SWORD -3
              WCHAR * 0x01336BCC [      -3] "\ 0"
              SWORD -3
              WCHAR * 0x01336BCC
              SWORD 0
              WCHAR * 0x01336BCC
              SWORD 0
    odbcad32 1860-2944     EXIT SQLTablesW with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
              WCHAR * 0x01336BC8 [      -3] "%\ 0"
              SWORD -3
              WCHAR * 0x01336BCC [      -3] "\ 0"
              SWORD -3
              WCHAR * 0x01336BCC
              SWORD 0
              WCHAR * 0x01336BCC
              SWORD 0
    odbcad32 1860-2944     ENTER SQLBindCol
              HSTMT 009F21C8
              UWORD 1
              SWORD -8 <SQL_C_WCHAR>
              PTR 0x0007D2CC
              SQLLEN 255
              SQLLEN * 0x0007D2C8
    odbcad32 1860-2944     EXIT SQLBindCol with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
              UWORD 1
              SWORD -8 <SQL_C_WCHAR>
              PTR 0x0007D2CC
              SQLLEN 255
              SQLLEN * 0x0007D2C8 (2000326715)
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 100 (SQL_NO_DATA_FOUND)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFreeHandle
              SQLSMALLINT 3 <SQL_HANDLE_STMT>
              SQLHANDLE 009F21C8
    odbcad32 1860-2944     EXIT SQLFreeHandle with return code 0 (SQL_SUCCESS)
              SQLSMALLINT 3 <SQL_HANDLE_STMT>
              SQLHANDLE 009F21C8
    odbcad32 1860-2944     ENTER SQLDisconnect
              HDBC 009F1590
    odbcad32 1860-2944     EXIT SQLDisconnect with return code 0 (SQL_SUCCESS)
              HDBC 009F1590
    odbcad32 1860-2944     ENTER SQLFreeHandle
              SQLSMALLINT 2 <SQL_HANDLE_DBC>
              SQLHANDLE 009F1590
    odbcad32 1860-2944     EXIT SQLFreeHandle with return code 0 (SQL_SUCCESS)
              SQLSMALLINT 2 <SQL_HANDLE_DBC>
              SQLHANDLE 009F1590
    odbcad32 1860-2944     ENTER SQLFreeHandle
              SQLSMALLINT 1 <SQL_HANDLE_ENV>
              SQLHANDLE 009F14E8
    odbcad32 1860-2944     EXIT SQLFreeHandle with return code 0 (SQL_SUCCESS)
              SQLSMALLINT 1 <SQL_HANDLE_ENV>
              SQLHANDLE 009F14E8
    odbcad32 1860-2944     ENTER SQLAllocHandle
              SQLSMALLINT 1 <SQL_HANDLE_ENV>
              SQLHANDLE 00000000
              SQLHANDLE * 0007CFF8
    odbcad32 1860-2944     EXIT SQLAllocHandle with return code 0 (SQL_SUCCESS)
              SQLSMALLINT 1 <SQL_HANDLE_ENV>
              SQLHANDLE 00000000
              SQLHANDLE * 0x0007CFF8 ( 0x009f14e8)
    odbcad32 1860-2944     ENTER SQLSetEnvAttr
              SQLHENV 009F14E8
              SQLINTEGER 200 <SQL_ATTR_ODBC_VERSION>
              SQLPOINTER 0x00000003
              SQLINTEGER 0
    odbcad32 1860-2944     EXIT SQLSetEnvAttr with return code 0 (SQL_SUCCESS)
              SQLHENV 009F14E8
              SQLINTEGER 200 <SQL_ATTR_ODBC_VERSION>
              SQLPOINTER 0x00000003 (BADMEM)
              SQLINTEGER 0
    odbcad32 1860-2944     ENTER SQLAllocHandle
              SQLSMALLINT 2 <SQL_HANDLE_DBC>
              SQLHANDLE 009F14E8
              SQLHANDLE * 0007CFF4
    odbcad32 1860-2944     EXIT SQLAllocHandle with return code 0 (SQL_SUCCESS)
              SQLSMALLINT 2 <SQL_HANDLE_DBC>
              SQLHANDLE 009F14E8
              SQLHANDLE * 0x0007CFF4 ( 0x009f1590)
    odbcad32 1860-2944     ENTER SQLDriverConnectW
              HDBC 009F1590
              HWND 00000000
              WCHAR * 0x4BF78088 [      -3] "******\ 0"
              SWORD -3
              WCHAR * 0x4BF78088
              SWORD 2
              SWORD * 0x00000000
              UWORD 0 <SQL_DRIVER_NOPROMPT>
    odbcad32 1860-2944     EXIT SQLDriverConnectW with return code 0 (SQL_SUCCESS)
              HDBC 009F1590
              HWND 00000000
              WCHAR * 0x4BF78088 [      -3] "******\ 0"
              SWORD -3
              WCHAR * 0x4BF78088
              SWORD 2
              SWORD * 0x00000000
              UWORD 0 <SQL_DRIVER_NOPROMPT>
    odbcad32 1860-2944     ENTER SQLAllocHandle
              SQLSMALLINT 3 <SQL_HANDLE_STMT>
              SQLHANDLE 009F1590
              SQLHANDLE * 0007CFF0
    odbcad32 1860-2944     EXIT SQLAllocHandle with return code 0 (SQL_SUCCESS)
              SQLSMALLINT 3 <SQL_HANDLE_STMT>
              SQLHANDLE 009F1590
              SQLHANDLE * 0x0007CFF0 ( 0x009f21c8)
    odbcad32 1860-2944     ENTER SQLExecDirectW
              HSTMT 009F21C8
              WCHAR * 0x01336BD0 [      -3] "SHOW CHARACTER SET\ 0"
              SDWORD -3
    odbcad32 1860-2944     EXIT SQLExecDirectW with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
              WCHAR * 0x01336BD0 [      -3] "SHOW CHARACTER SET\ 0"
              SDWORD -3
    odbcad32 1860-2944     ENTER SQLBindCol
              HSTMT 009F21C8
              UWORD 1
              SWORD -8 <SQL_C_WCHAR>
              PTR 0x0007D004
              SQLLEN 255
              SQLLEN * 0x0007D000
    odbcad32 1860-2944     EXIT SQLBindCol with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
              UWORD 1
              SWORD -8 <SQL_C_WCHAR>
              PTR 0x0007D004
              SQLLEN 255
              SQLLEN * 0x0007D000 (512124)
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 0 (SQL_SUCCESS)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFetch
              HSTMT 009F21C8
    odbcad32 1860-2944     EXIT SQLFetch with return code 100 (SQL_NO_DATA_FOUND)
              HSTMT 009F21C8
    odbcad32 1860-2944     ENTER SQLFreeHandle
              SQLSMALLINT 3 <SQL_HANDLE_STMT>
              SQLHANDLE 009F21C8
    odbcad32 1860-2944     EXIT SQLFreeHandle with return code 0 (SQL_SUCCESS)
              SQLSMALLINT 3 <SQL_HANDLE_STMT>
              SQLHANDLE 009F21C8
    odbcad32 1860-2944     ENTER SQLDisconnect
              HDBC 009F1590
    odbcad32 1860-2944     EXIT SQLDisconnect with return code 0 (SQL_SUCCESS)
              HDBC 009F1590
    odbcad32 1860-2944     ENTER SQLFreeHandle
              SQLSMALLINT 2 <SQL_HANDLE_DBC>
              SQLHANDLE 009F1590
    odbcad32 1860-2944     EXIT SQLFreeHandle with return code 0 (SQL_SUCCESS)
              SQLSMALLINT 2 <SQL_HANDLE_DBC>
              SQLHANDLE 009F1590
    odbcad32 1860-2944     ENTER SQLFreeHandle
              SQLSMALLINT 1 <SQL_HANDLE_ENV>
              SQLHANDLE 009F14E8
    odbcad32 1860-2944     EXIT SQLFreeHandle with return code 0 (SQL_SUCCESS)
              SQLSMALLINT 1 <SQL_HANDLE_ENV>
              SQLHANDLE 009F14E8

  • [Problem] Can't Connect Lenovo A806 with bluetooth

    My A806 will not Connect through Bluetooth. When I try to push the Bluetooth button, it will not turn dark blue. Is there anybody With the same expirience?

    Hi
    ''I know I have to install a special driver in order to do it (and enable USB Debugging, which i did) but i couldnt find the right one.''
    ...You're using Windows, I suppose
    You need the same drivers(phone drivers and MTK ADB VCOM drivers) as for the PC Flash Tool.
    http://www.chinaphonearena.com/forum/Forum-MTK-Gen​eral-Tools
    *When installing VCOM drivers on Windows 8 you need to disable driver Signature(drivers are generally unsigned).
    Hope this helps.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as ''ACCEPT AS SOLUTION"! 
    Unsolicited PM's will not be answered! ....Please post your question/s in the appropriate forum board.
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

Maybe you are looking for