Posts by Lucas Lima • 21 points
5 posts
-
0
votes3
answers64
viewsA: How to filter only numbers with 'Like' SQL
I was able to solve it this way: SELECT * FROM Lesson L WHERE L.mainUnitId REGEXP 'Ad[0-9]';
-
-1
votes3
answers64
viewsQ: How to filter only numbers with 'Like' SQL
I have a table in which the field mainUnitId has the following data: Ad23 Ad7 Ad11 Ad9 Adv1 Adv14 Adv21 I need to bring in the search only those who have Ad + numbers after My code: SELECT * FROM…
-
0
votes0
answers40
viewsQ: How to compare 2 fields with date
Hello, I have two fields, one with today’s date and one with a date in nine days. I need to make a comparison between the 2 fields to know if the field with the second date is in 10 days or less,…
-
1
votes0
answers64
viewsQ: Unwanted message when displaying notification on desktop
Hello, I am displaying a notification on desktop, but below the message appears "vshost32.exe". I would like to know how to remove this. Obg. My code: notifyIcon1.ShowBalloonTip(10, "Lembrete ", "…
-
1
votes1
answer1810
viewsQ: How to add lines manually in a datagriedview populated with Mysql data
I have a Datagridview where I fill it with data from a mysql table and then need to add lines with some textbox data, when I try returns the following error: "It is not possible to add lines…
c#asked Lucas Lima 21