Hello, i'm a .NET developer and i'm trying to use Sqlite as connector. I could see in an instruction as
If Dati.HasRows = True Then sorgente.DataSource = Dati end if where DATI is a datareader object and SORGENTE is a BINDINGSOURCE object, after association with from datareader results to bindingsource the property HasRows became FALSE (if was TRUE). This block my code because after i check again If Dati.HasRows = True then .... and it result in FALSE.... is normal ? In MySQL.dll connector for example,not happen....not happen in ODBC and nether in OLEDB connection.
_______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users