PDA

View Full Version : connect to ms sql for embedded arm linux



sattu
21st January 2011, 12:30
hi everyone,
I want to connect with ms sql form embedded arm board(2.6.30).
So i want to active the odbc for embedded qt.
I go for :



./configure -embedded arm -I /usr/local/unixODBC/include -L /usr/local/unixODBC/lib -plugin-sql-odbc



But it is showing that odbc can not configure.
It is fine for pc (fedora 11 64 bit).

Is there any other package for embedded linux ?

thanks.