Question : Sqlite not registered on the local machine

I am trying to setup the following connection string: Provider=System.data.SQLite; Data Source=C:\Silveus\DataCentral\Rangeland\New\PersonalRange\agent_leads_test; but keep receiving a message that SQLite is not registered on the local machine.

How can i install this provider? Thank you

Answer : Sqlite not registered on the local machine

I believe you should use a combination of chr(10) and chr(13)

...LTRIM(STR(@PoidsNet))  + CHAR(13) + CHR(10)

or

...LTRIM(STR(@PoidsNet))  + CHAR(10) + CHR(13)

Random Solutions  
 
programming4us programming4us