Click here to Skip to main content
15,915,501 members
Home / Discussions / C#
   

C#

 
QuestionNo Article Found for Microphone Voice Recording Pin
emran83426-Feb-06 2:05
emran83426-Feb-06 2:05 
AnswerRe: No Article Found for Microphone Voice Recording Pin
mav.northwind26-Feb-06 2:33
mav.northwind26-Feb-06 2:33 
QuestionProxy Pin
manmoona25-Feb-06 23:53
manmoona25-Feb-06 23:53 
QuestionDefault CUT- COPY - PASTE Pin
emran83425-Feb-06 23:38
emran83425-Feb-06 23:38 
GeneralRe: Default CUT- COPY - PASTE Pin
Guffa26-Feb-06 0:42
Guffa26-Feb-06 0:42 
GeneralRe: Default CUT- COPY - PASTE Pin
emran83426-Feb-06 1:18
emran83426-Feb-06 1:18 
GeneralRe: Default CUT- COPY - PASTE Pin
Guffa26-Feb-06 4:45
Guffa26-Feb-06 4:45 
QuestionSQL syntax in a Crystal Report Pin
mostafa_h25-Feb-06 23:03
mostafa_h25-Feb-06 23:03 
Hi all !
I've 3 sql table :
table1(maintable):id_car[primarykey],id_service,name_car ,
table 2:id_service[primary key] , kind_service
and table3 :myid[primarykey],id_car,company
Relations :table1 - table2(many to one) ,table1-table3(one to many)
I want to select name_car,kind_service,copany for filling a dataset in a crystal report(to taking a Report)and for this , I added an Item Data Set in my project .According to the relation between tables(table1,table2,table3),
for one table(without considering the relation) I wrote :
myDataset ds=new myDataset();<br />
strConnection.Open();<br />
string strSQL  = "SELECT * FROM table1";<br />
dataadapter1 = new SqlDataAdapter(strSQL,strConnection);<br />
SqlCommandBuilder scb = new SqlCommandBuilder(dataadapter1);<br />
dataadapter1.Fill(ds.table1);<br />
CrystalReport1.SetDataSource(ds.table1);<br />
crystalReportViewer1.ReportSource=CrystalReport1;

but I dont't know , how can I fill myDataset when there is 3 table ??.
Thanks for any help.
Regards !

s_mostafa_h
Questionhow can mail to my users via my webapplication without any spam or bulk Pin
m.rastgar25-Feb-06 21:38
m.rastgar25-Feb-06 21:38 
GeneralRe: how can mail to my users via my webapplication without any spam or bulk Pin
Guffa25-Feb-06 22:11
Guffa25-Feb-06 22:11 
GeneralRe: how can mail to my users via my webapplication without any spam or bulk Pin
Colin Angus Mackay25-Feb-06 22:19
Colin Angus Mackay25-Feb-06 22:19 
GeneralRe: how can mail to my users via my webapplication without any spam or bulk Pin
m.rastgar26-Feb-06 2:20
m.rastgar26-Feb-06 2:20 
GeneralRe: how can mail to my users via my webapplication without any spam or bulk Pin
Guffa26-Feb-06 4:47
Guffa26-Feb-06 4:47 
QuestionDo SQL Transactions lock the database automatically ? Pin
emran83425-Feb-06 21:37
emran83425-Feb-06 21:37 
AnswerRe: Do SQL Transactions lock the database automatically ? Pin
Colin Angus Mackay25-Feb-06 22:17
Colin Angus Mackay25-Feb-06 22:17 
GeneralRe: Do SQL Transactions lock the database automatically ? Pin
emran83425-Feb-06 23:34
emran83425-Feb-06 23:34 
GeneralRe: Do SQL Transactions lock the database automatically ? Pin
Colin Angus Mackay26-Feb-06 0:06
Colin Angus Mackay26-Feb-06 0:06 
GeneralRe: Do SQL Transactions lock the database automatically ? Pin
emran83426-Feb-06 1:20
emran83426-Feb-06 1:20 
QuestionDestructors~~~~ Pin
2hdass25-Feb-06 21:33
2hdass25-Feb-06 21:33 
AnswerRe: Destructors~~~~ Pin
Le centriste25-Feb-06 21:51
Le centriste25-Feb-06 21:51 
AnswerRe: Destructors~~~~ Pin
Guffa25-Feb-06 21:59
Guffa25-Feb-06 21:59 
Questionenum being int Pin
2hdass25-Feb-06 21:08
2hdass25-Feb-06 21:08 
AnswerRe: enum being int Pin
darkelv25-Feb-06 21:30
darkelv25-Feb-06 21:30 
QuestionCustomizing install wizard Pin
2hdass25-Feb-06 20:58
2hdass25-Feb-06 20:58 
QuestionGet info from a listview and pass to a method ? Pin
autekre25-Feb-06 20:17
autekre25-Feb-06 20:17 

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.