• Olivier Bertrand's avatar
    Make possible to get ODBC DataSources name and description by: · 1830e732
    Olivier Bertrand authored
    create table datasrc (
    `anyname` varchar(256) flag=1,
    `anyother name` varchar(256) flag=2)
    engine=CONNECT table_type=ODBC option_list='info=yes';
    
    or simply by:
    
    create table datasrc engine=CONNECT table_type=ODBC option_list='info=yes';
    
    then:
    
    select * from datasrc;
    
    Modified:
    ha_connect.cc
    odbconn.h
    odbconn.cpp
    tabodbc.h
    tabodbc.cpp
    
    1830e732
odbconn.h 6.84 KB