Click here to Skip to main content
15,896,912 members

Comments by LSB71 (Top 14 by date)

LSB71 16-Mar-22 5:19am View    
If necessary, I could work in CRUD with C# from three tables (Type, Size and Price) but how to send the sums obtained in the file (ShoppingCart.cs)… ?
LSB71 16-Mar-22 3:59am View    
This is what I tried to do with my tables but without success... That's why sending a price once established would be easier...
See below :
LSB71 10-Apr-20 2:01am View    
Thank you very much, excellent I learn it every day
LSB71 1-Apr-20 9:34am View    
Hello Richard,
query_ttle "SELECT count(*) FROM sqlite_master WHERE type='table' AND name='My_Tble' COLLATE NOCASE" string
cmd {System.Data.SQLite.SQLiteCommand} System.Data.SQLite.SQLiteCommand
i 0 int
Whether the table is present or not, i = 0 !!!
LSB71 12-Mar-20 12:10pm View    
Deleted
I am facing a problem, whatever the solution I always have the same error message ....