Click here to Skip to main content
15,891,423 members
Home / Discussions / Database
   

Database

 
QuestionTo calculate no of sundays in a month Pin
ahmedalisha11-Apr-07 19:30
ahmedalisha11-Apr-07 19:30 
AnswerRe: To calculate no of sundays in a month Pin
Shuaib wasif khan11-Apr-07 23:41
Shuaib wasif khan11-Apr-07 23:41 
AnswerRe: To calculate no of sundays in a month Pin
Krish - KP13-Apr-07 2:02
Krish - KP13-Apr-07 2:02 
GeneralRe: To calculate no of sundays in a month Pin
ahmedalisha13-Apr-07 2:54
ahmedalisha13-Apr-07 2:54 
Questioncan connet to sql 2005 from VS 2005 express C#,C+ [modified] Pin
mhp13011-Apr-07 15:38
mhp13011-Apr-07 15:38 
AnswerRe: can connet to sql 2005 from VS 2005 express C#,C+ Pin
Jerry Hammond11-Apr-07 17:47
Jerry Hammond11-Apr-07 17:47 
Questionencryption in MySQL Pin
shabonaa11-Apr-07 9:38
shabonaa11-Apr-07 9:38 
AnswerRe: encryption in MySQL Pin
Dave Kreskowiak11-Apr-07 10:06
mveDave Kreskowiak11-Apr-07 10:06 
It should be done in your code. Add some salt, encrypt it, then store the encrypted byte stream in the database. When you want to check a users password, add the same salt to the attempted password, encrypt it the same way, then retrieve the password from the database and compare the two byte streams.


Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


AnswerRe: encryption in MySQL Pin
neon198111-Apr-07 10:07
neon198111-Apr-07 10:07 
GeneralRe: encryption in MySQL Pin
shabonaa11-Apr-07 21:14
shabonaa11-Apr-07 21:14 
GeneralRe: encryption in MySQL Pin
neon198112-Apr-07 3:25
neon198112-Apr-07 3:25 
QuestionMultiple Databases Pin
freddie711-Apr-07 8:44
freddie711-Apr-07 8:44 
AnswerRe: Multiple Databases Pin
amazingal12-Apr-07 1:15
amazingal12-Apr-07 1:15 
GeneralRe: Multiple Databases Pin
Chandman12-Apr-07 7:06
Chandman12-Apr-07 7:06 
AnswerRe: Multiple Databases Pin
Chandman12-Apr-07 7:05
Chandman12-Apr-07 7:05 
QuestionHow to connect "*.dll " file with the sql databse/server? Pin
dhananjaysonar11-Apr-07 3:17
dhananjaysonar11-Apr-07 3:17 
AnswerRe: How to connect "*.dll " file with the sql databse/server? Pin
Colin Angus Mackay11-Apr-07 3:36
Colin Angus Mackay11-Apr-07 3:36 
AnswerRe: How to connect "*.dll " file with the sql databse/server? Pin
Jerry Hammond11-Apr-07 17:25
Jerry Hammond11-Apr-07 17:25 
GeneralRe: How to connect "*.dll " file with the sql databse/server? Pin
Paul Conrad12-Apr-07 7:12
professionalPaul Conrad12-Apr-07 7:12 
Questionhow to connect sql with c language???????????? Pin
amazingal11-Apr-07 1:56
amazingal11-Apr-07 1:56 
AnswerRe: how to connect sql with c language???????????? Pin
Hamid_RT11-Apr-07 3:15
Hamid_RT11-Apr-07 3:15 
AnswerRe: how to connect sql with c language???????????? Pin
DQNOK11-Apr-07 3:32
professionalDQNOK11-Apr-07 3:32 
QuestionError Pin
messages11-Apr-07 0:47
messages11-Apr-07 0:47 
AnswerRe: Error Pin
roel_v11-Apr-07 1:52
roel_v11-Apr-07 1:52 
GeneralRe: Error Pin
messages11-Apr-07 4:14
messages11-Apr-07 4:14 

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.