Click here to Skip to main content
15,888,461 members
Home / Discussions / Database
   

Database

 
Questiondate format problem with asp & mssql. Help! Pin
dansoft7-Feb-06 7:38
dansoft7-Feb-06 7:38 
AnswerRe: date format problem with asp & mssql. Help! Pin
Dave Kreskowiak7-Feb-06 8:01
mveDave Kreskowiak7-Feb-06 8:01 
QuestionRe: date format problem with asp & mssql. Help! Pin
dansoft7-Feb-06 15:48
dansoft7-Feb-06 15:48 
AnswerRe: date format problem with asp & mssql. Help! Pin
Dave Kreskowiak7-Feb-06 16:11
mveDave Kreskowiak7-Feb-06 16:11 
AnswerRe: date format problem with asp & mssql. Help! Pin
dansoft7-Feb-06 17:54
dansoft7-Feb-06 17:54 
GeneralRe: date format problem with asp & mssql. Help! Pin
Dave Kreskowiak8-Feb-06 2:08
mveDave Kreskowiak8-Feb-06 2:08 
GeneralRe: date format problem with asp & mssql. Help! Pin
dansoft8-Feb-06 2:53
dansoft8-Feb-06 2:53 
GeneralRe: date format problem with asp & mssql. Help! Pin
Dave Kreskowiak8-Feb-06 11:58
mveDave Kreskowiak8-Feb-06 11:58 
dansoft wrote:
It will display error.


Don't be so sure. You're right, this time. This little attack works much better when you concatenate the WHERE of an SQL statement:
"SELECT * FROM table WHERE field = '" & text & "'"

This will generate an SQL statement that looks like this:
SELECT * FROM table WHERE field = '01/01/1999' DROP TABLE table --

Which WILL NOT generate an error. I guarantaa you'll start scratching your head wondering where your table went.

As for paging, you can find a bunch of articles on it by looking through these[^].


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: date format problem with asp & mssql. Help! Pin
dansoft9-Feb-06 7:37
dansoft9-Feb-06 7:37 
GeneralRe: date format problem with asp & mssql. Help! Pin
Dave Kreskowiak9-Feb-06 11:10
mveDave Kreskowiak9-Feb-06 11:10 
GeneralRe: date format problem with asp & mssql. Help! Pin
dansoft9-Feb-06 14:37
dansoft9-Feb-06 14:37 
Questioninserting images Pin
Net-Programer-and-developer7-Feb-06 5:30
Net-Programer-and-developer7-Feb-06 5:30 
AnswerRe: inserting images Pin
Dave Kreskowiak7-Feb-06 7:59
mveDave Kreskowiak7-Feb-06 7:59 
Questionsql server credentials Pin
Dimitris Iliopoulos7-Feb-06 4:47
Dimitris Iliopoulos7-Feb-06 4:47 
AnswerRe: sql server credentials Pin
Mike Dimmick7-Feb-06 5:45
Mike Dimmick7-Feb-06 5:45 
QuestionCumalative Sum and Supply/Demand Delay Pin
T-Smooth7-Feb-06 4:41
T-Smooth7-Feb-06 4:41 
QuestionIf statement in select clause... Help! Pin
awisey7-Feb-06 4:25
awisey7-Feb-06 4:25 
AnswerRe: If statement in select clause... Help! Pin
Mike Ellison7-Feb-06 5:56
Mike Ellison7-Feb-06 5:56 
AnswerRe: If statement in select clause... Help! Pin
Michael Potter7-Feb-06 5:58
Michael Potter7-Feb-06 5:58 
QuestionSQL & DAO Connection Pin
paykani6-Feb-06 18:00
paykani6-Feb-06 18:00 
AnswerRe: SQL & DAO Connection Pin
Dave Kreskowiak7-Feb-06 7:56
mveDave Kreskowiak7-Feb-06 7:56 
QuestionSQL Server Express 2005 Pin
Bassam Abdul-Baki6-Feb-06 15:41
professionalBassam Abdul-Baki6-Feb-06 15:41 
QuestionPluggable Reports Pin
ProffK6-Feb-06 10:19
ProffK6-Feb-06 10:19 
QuestionHow to menage concurrency with timestamp (C#) Pin
ventomito6-Feb-06 7:00
ventomito6-Feb-06 7:00 
AnswerRe: How to menage concurrency with timestamp (C#) Pin
Edbert P6-Feb-06 15:46
Edbert P6-Feb-06 15:46 

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.