DELETE MS ACCESS RECORDS USING VB.NET

preview_player
Показать описание

Kindly subscribe if you want my video so you can be updated to what I am going to upload next.

This video aim to help fellow newbie programmer..
Рекомендации по теме
Комментарии
Автор

Sir good day pwede po ba makagawa ka ng Tutorial for Printing Data Using Crystal Report....
mas madali kc maintindihan ung tutorial mo gaya ng iba direct na hehehe hindi mo alam san mag umpisa... TY ang More Power

erlBinary
Автор

@akosi2010 Hello, about sa delete of records as well sa pag edit usually kasama nila is search. For example you have thousand records you can't search just by using next record. First thing you need to do is search the record you wan to delete then after that you can have you delete query now like Delete * from tablename where ID=something". Hope it helps

akosiDAN
Автор

hello Master DAN. sinundan ko po ang guide nyo and ok po sya. ang problem ko lang po sa codes na ginamit nyo ay DINEDELETE lang po nya yung nasa Row 0 ng table kahit na i - select ng mous ko yung row 5 ng table to delete. Yung Row 0 ng table parin po ang dinedelete nya. i hope nakuha nyo po ibig ko sabihin.

Eto po ung code ng DELETE Button.





dt.Rows(0).BeginEdit()
dt.Rows(0).Delete()
dt.Rows(0).EndEdit()



Morepower. and God Bless :)

rommelguanizo
Автор

@akosiDAN123 kuya ang galing mo tlga idol kita!!!! wuuuu!!!! ty!!!!

deathpedal
Автор

Thank so much saved my Life...BEST VIDEOS on Youtube!

abrahamrkj
Автор

Happy 2012 n thanks for your videos, how can i delete only the selected record from the datagrid using vb.net using ms access connection? n also can u post a video that shows how to develop a prog. that checks and accept primary keys to ms access database using vb.net. Thanks

MrMorani
Автор

tol Idol eh ung pag delete ng selected record lang sa DatagridView kong baga selected Item lang pag click mo ng item then click delete button un lang xa ang ma de delete... TY

erlBinary
Автор

Yup dude your right, its merely for idea only. I would like to explain pero I dont have an idea yet or lets say it this way that I cant explain it all yet in just a few minutes.

akosiDAN
Автор

hello po..pano po pag ms access 2007 ganun pa din po ba ung connection string?

joyclarisecubangbang
Автор

@jettabing yup sa 1st row yung delete kasi pinakita lang yung code panu delete, para magawa mo yung want mo jet na records kelangan pagsamahin mo yung search and delete. Paranang mangyari search mo record then saka mo delete. Try mo pagsamahin sa iisang program.

akosiDAN
Автор

@akona08 Hello, for ms access 2007 try this sample connetionstring

Security Info=False;

For more info you can go to connectionstring[dot]com you will find all connection string for all database there. Hope it helps.

akosiDAN
Автор

@deathpedal Hello, sorry for the late response to delete all records from a table the sql query is "DELETE * FROM tablename". Hope it helps.

akosiDAN
Автор

Paano maipasok nasa Listbox, sa Database?

jamtm
Автор

@Githariztah yup it is also correct.

akosiDAN
Автор

it can only delete the first record. How about choosing other record to be deleted like example the last record???

noimy
Автор

dan dyan kc sa codes na yan . .lagi na lang ung row 0 ung dedelete. .panu pag kung anung setfocus ung gusto ko idelete un lang kc. . nangyayari kc ung setfocus nasa 2nd record then pag press delete ang mabubura ung una . .

jettabing
Автор

Thanks for sharing this video. Just one question - What if I want to delete something other then the top record say the 4th record in the datagridview?

jkulp
Автор

Sorry for the late response, this weekend I will continue the part 2 of my latest video and hope makakuha idea on what your asking me :)

akosiDAN
Автор

@akosiDAN123 - sir.. may problem ako :)) ung sa search button ko pag nagsesearch ako blank ang lumalabas sa datagrid

alraczurc
Автор

sir baka ma help nio ako sa apagdelete nang all records sa table1 then ung lamang ng table1 punta sa table2
gamit ko is entity connection thru call the model1.edmx

romnicksingson