Rinaldo
New member
Hi everyone,
I have a database SqLite and need to substract data from it and put them in a combobox in a datagridview. I have a solution from the MSDN devolpers network but the systax is not suitable voor SqLite.
The following statement is the error generated by VS2017: SqlDesigner.ExecuteDataSet("select Date from test where Name='" + s + "'"); The SqlDesigner cannot be found. Must I get more references from SqLite? Using somewhat. Programming in C#.
I have a database SqLite and need to substract data from it and put them in a combobox in a datagridview. I have a solution from the MSDN devolpers network but the systax is not suitable voor SqLite.
The following statement is the error generated by VS2017: SqlDesigner.ExecuteDataSet("select Date from test where Name='" + s + "'"); The SqlDesigner cannot be found. Must I get more references from SqLite? Using somewhat. Programming in C#.