Readdy Write  
0,00 €
Your View Money
Views: Count
Self 20% 0
Your Content 60% 0

Users by Links 0
u1*(Content+Views) 10% 0
Follow-Follower 0
s2*(Income) 5% 0

Count
Followers 0
Login Register as User

Sqlite Fehlermeldung: Object reference not set to an instance of an object was null.

30.06.2018 (👁2756)


 

SQLite Fehlermeldungen

Fehlermeldung im C# Debugger COde

System.NullReferenceException: 'Object reference not set to an instance of an object.'

dataReader was null.

SQL Anweisung

string sSQL = "SELECT [IDDetail] FROM tbl_Projects WHERE [dtScan] IS NULL  LIMIT 1";

                SqliteDataReader dataReader= clsDB.Get_DataReader(sSQL);

 

 

Behebung, Ursache:

Die Tabelle ist anders bezeichnet… tbl_Details anstatt tbl_Projects