A
AlainRousseau6
Guest
I try this at the command line : sqlite3 Northwind.db < Northwind.sql and I receive an error message.
Reference Mark J.Price book C#8.0 and .Net Core 3.0- Modern cross platform page 469 chapter 14
Error: L’opérateur « < » est réservé à une utilisation future. (The caracter < is reserved for a future use)
+ CategoryInfo : ParserError: ) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : RedirectionNotSupported
Continue reading...
Reference Mark J.Price book C#8.0 and .Net Core 3.0- Modern cross platform page 469 chapter 14
Error: L’opérateur « < » est réservé à une utilisation future. (The caracter < is reserved for a future use)
+ CategoryInfo : ParserError: ) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : RedirectionNotSupported
Continue reading...