Click here to Skip to main content
15,795,331 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Visual Studio List Box with 1,000,000 entries / Who else noticed this capacity? Pin
Member 1507871620-Jul-22 15:03
Member 1507871620-Jul-22 15:03 
GeneralRe: Visual Studio List Box with 1,000,000 entries / Who else noticed this capacity? Pin
Victor Nijegorodov20-Jul-22 21:38
Victor Nijegorodov20-Jul-22 21:38 
GeneralRe: Visual Studio List Box with 1,000,000 entries / Who else noticed this capacity? Pin
Member 1507871621-Jul-22 6:53
Member 1507871621-Jul-22 6:53 
Questionthis is my code trying to deduct qty from tableproduct after sales Pin
Titus Miclus Afful7-Jul-22 1:11
Titus Miclus Afful7-Jul-22 1:11 
AnswerRe: this is my code trying to deduct qty from tableproduct after sales Pin
Victor Nijegorodov7-Jul-22 1:31
Victor Nijegorodov7-Jul-22 1:31 
GeneralRe: this is my code trying to deduct qty from tableproduct after sales Pin
jsc427-Jul-22 2:07
professionaljsc427-Jul-22 2:07 
GeneralRe: this is my code trying to deduct qty from tableproduct after sales Pin
Richard MacCutchan7-Jul-22 2:27
mveRichard MacCutchan7-Jul-22 2:27 
AnswerRe: this is my code trying to deduct qty from tableproduct after sales Pin
Richard Deeming7-Jul-22 3:08
mveRichard Deeming7-Jul-22 3:08 
Your code is vulnerable to SQL Injection[^]. NEVER use string concatenation/interpolation to build a SQL query. ALWAYS use a parameterized query.

Everything you wanted to know about SQL injection (but were afraid to ask) | Troy Hunt[^]
How can I explain SQL injection without technical jargon? | Information Security Stack Exchange[^]
Query Parameterization Cheat Sheet | OWASP[^]

Aside from that, you haven't actually asked a question.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer

QuestionRaise Event on another Form Pin
EngrImad21-Jun-22 6:01
EngrImad21-Jun-22 6:01 
AnswerRe: Raise Event on another Form Pin
Dave Kreskowiak22-Jun-22 8:18
mveDave Kreskowiak22-Jun-22 8:18 
GeneralRe: Raise Event on another Form Pin
jsc426-Jul-22 7:23
professionaljsc426-Jul-22 7:23 
QuestionCopy Record(s) from 1 Database to Another Database with the same Tables Pin
crmfghtr20-Jun-22 17:42
crmfghtr20-Jun-22 17:42 
AnswerRe: Copy Record(s) from 1 Database to Another Database with the same Tables Pin
Victor Nijegorodov20-Jun-22 21:24
Victor Nijegorodov20-Jun-22 21:24 
QuestionGet Process Percentage Pin
EngrImad18-Jun-22 9:33
EngrImad18-Jun-22 9:33 
AnswerRe: Get Process Percentage Pin
PIEBALDconsult18-Jun-22 9:35
professionalPIEBALDconsult18-Jun-22 9:35 
GeneralRe: Get Process Percentage Pin
EngrImad19-Jun-22 1:22
EngrImad19-Jun-22 1:22 
GeneralRe: Get Process Percentage Pin
Dave Kreskowiak19-Jun-22 9:00
mveDave Kreskowiak19-Jun-22 9:00 
GeneralRe: Get Process Percentage Pin
EngrImad19-Jun-22 4:57
EngrImad19-Jun-22 4:57 
AnswerRe: Get Process Percentage Pin
Richard Deeming19-Jun-22 22:41
mveRichard Deeming19-Jun-22 22:41 
AnswerRe: Get Process Percentage Pin
David Mujica22-Jun-22 4:42
David Mujica22-Jun-22 4:42 
QuestionStrange behavior readline Pin
JR21214-Jun-22 2:05
JR21214-Jun-22 2:05 
AnswerRe: Strange behavior readline Pin
Richard MacCutchan14-Jun-22 6:16
mveRichard MacCutchan14-Jun-22 6:16 
GeneralRe: Strange behavior readline Pin
JR21216-Jun-22 3:16
JR21216-Jun-22 3:16 
AnswerRe: Strange behavior readline Pin
Alan N14-Jun-22 6:30
Alan N14-Jun-22 6:30 
GeneralRe: Strange behavior readline Pin
JR21216-Jun-22 3:13
JR21216-Jun-22 3:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.