The best C# SQLite video I've seen (and I've been watching a lot!). Direct to the point. Thank you!
@mawa3162 жыл бұрын
GREAT Instructional Video! Very Helpful!!
@williamperes71492 ай бұрын
Very good. Could you provide the source code again please?
@007beruska Жыл бұрын
Thanks for this video, its very helpful.
@Random-go3jh2 жыл бұрын
THANK!!! YOU!!!!!!!!!!!!!! то, что нужно... почему-то больше таких видео нет.... есть хрень не конкретная.....
@Macias096 Жыл бұрын
so when u close and run program again, all of the data is deleted? Wasn't it supposed to stay in data grid view all the time?
@mrfire735_1 Жыл бұрын
You saved my ass!!! You awesome!
@mustafakucukturkmen2363 Жыл бұрын
that is very cool video thx brother
@adrianbecerra46322 жыл бұрын
No se si a alguien mas le pase pero cuando abro el archivo de mi base de datos con SqLiteStudio la base de datos esta vacía. Es decir no hay ningun dato. En la aplicación de .Net aparecen pero cuando le doy recompilar solución los datos desaparecen es decir no se estan guardando los datos en el archivo sino que solo se quedan en memoria
@mattmurdockattorney11 ай бұрын
¿Ha podido resolver este problema?
@dantecardos22393 жыл бұрын
hi? SQLiteConnection con; SQLiteCommand cmd; is never used? can u help me?
@atreg94143 жыл бұрын
as what i understand, the syntax for "var" in statement "var con =new SQLiteConnection.." is not necessary for all the methods since it has declared "SQLiteConnection con" outside all the methods. I've tried delete away all the "var" and it still work just fine ! , hope the author can clarify what is the intention to used "var" . There must be some reason?
@exogendesign45822 жыл бұрын
@@atreg9414 var is a shortway of instantiating something or doing a typecast without writing its file type: Its the same as saying: SQLiteConnection con = new SQLiteConnection(); But since that's so verbose and long you can write it instead like this. var con = new SQLiteConnection(); See the difference? Also you can declare a Connection using a class so instead of changing each one of them you can just access that one connection. Also as long as you are in the same class file you can call it anywhere on that file, so no need to instantiate the connection and command everytime, what he was doing is the sake of demonstration
@seemovielove35972 жыл бұрын
Do you have source code on Github? I could not get from your link since our IT blocks it. Thanks
@codegenlab2 жыл бұрын
you can download here, drive.google.com/file/d/1OmWSPRrokA5x24fKjofYZroXKDR5uuzA/view
@IVANEZEDITIONS3 жыл бұрын
Gracias Bro!! you rock!!
@online-hustlers Жыл бұрын
Great tutorial 😁😁, it works perfectly but I added it to multiple forms, it doesn't work anymore, it keeps on telling me there's no such table 😭 what could be the possible cause ❓
@online-hustlers Жыл бұрын
Or can you please record different tutorials where you can the database on multiple forms
@VHShogun Жыл бұрын
Хорошее видео, но возникала проблема - когда заношу данные выдаёт почему-то ошибку: unknown error Insufficient parameters supplied to the command. Думаю проблема как-то индивидуально связана с моей бд, можно ли связаться и получить консультацию?
@МусаДжамилиев-р8о2 жыл бұрын
Thank you man!!!
@alaamaged15943 жыл бұрын
Hello . Thanks 🙏 . But why data of test Table doesn’t shown in Datagrideview I write the all code correctly
@codegenlab3 жыл бұрын
Hi, you need to add data to the database. did you add data?
@elenagalvan80782 жыл бұрын
Me sirvio mucho, muchas gracias
@Jeanpierrengalamulume-d9l2 ай бұрын
Bonjour
@jonlbs73 жыл бұрын
When I went to the Source code link it displayed pornography. Got about 1/2 way through. Mind boggling code and would be nice with some audio. The main thing is for you to know that Jesus loves you !!
@joasvdeerden2 жыл бұрын
thanks!
@kpanat Жыл бұрын
Да неинтересно это, я тоже так могу... Но мне надо другое...