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

Database

 
QuestionReg: MSOLAP (need to load custom data) Pin
kuldeepjangir31-Aug-05 18:47
kuldeepjangir31-Aug-05 18:47 
QuestionIs there example for Oracle connection? Pin
rushing31-Aug-05 17:47
rushing31-Aug-05 17:47 
AnswerRe: Is there example for Oracle connection? Pin
Tigerkatze14-Sep-05 1:47
Tigerkatze14-Sep-05 1:47 
QuestionImport data from Access into SQL Server 2005 Express Pin
AesopTurtle31-Aug-05 16:22
AesopTurtle31-Aug-05 16:22 
QuestionOODBMS Pin
airbus38031-Aug-05 12:01
airbus38031-Aug-05 12:01 
Questionplease Pin
alonso2k8131-Aug-05 9:30
alonso2k8131-Aug-05 9:30 
AnswerRe: please Pin
airbus38031-Aug-05 10:36
airbus38031-Aug-05 10:36 
AnswerRe: please Pin
Mohamad Al Husseiny31-Aug-05 11:29
Mohamad Al Husseiny31-Aug-05 11:29 
If you talk about how to grant and revoke permissions
you can send it as sql statment to sql server
SqlCommand sqlCommand =new SqlCommand("GRANT SELECT ON authors TO xyz",yourConnection);
sqlCommand.CommandType=CommandType.Text;
sqlCommand.ExecuteNonQuery();


MCAD
Questioni ned help soon please Pin
alonso2k8131-Aug-05 9:28
alonso2k8131-Aug-05 9:28 
AnswerRe: i ned help soon please Pin
Mohamad Al Husseiny31-Aug-05 11:11
Mohamad Al Husseiny31-Aug-05 11:11 
GeneralRe: i ned help soon please Pin
airbus38031-Aug-05 11:48
airbus38031-Aug-05 11:48 
QuestionSQL Server 2005 ADO.NET 2.0 table creation Pin
Ricebot31-Aug-05 8:48
Ricebot31-Aug-05 8:48 
QuestionHelp Me on this query! Pin
arashrajaei31-Aug-05 7:24
professionalarashrajaei31-Aug-05 7:24 
AnswerRe: Help Me on this query! Pin
softty31-Aug-05 8:38
softty31-Aug-05 8:38 
AnswerRe: Help Me on this query! Pin
Mandar Patankar31-Aug-05 8:39
Mandar Patankar31-Aug-05 8:39 
AnswerRe: Help Me on this query! Pin
airbus38031-Aug-05 10:15
airbus38031-Aug-05 10:15 
AnswerRe: Help Me on this query! Pin
arashrajaei1-Sep-05 4:13
professionalarashrajaei1-Sep-05 4:13 
GeneralRe: Help Me on this query! Pin
airbus3801-Sep-05 12:11
airbus3801-Sep-05 12:11 
Questionpls help on a sql query Pin
xcavin30-Aug-05 23:38
xcavin30-Aug-05 23:38 
AnswerRe: pls help on a sql query Pin
Colin Angus Mackay31-Aug-05 1:32
Colin Angus Mackay31-Aug-05 1:32 
GeneralRe: pls help on a sql query Pin
xcavin31-Aug-05 1:54
xcavin31-Aug-05 1:54 
QuestionRe: pls help on a sql query Pin
toxcct31-Aug-05 5:28
toxcct31-Aug-05 5:28 
AnswerRe: pls help on a sql query Pin
Colin Angus Mackay31-Aug-05 8:21
Colin Angus Mackay31-Aug-05 8:21 
Questionstoring image to Database Pin
Ajith.P.T30-Aug-05 2:34
Ajith.P.T30-Aug-05 2:34 
AnswerRe: storing image to Database Pin
toxcct30-Aug-05 4:05
toxcct30-Aug-05 4:05 

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.