Тёмный

Search Button for a Database in VB 2010 

BasselTech
Подписаться 8 тыс.
Просмотров 42 тыс.
50% 1

In this video you will see an alternative method to search query, which we have shown you before, for creating a Search Button for database in Visual Studio 2010.
Source Code: basseltech.com/watch?v=Z4GK7y...

Опубликовано:

 

9 июн 2016

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 54   
@singkaraokewiththestars5051
@singkaraokewiththestars5051 3 года назад
Thanks just what I was looking for.
@karpbot4154
@karpbot4154 7 лет назад
Thanks, Helped me a lot ! :D
@BasselTech
@BasselTech 7 лет назад
I'm glad it helped you! :D, have a great day :-)
@KuroNoSatsujin
@KuroNoSatsujin 6 лет назад
Thank you bro!Helped be a lot, regards from Brazil.
@BasselTech
@BasselTech 6 лет назад
You're welcome dude! Have a great day! :-)
@lawrencekahn2766
@lawrencekahn2766 4 года назад
For just looking for a single word, this alternative method is working for me with one exception. If a word has an apostrophe (single quote) in the word, e.g. haven't, an exception error is generated. Is there some way this code could be adjusted to include a word with the single quote mark in it?
@arcumankmunyariwa6464
@arcumankmunyariwa6464 5 лет назад
i'm having a syntax error.....Error in Like operator: the string pattern 'panashe% ' is invalid.
@martinarnauld7863
@martinarnauld7863 3 года назад
I don't have table binding source but only binding source what should i do ???
@hafismuhammad8592
@hafismuhammad8592 3 года назад
thank you
@evelynrohleder4500
@evelynrohleder4500 2 года назад
Thank You so much
@BasselTech
@BasselTech Год назад
You're welcome! :-)
@capgoat3710
@capgoat3710 2 года назад
Thankyou so much 🥲
@BasselTech
@BasselTech Год назад
You're welcome! Glad it helped! :-)
@prakashkriya
@prakashkriya 7 лет назад
Thank you Very Much... :)
@BasselTech
@BasselTech 7 лет назад
You're welcome sir! :-)
@prakashkriya
@prakashkriya 7 лет назад
Explanin how to create "press Enter key instead of clicking on a button for search visual studios 2012"
@BasselTech
@BasselTech 7 лет назад
Kindly re-check our blog post: basseltech.com/watch?v=Z4GK7yxPOko Thanks! :-)
@prakashkriya
@prakashkriya 7 лет назад
need small help sir 1) If i search 'Juice' it is not showing Grape Juice, it is showing like Juice Mixer,Juice Apple like that. i need juice type of all products. 2)i have attributes in that it will show Yes and No for example Color(Attribute) - YES/NO if it is Yes then it will show in RED color(Is it possible) Thanks in Advance Prakash Karnam
@BasselTech
@BasselTech 7 лет назад
Dear sir, regarding your first question, do you want your search to be only for categories? or for both products' names and categories? Regarding your second question, yest it's possible; you may now re-check the blog post for this tutorial, I've updated it with your requested question. basseltech.com/watch?v=Z4GK7yxPOko Thanks, I'm waiting for your reply, have a great day! :-)
@johnmorgan4368
@johnmorgan4368 3 года назад
This works great, but I am binding textboxes to my data rather than using the datagrid, and I have a Previous and Next button that use the methods BindingSource.MovePrevious and BindingSource.MoveNext. That all works fine until I use the search. It finds the record, but then the MovePrevious and MoveNext methods don't do anything anymore. Some help?
@kobusjhg9667
@kobusjhg9667 Год назад
How are you doing this? Please help?
@wesamarawashdeh2350
@wesamarawashdeh2350 4 года назад
Thanx My Frind
@BasselTech
@BasselTech 4 года назад
Most welcome! :-)
@B0HTHARD
@B0HTHARD 2 года назад
Can you help me i want to insert in a specific id using textbox1
@bluetechfutureinnovations100
@bluetechfutureinnovations100 6 месяцев назад
Thanks
@boombboom7437
@boombboom7437 4 года назад
Hello . It helps me . How about im adding more search buttons . But shows error . But the first command that you tought is correct
@BasselTech
@BasselTech 4 года назад
Hi, can you send me an email with the error you're having? Email: admin@basseltech.com
@alanwu6301
@alanwu6301 5 лет назад
Hi how to search integer number from the databases. Please advise. Thanks
@BasselTech
@BasselTech 4 года назад
If you want to exactly match an integer, then remove the % from the line: Me.Table1BindingSource.Filter = "Firstname LIKE ' " & TextBox1.Text & "%'" So it's going to be: Me.Table1BindingSource.Filter = "Firstname LIKE ' " & TextBox1.Text & "'" If you still have any doubts, feel free to contact me. Have a nice day! :-) Email: admin@basseltech.com Kik: kik.me/basseltech/
@bluetechfutureinnovations100
@bluetechfutureinnovations100 6 месяцев назад
@johnnyIIdelatorre
@johnnyIIdelatorre 2 года назад
i got no errors but the button itself is not working
@blackwell2373
@blackwell2373 7 лет назад
how u connection with Database ?
@BasselTech
@BasselTech 7 лет назад
+Blackwell This is based on a tutorial I made before, please check it out: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-7nfUD-2cr6E.html
@khalafalshammari7178
@khalafalshammari7178 3 года назад
Unfortunately, It didn't work with me :(
@mikimiki2084
@mikimiki2084 4 года назад
What if i want to search the id instead of the name?
@BasselTech
@BasselTech 4 года назад
Hi Miki, You'll need to replace "Firstname LIKE" with "ID =". I hope this helps. Have a great day! :-)
5 лет назад
can you make a video on how to import excel data and search in the imported data??
@BasselTech
@BasselTech 4 года назад
So you want to search for data in a specific excel sheet column?
2 года назад
@@BasselTech yes. i made aproject in excel and would like to make it possible to import excel file so those who use my software will be able to make excel adres book and then import it in to the software and search or add data into the excel document. i plan to make a digital adressbook software for companies so they can just open a excel file that theadmin makes and from the software be able to add or remove data. it is planned that those who will use my software will not have to use excel and instead use my software.
2 года назад
@@BasselTech yes. i made aproject in excel and would like to make it possible to import excel file so those who use my software will be able to make excel adres book and then import it in to the software and search or add data into the excel document. i plan to make a digital adressbook software for companies so they can just open a excel file that theadmin makes and from the software be able to add or remove data. it is planned that those who will use my software will not have to use excel and instead use my software.
@RafaelCabreraAzrael
@RafaelCabreraAzrael 8 лет назад
whats that ME. at the start? i cant do this
@BasselTech
@BasselTech 8 лет назад
It refers to the current form that you are working with, but since you are within the scope of the form, It's not necessary to write it, just write the code without "Me.".
@SoarLatina
@SoarLatina 5 лет назад
make one for update button
@BasselTech
@BasselTech 4 года назад
Hi Blakkabwoy, I already have a video on this, (Database With Custom Action Buttons in VB 2010): ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-dklYLutuqP4.html If you still have any doubts, feel free to contact me. Have a nice day! :-) Email: admin@basseltech.com Kik: kik.me/basseltech/
@MrPrabuj04
@MrPrabuj04 7 лет назад
hi am facing Syntax Error Exception
@BasselTech
@BasselTech 7 лет назад
+Prabu J Feel free sir to send me an email with the error attached so I can hrlp you. Thanks! :-)
@MrPrabuj04
@MrPrabuj04 7 лет назад
thanks for your replay, if i want search First Name in spite of firstname how should i write
@BasselTech
@BasselTech 7 лет назад
Try to write the two words between ( grave accent mark ` ), so it should look like ( `First Name` ) instead of ( First Name ). Please give me a feedback on how it goes. :-)
@vaha2833
@vaha2833 5 лет назад
Table1BindingSource.Filter = "Firstname LIKE ' " & TextBox1.Text & "%'"
@BasselTech
@BasselTech 4 года назад
If you have any doubts, feel free to contact me. Have a nice day! :-) Email: admin@basseltech.com Kik: kik.me/basseltech/
Далее
Search Button for Database in Visual basic 2010
7:27
Просмотров 185 тыс.
Армия США вошла в Зангезур
04:17
Просмотров 285 тыс.
Идея под заказ😂
00:20
Просмотров 168 тыс.
На фейсконтроле 💂
09:41
Просмотров 994 тыс.
SEARCH IN MS ACCESS RECORDS USING VB.NET.avi
5:51
Просмотров 53 тыс.
Creating Login Form with Simple Modern Design - VB.net
21:17
C# Tutorial - Search data in database | FoxLearn
9:01
Attendance List VB.net + Ms Access
5:46
Просмотров 9 тыс.
Армия США вошла в Зангезур
04:17
Просмотров 285 тыс.