Click here to Skip to main content
15,921,295 members
Home / Discussions / C#
   

C#

 
GeneralRe: SQL Query Pin
Llama_42-Oct-07 22:56
Llama_42-Oct-07 22:56 
GeneralRe: SQL Query Pin
Pete O'Hanlon2-Oct-07 23:04
mvePete O'Hanlon2-Oct-07 23:04 
GeneralRe: SQL Query Pin
Llama_42-Oct-07 23:11
Llama_42-Oct-07 23:11 
GeneralRe: SQL Query Pin
Christian Graus2-Oct-07 23:38
protectorChristian Graus2-Oct-07 23:38 
AnswerRe: SQL Query Pin
Islam Khalil Saber2-Oct-07 22:55
Islam Khalil Saber2-Oct-07 22:55 
GeneralRe: SQL Query Pin
Colin Angus Mackay3-Oct-07 1:01
Colin Angus Mackay3-Oct-07 1:01 
GeneralRe: SQL Query Pin
Islam Khalil Saber3-Oct-07 2:34
Islam Khalil Saber3-Oct-07 2:34 
GeneralRe: SQL Query Pin
Colin Angus Mackay3-Oct-07 3:09
Colin Angus Mackay3-Oct-07 3:09 
Islam9 wrote:
instead of telling me my errors
ihope ou tell us the right way to do the requier


I did! I gave you a link to an article that tells you what you should be doing.

The other errors highlighted are sufficiently easy to correct I didn't think an explanation was necessary.

int x=int.parse(textbox1.text);

parse should be Parse
text should be Text

The other two errors can be corrected by reading, understanding and implementing the recommendations in the article that was linked: http://www.codeproject.com/cs/database/SqlInjectionAttacks.asp[^]


Upcoming FREE developer events:
* Glasgow: db4o: An Embeddable Database Engine for Object-Oriented Environments, Mock Objects, SQL Server CLR Integration, Reporting Services ...

My website

QuestionScheduling processes? Pin
kbalias2-Oct-07 22:21
kbalias2-Oct-07 22:21 
AnswerRe: Scheduling processes? Pin
N a v a n e e t h2-Oct-07 22:36
N a v a n e e t h2-Oct-07 22:36 
AnswerRe: Scheduling processes? Pin
codeproject_Tarun3-Oct-07 0:18
codeproject_Tarun3-Oct-07 0:18 
AnswerRe: Scheduling processes? Pin
codeproject_Tarun3-Oct-07 0:53
codeproject_Tarun3-Oct-07 0:53 
AnswerRe: Scheduling processes? Pin
PIEBALDconsult3-Oct-07 6:02
mvePIEBALDconsult3-Oct-07 6:02 
QuestionCreating tables in ORACLE Pin
Muammar©2-Oct-07 22:01
Muammar©2-Oct-07 22:01 
AnswerRe: Creating tables in ORACLE Pin
Marek Grzenkowicz2-Oct-07 22:25
Marek Grzenkowicz2-Oct-07 22:25 
GeneralRe: Creating tables in ORACLE Pin
Muammar©3-Oct-07 1:52
Muammar©3-Oct-07 1:52 
AnswerSolved Pin
Muammar©3-Oct-07 1:48
Muammar©3-Oct-07 1:48 
Questiongenerate unique id Pin
merger1232-Oct-07 21:47
merger1232-Oct-07 21:47 
AnswerRe: generate unique id Pin
Marek Grzenkowicz2-Oct-07 22:17
Marek Grzenkowicz2-Oct-07 22:17 
AnswerRe: generate unique id Pin
lmoelleb2-Oct-07 22:17
lmoelleb2-Oct-07 22:17 
Answerthanks Pin
merger1233-Oct-07 1:06
merger1233-Oct-07 1:06 
Questionthread Pin
821300122-Oct-07 21:42
821300122-Oct-07 21:42 
AnswerRe: thread Pin
Martin#2-Oct-07 22:11
Martin#2-Oct-07 22:11 
AnswerRe: thread Pin
J4amieC2-Oct-07 22:13
J4amieC2-Oct-07 22:13 
AnswerRe: thread Pin
Andrei Ungureanu2-Oct-07 23:57
Andrei Ungureanu2-Oct-07 23:57 

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.