Click here to Skip to main content
15,899,475 members
Home / Discussions / Database
   

Database

 
QuestionSynchronization of DB tables? Pin
kbalias7-Feb-06 19:19
kbalias7-Feb-06 19:19 
AnswerRe: Synchronization of DB tables? Pin
Mike Ellison8-Feb-06 6:18
Mike Ellison8-Feb-06 6:18 
Questiondatabase error Pin
dev dhoundiyal7-Feb-06 18:53
dev dhoundiyal7-Feb-06 18:53 
QuestionConnecting to an Oracle Server DB? Pin
cbhkenshin7-Feb-06 18:51
cbhkenshin7-Feb-06 18:51 
AnswerRe: Connecting to an Oracle Server DB? Pin
Mike Ellison8-Feb-06 6:14
Mike Ellison8-Feb-06 6:14 
QuestionText File Pin
sood_is_in7-Feb-06 17:53
sood_is_in7-Feb-06 17:53 
AnswerRe: Text File Pin
VMSSanthosh7-Feb-06 23:43
VMSSanthosh7-Feb-06 23:43 
AnswerRe: Text File Pin
Dave Kreskowiak8-Feb-06 2:09
mveDave Kreskowiak8-Feb-06 2:09 
Questionnot able to connect with sql server2000 Pin
nauty7-Feb-06 9:12
nauty7-Feb-06 9:12 
AnswerRe: not able to connect with sql server2000 Pin
Mekong River7-Feb-06 15:20
Mekong River7-Feb-06 15:20 
GeneralRe: not able to connect with sql server2000 Pin
Dave Kreskowiak7-Feb-06 16:05
mveDave Kreskowiak7-Feb-06 16:05 
GeneralRe: not able to connect with sql server2000 Pin
Mekong River7-Feb-06 16:15
Mekong River7-Feb-06 16:15 
GeneralRe: not able to connect with sql server2000 Pin
Dave Kreskowiak7-Feb-06 16:24
mveDave Kreskowiak7-Feb-06 16:24 
GeneralRe: not able to connect with sql server2000 Pin
Mekong River7-Feb-06 16:28
Mekong River7-Feb-06 16:28 
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 

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.