Click here to Skip to main content
16,013,642 members
Home / Discussions / Database
   

Database

 
Questionmicrosoft access 2000 Pin
villaa4-Jun-07 3:05
villaa4-Jun-07 3:05 
AnswerRe: microsoft access 2000 Pin
Rob Graham4-Jun-07 5:03
Rob Graham4-Jun-07 5:03 
Questionhow to add the picture or movie into the table Pin
ganesamoorthidhayalan4-Jun-07 2:15
ganesamoorthidhayalan4-Jun-07 2:15 
AnswerRe: how to add the picture or movie into the table Pin
Colin Angus Mackay4-Jun-07 2:39
Colin Angus Mackay4-Jun-07 2:39 
AnswerRe: how to add the picture or movie into the table Pin
Giorgi Dalakishvili4-Jun-07 5:41
mentorGiorgi Dalakishvili4-Jun-07 5:41 
Questionwhat is the cursor? Pin
saravanan053-Jun-07 23:13
saravanan053-Jun-07 23:13 
AnswerRe: what is the cursor? Pin
originSH3-Jun-07 23:25
originSH3-Jun-07 23:25 
AnswerRe: what is the cursor? Pin
ganesamoorthidhayalan4-Jun-07 2:20
ganesamoorthidhayalan4-Jun-07 2:20 
cursor means to select the set of record, and mainpulate that record and stored in againg to the database.

for example

declare cursor s1 as select * from emp where salary>1000;

if s1 is the cursor name. The cursor having the records in salary is greater than 1000. we can trace each record and to manipulate the record and to again store to database.




AnswerHomework alert Pin
leckey4-Jun-07 4:06
leckey4-Jun-07 4:06 
GeneralRe: Homework alert Pin
originSH4-Jun-07 5:19
originSH4-Jun-07 5:19 
GeneralRe: Homework alert Pin
leckey4-Jun-07 9:55
leckey4-Jun-07 9:55 
QuestionSQL 2000 Reporting Services - Blank pages while rendering matrix in PDF format Pin
Ravindranath Kini3-Jun-07 19:07
Ravindranath Kini3-Jun-07 19:07 
QuestionDTS Package..?? Pin
Xandip3-Jun-07 17:23
Xandip3-Jun-07 17:23 
QuestionBasic SQL question Pin
eggie53-Jun-07 14:42
eggie53-Jun-07 14:42 
AnswerRe: Basic SQL question Pin
Arun.Immanuel3-Jun-07 14:51
Arun.Immanuel3-Jun-07 14:51 
AnswerRe: Basic SQL question Pin
Christian Graus3-Jun-07 14:53
protectorChristian Graus3-Jun-07 14:53 
GeneralRe: Basic SQL question Pin
eggie53-Jun-07 15:00
eggie53-Jun-07 15:00 
GeneralRe: Basic SQL question Pin
Pete O'Hanlon3-Jun-07 23:46
mvePete O'Hanlon3-Jun-07 23:46 
QuestionMofify a colunm from Nvarchar(50) to DateTime Pin
steve_rm3-Jun-07 9:27
steve_rm3-Jun-07 9:27 
AnswerRe: Mofify a colunm from Nvarchar(50) to DateTime Pin
Mike Dimmick3-Jun-07 12:00
Mike Dimmick3-Jun-07 12:00 
QuestionAccess of Office 2007 as a DB in .NET Pin
Tzumer Edo3-Jun-07 4:27
Tzumer Edo3-Jun-07 4:27 
AnswerRe: Access of Office 2007 as a DB in .NET Pin
originSH3-Jun-07 23:30
originSH3-Jun-07 23:30 
QuestionAdding a new column is DBNULL Pin
steve_rm2-Jun-07 4:06
steve_rm2-Jun-07 4:06 
AnswerRe: Adding a new column is DBNULL Pin
Rob Graham2-Jun-07 5:53
Rob Graham2-Jun-07 5:53 
AnswerRe: mysql vs sqlserver Pin
Rob Graham2-Jun-07 4:55
Rob Graham2-Jun-07 4:55 

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.