Hi
i have a problem when i want to bind data from Microsoft SQL Server with QSqlTableView,

Qt Code:
  1.  
  2. model->setTable("tblArtist"); // table Name
  3. cdb.GetClientDataSet("SELECT tblArtist.* FROM tblArtist", model); //this function get the Query and return by
  4. // reference Table Model
  5. ui->tblView->setModel(model);
To copy to clipboard, switch view to plain text mode 
this is the first application with C++ Qt4, i'm a C# developer.
i use Qt4.6 under Windows 7 and Microsoft Sql Server 2005 Express
Thanks