ASP.NET Inserting Data in a Database

preview_player
Показать описание
A quick tutorial on writing the code to insert data into an Access database in ASP.NET.
Рекомендации по теме
Комментарии
Автор

Dude... Your 10 minute video gave me all the information that I couldn't find in the last 10 hours. You're a genius...I love you man.

Cyprusg
Автор

Love your tutorials. Very well explained and good to see someone using .vb instead of C#. Hard to find good tutorials using .vb

evrude
Автор

Good Job, good clear presentation, thanks


bookouri
Автор

Nice tutorial, wonder if you can have it in C# with some additional insert such as photo, or .pdf into the database, using SQL database located on server

FerasAB
Автор

Awesome..Thanks a lot have been searching for this video... Please let me know if you could provide online training...

candyfana
Автор

Thanks For your help my Friend! Excelent job!

kroman.drums.nehuenzarazaga
Автор

Just what I was looking for, I only wish there was a link to download the example so I can follow the syntax easier.

Anthem
Автор

Great Job! Could you please add update to it? or just write the update query?

ahmedkasim
Автор

Great tutorial, just want to know if you can post the code for 64bits, the instrucction Provider=Microsoft.Jet.4 is for 32bits. Please help me on this.

jorgebesosa
Автор

thanks a lot mate!
but I need to work with C#, which is a little bit different, I'll figure it out

galg
Автор

I'm having a problem in this part Values('"+user+"', '"+lname+"')"
It says "+" is not declared as string. What should I do?

TheMarviejoy
Автор

what about if i want to save an image on my ms access database??
pls...answer it? :)

jeanlingad
Автор

how i can search, delete and update the dates and how i can put eneable or diseable the button of update insert select and delete

alanvipsa
Автор

And I have question for you and for people in here. Is VB old to create websites because nowadays I just see people use C# for web sites?

ahmedkasim
Автор

my "myConn.Open()" isnt working.
Says Not a valid file name.
Whats up with that?

lammyheadrulz
Автор

i get a error

Could not use ''; file already in use.

TDC