Click here to Skip to main content
15,886,919 members
Home / Discussions / Database
   

Database

 
AnswerRe: Stored Procedure in Oracle 8i Pin
anandss11-Nov-05 12:28
anandss11-Nov-05 12:28 
Questionlooking for a classified package Pin
Rmass2-Nov-05 23:57
Rmass2-Nov-05 23:57 
Questionto list all regestered database servers on a LAN Pin
totu2-Nov-05 19:37
totu2-Nov-05 19:37 
AnswerRe: to list all regestered database servers on a LAN Pin
enjoycrack3-Nov-05 9:20
enjoycrack3-Nov-05 9:20 
Questionstored procedures Pin
totu2-Nov-05 19:31
totu2-Nov-05 19:31 
AnswerRe: stored procedures Pin
André Ziegler3-Nov-05 2:11
André Ziegler3-Nov-05 2:11 
QuestionmySql in my application part 2 Pin
Sasuko2-Nov-05 8:04
Sasuko2-Nov-05 8:04 
Questiondata-bind the DataGrid control to multiple tables in a dataset Pin
cppdotnet2-Nov-05 7:54
cppdotnet2-Nov-05 7:54 
I data hadata set with multiple table and i want to bind that to single data set
I tried
DataGrid1.DataSource = Mydataset; // with 3 tables .. THIS SHOWS ! TABLE ONLY

// This sdoesn't work also shows 1st table
DataGrid1.DataSource = Mydataset.Tables["table1"].DefaultView ;
DataGrid1.DataSource = Mydataset.Tables["table2"].DefaultView;
DataGrid1.DataSource = Mydataset.Tables["table3"].DefaultView ;
DataGrid1.DataBind();

// when i do individual work fine but not all three

Thanks
QuestionLicensing questions... Pin
Stanciu Vlad2-Nov-05 6:44
Stanciu Vlad2-Nov-05 6:44 
AnswerRe: Licensing questions... Pin
TheJonzer4-Nov-05 4:41
TheJonzer4-Nov-05 4:41 
QuestionExecuteNonQuery problems Pin
Kuira1-Nov-05 18:35
Kuira1-Nov-05 18:35 
AnswerRe: ExecuteNonQuery problems Pin
miah alom2-Nov-05 5:06
miah alom2-Nov-05 5:06 
GeneralRe: ExecuteNonQuery problems Pin
Kuira2-Nov-05 10:59
Kuira2-Nov-05 10:59 
AnswerRe: ExecuteNonQuery problems Pin
krario2-Nov-05 20:11
krario2-Nov-05 20:11 
GeneralRe: ExecuteNonQuery problems Pin
Kuira3-Nov-05 12:19
Kuira3-Nov-05 12:19 
QuestionSelect with a select Pin
j1webb1-Nov-05 9:54
j1webb1-Nov-05 9:54 
AnswerRe: Select with a select Pin
DiWa1-Nov-05 18:03
DiWa1-Nov-05 18:03 
GeneralRe: Select with a select Pin
j1webb2-Nov-05 3:05
j1webb2-Nov-05 3:05 
QuestionWhat is in SQL Server 2005 Developer Edition Pin
Paul Watson31-Oct-05 22:10
sitebuilderPaul Watson31-Oct-05 22:10 
AnswerRe: What is in SQL Server 2005 Developer Edition Pin
Colin Angus Mackay31-Oct-05 22:44
Colin Angus Mackay31-Oct-05 22:44 
AnswerRe: What is in SQL Server 2005 Developer Edition Pin
Mike Dimmick1-Nov-05 1:50
Mike Dimmick1-Nov-05 1:50 
Questioncall store procedure using C++ code Pin
qdo999931-Oct-05 15:12
qdo999931-Oct-05 15:12 
Question1000 ADO problems... Pin
l3st4rd31-Oct-05 7:55
l3st4rd31-Oct-05 7:55 
AnswerRe: 1000 ADO problems... Pin
jonathan151-Nov-05 23:35
jonathan151-Nov-05 23:35 
QuestionSending Http Post Request from Stored Procedure Pin
vineet1378031-Oct-05 7:24
vineet1378031-Oct-05 7:24 

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.