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

Database

 
QuestionMDF files Pin
cberam1-Sep-05 1:23
cberam1-Sep-05 1:23 
AnswerRe: MDF files Pin
airbus3801-Sep-05 2:20
airbus3801-Sep-05 2:20 
Questiontriggers? Pin
Soviet31-Aug-05 23:35
Soviet31-Aug-05 23:35 
AnswerRe: triggers? Pin
Anonymous1-Sep-05 11:23
Anonymous1-Sep-05 11:23 
AnswerRe: triggers? Pin
jonathan151-Sep-05 22:54
jonathan151-Sep-05 22:54 
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 
Hi!

One possibility is to use an oleDBConnector (using System.Data.OleDB).

OleDBConnection oleDdCon = new OleDbConnection("Provider=OraOLEDB.Oracle;Data Source=" + sDataSource + ";User ID=" + sUserID + "; Password=" + sPWD);
oleDBCon.Open();


-- modified at 7:49 Wednesday 14th September, 2005
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 
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 

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.