Click here to Skip to main content
15,899,313 members
Home / Discussions / Database
   

Database

 
GeneralRe: Need help do connecting sql server together in local area network! Pin
japel22-Feb-06 8:51
japel22-Feb-06 8:51 
QuestionHow to storage the records of DataSet to MSSQL table? Pin
jingya_feng21-Feb-06 3:07
jingya_feng21-Feb-06 3:07 
AnswerRe: How to storage the records of DataSet to MSSQL table? Pin
Alomgir Miah22-Feb-06 7:34
Alomgir Miah22-Feb-06 7:34 
QuestionReplace SELECT result before datagrid. Pin
japel21-Feb-06 1:20
japel21-Feb-06 1:20 
AnswerRe: Replace SELECT result before datagrid. Pin
Michael Potter21-Feb-06 3:27
Michael Potter21-Feb-06 3:27 
GeneralRe: Replace SELECT result before datagrid. Pin
Alomgir Miah22-Feb-06 7:38
Alomgir Miah22-Feb-06 7:38 
Questionhow to connect with Oracle with c# Pin
nauty20-Feb-06 18:57
nauty20-Feb-06 18:57 
AnswerRe: how to connect with Oracle with c# Pin
Colin Angus Mackay21-Feb-06 1:46
Colin Angus Mackay21-Feb-06 1:46 
nauty wrote:
1. not able to see the "OracleClient" namespace after the "system.Data ".How can i get it.


You need to add a refernece to System.Data.OracleClient to your assembly. (Right click on the project in the solution folder. Select Add Reference... and look in the .NET tab for it)


nauty wrote:
2. if I want to get connected through Oledb. how can i do that.


Use the classes in the System.Data.OleDb namespace.

ColinMackay.net
Scottish Developers are looking for speakers for user group sessions over the next few months. Do you want to know more?

QuestionSecurity: Scanning for SQL Server Pin
devvvy20-Feb-06 17:24
devvvy20-Feb-06 17:24 
QuestionCombining two SELECT statements Pin
myNameIsRon20-Feb-06 13:00
myNameIsRon20-Feb-06 13:00 
AnswerRe: Combining two SELECT statements Pin
Mike Ellison20-Feb-06 16:27
Mike Ellison20-Feb-06 16:27 
GeneralRe: Combining two SELECT statements Pin
myNameIsRon22-Feb-06 5:25
myNameIsRon22-Feb-06 5:25 
Questionselecting MAX date records Pin
Joshua Lunsford20-Feb-06 11:32
Joshua Lunsford20-Feb-06 11:32 
AnswerRe: selecting MAX date records Pin
Mike Ellison20-Feb-06 12:29
Mike Ellison20-Feb-06 12:29 
QuestionA simple query Pin
sacoskun20-Feb-06 9:18
sacoskun20-Feb-06 9:18 
AnswerRe: A simple query Pin
Mike Ellison20-Feb-06 18:21
Mike Ellison20-Feb-06 18:21 
Questiondistinct columns? Pin
nixter99920-Feb-06 3:42
nixter99920-Feb-06 3:42 
AnswerRe: distinct columns? Pin
Chris Meech20-Feb-06 4:02
Chris Meech20-Feb-06 4:02 
GeneralRe: distinct columns? Pin
nixter99920-Feb-06 4:15
nixter99920-Feb-06 4:15 
GeneralRe: distinct columns? Pin
Joshua Lunsford20-Feb-06 12:01
Joshua Lunsford20-Feb-06 12:01 
GeneralRe: distinct columns? Pin
Chris Meech21-Feb-06 3:53
Chris Meech21-Feb-06 3:53 
QuestionTyped dataset and ReadXml Pin
slappe20-Feb-06 2:37
slappe20-Feb-06 2:37 
QuestioncomboBox1.ValueMember = "column1" Pin
myNameIsRon19-Feb-06 11:51
myNameIsRon19-Feb-06 11:51 
AnswerRe: comboBox1.ValueMember = "column1" Pin
Ritesh123419-Feb-06 18:37
Ritesh123419-Feb-06 18:37 
GeneralRe: comboBox1.ValueMember = "column1" Pin
myNameIsRon20-Feb-06 12:50
myNameIsRon20-Feb-06 12:50 

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.