Click here to Skip to main content
15,890,123 members
Home / Discussions / Database
   

Database

 
GeneralRe: Connection between MS Access and SQL Server Pin
SilimSayo22-Dec-11 13:04
SilimSayo22-Dec-11 13:04 
AnswerRe: Connection between MS Access and SQL Server Pin
Eddy Vluggen22-Dec-11 9:40
professionalEddy Vluggen22-Dec-11 9:40 
AnswerRe: Connection between MS Access and SQL Server Pin
RDBurmon23-Dec-11 2:45
RDBurmon23-Dec-11 2:45 
QuestionSuggestion on using image data type in sql 2005. Pin
Hema Bairavan19-Dec-11 20:02
Hema Bairavan19-Dec-11 20:02 
AnswerRe: Suggestion on using image data type in sql 2005. Pin
Shameel19-Dec-11 20:34
professionalShameel19-Dec-11 20:34 
GeneralRe: Suggestion on using image data type in sql 2005. Pin
Hema Bairavan19-Dec-11 22:31
Hema Bairavan19-Dec-11 22:31 
GeneralRe: Suggestion on using image data type in sql 2005. Pin
coded00720-Dec-11 1:50
professionalcoded00720-Dec-11 1:50 
GeneralRe: Suggestion on using image data type in sql 2005. Pin
Shameel20-Dec-11 1:56
professionalShameel20-Dec-11 1:56 
Information like name, age, sex, etc. can be stored using appropriate data types like varchar, int, etc.

Photos can be stored using two ways:
One is to store the photo as binary information in an image column.
The other is to store the photos as jpeg images on the file system and store their paths in a varchar column.

Each of these approaches have advantages and disadvantages of their own, you may want to explore these options further and see what works for your situation.
GeneralRe: Suggestion on using image data type in sql 2005. Pin
Hema Bairavan20-Dec-11 3:19
Hema Bairavan20-Dec-11 3:19 
GeneralRe: Suggestion on using image data type in sql 2005. Pin
Shameel20-Dec-11 3:28
professionalShameel20-Dec-11 3:28 
GeneralRe: Suggestion on using image data type in sql 2005. Pin
Hema Bairavan20-Dec-11 3:35
Hema Bairavan20-Dec-11 3:35 
AnswerRe: Suggestion on using image data type in sql 2005. Pin
PIEBALDconsult20-Dec-11 4:19
mvePIEBALDconsult20-Dec-11 4:19 
GeneralRe: Suggestion on using image data type in sql 2005. Pin
Luc Pattyn20-Dec-11 7:06
sitebuilderLuc Pattyn20-Dec-11 7:06 
GeneralRe: Suggestion on using image data type in sql 2005. Pin
Jörgen Andersson20-Dec-11 9:35
professionalJörgen Andersson20-Dec-11 9:35 
GeneralRe: Suggestion on using image data type in sql 2005. Pin
PIEBALDconsult21-Dec-11 16:55
mvePIEBALDconsult21-Dec-11 16:55 
AnswerRe: Suggestion on using image data type in sql 2005. Pin
Eddy Vluggen20-Dec-11 6:34
professionalEddy Vluggen20-Dec-11 6:34 
AnswerRe: Suggestion on using image data type in sql 2005. Pin
thatraja20-Dec-11 8:24
professionalthatraja20-Dec-11 8:24 
AnswerRe: Suggestion on using image data type in sql 2005. Pin
SilimSayo20-Dec-11 13:22
SilimSayo20-Dec-11 13:22 
Questionmanaging access to multiple stand alone installations Pin
masqazi18-Dec-11 22:07
masqazi18-Dec-11 22:07 
AnswerRe: managing access to multiple stand alone installations Pin
masqazi19-Dec-11 1:57
masqazi19-Dec-11 1:57 
AnswerRe: managing access to multiple stand alone installations Pin
SilimSayo19-Dec-11 3:32
SilimSayo19-Dec-11 3:32 
AnswerRe: managing access to multiple stand alone installations Pin
bsdtux19-Dec-11 5:02
bsdtux19-Dec-11 5:02 
Questionhow i can automatically create an new Excel file once a new day using the C#? Pin
pingping li18-Dec-11 16:21
pingping li18-Dec-11 16:21 
AnswerRe: how i can automatically create an new Excel file once a new day using the C#? Pin
Richard MacCutchan18-Dec-11 23:42
mveRichard MacCutchan18-Dec-11 23:42 
Questiony this query answer wrong ? Pin
williamroma16-Dec-11 7:40
williamroma16-Dec-11 7:40 

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.