Click here to Skip to main content
15,922,407 members
Home / Discussions / Database
   

Database

 
Generalsingle stored procedure Pin
ylaine28-Feb-03 5:44
ylaine28-Feb-03 5:44 
GeneralRe: single stored procedure Pin
andyharman28-Feb-03 7:22
professionalandyharman28-Feb-03 7:22 
GeneralRe: single stored procedure Pin
ylaine28-Feb-03 22:05
ylaine28-Feb-03 22:05 
GeneralRe: single stored procedure Pin
andyharman1-Mar-03 23:19
professionalandyharman1-Mar-03 23:19 
GeneralRe: single stored procedure Pin
ylaine2-Mar-03 3:56
ylaine2-Mar-03 3:56 
GeneralDatabase ACCESS 97 to linked server SQL 2000 Pin
youssef26-Feb-03 23:23
youssef26-Feb-03 23:23 
GeneralRe: Database ACCESS 97 to linked server SQL 2000 Pin
David Salter27-Feb-03 23:20
David Salter27-Feb-03 23:20 
QuestionTextbox Control databinding, a bug? Pin
DionChen26-Feb-03 5:27
DionChen26-Feb-03 5:27 
Hi, all:

I have WinForm app to edit MS Access DB. On the dataset I have serveral Master-detail tables( the Relation is edited in the schema editorat design time, not runtime). The Master table is databind to a datagrid and detail tables are databind to either datagrids or a set of textbox controls. When I first load ( fill) the data, everything works fine and textboxes display the correct data. When I change selections in the master table, the textboxes change accordingly. Now, when I REOPEN the MDB file, the the tables which databind to the datagrid works as before, but the table that bind to a set of Textboxes do not have any data displayed. I can NOT figure it out what is wrong. I appreciate any help/insight you have. Thanks very much. The following is the code I used to bind the data after I open and fill the dataset: dsMain1

***************

textBox1.DataBindings.Clear();
textBox1.DataBindings.Add(new Binding("Text", dsMain1, "MyMaster.MasterToDetail.name"));
textBox2.DataBindings.Clear();
textBox2.DataBindings.Add(new Binding("Text", dsMain1, "MyMaster.MasterToDetail.Title"));
textBox3.DataBindings.Clear();
textBox3.DataBindings.Add(new Binding("Text", dsMain1, "MyMaster.MasterToDetail.Company"));

***************

Dion
GeneralDB access problem!! Pin
Andrea Ferraro26-Feb-03 3:13
Andrea Ferraro26-Feb-03 3:13 
GeneralRe: DB access problem!! Pin
DiWa26-Feb-03 6:21
DiWa26-Feb-03 6:21 
GeneralRe: DB access problem!! Pin
Andrea Ferraro28-Feb-03 3:06
Andrea Ferraro28-Feb-03 3:06 
GeneralADO help needed Pin
odeveloper26-Feb-03 1:09
odeveloper26-Feb-03 1:09 
GeneralRe: ADO help needed Pin
Jon Hulatt26-Feb-03 4:22
Jon Hulatt26-Feb-03 4:22 
Generalsingle access on store procedure Pin
Delz25-Feb-03 21:00
Delz25-Feb-03 21:00 
GeneralRe: single access on store procedure Pin
SimonS25-Feb-03 21:22
SimonS25-Feb-03 21:22 
GeneralRe: single access on store procedure Pin
Antares68626-Feb-03 0:15
Antares68626-Feb-03 0:15 
GeneralAccessing Visual Fox Pro 3.0 Data Pin
sybux200025-Feb-03 11:00
sybux200025-Feb-03 11:00 
GeneralRe: Accessing Visual Fox Pro 3.0 Data Pin
andyharman26-Feb-03 0:43
professionalandyharman26-Feb-03 0:43 
GeneralRe: Accessing Visual Fox Pro 3.0 Data Pin
sybux200026-Feb-03 5:06
sybux200026-Feb-03 5:06 
GeneralSelect statement Pin
User 988525-Feb-03 8:34
User 988525-Feb-03 8:34 
GeneralRe: Select statement Pin
Jeremy Oldham25-Feb-03 14:19
Jeremy Oldham25-Feb-03 14:19 
GeneralRe: Select statement Pin
User 988525-Feb-03 15:28
User 988525-Feb-03 15:28 
GeneralRe: Select statement Pin
karl_w26-Feb-03 0:03
karl_w26-Feb-03 0:03 
Generalnew CDaoRecordset in a DLL Problem Pin
Crercio O. Silva24-Feb-03 17:02
Crercio O. Silva24-Feb-03 17:02 
GeneralMS SQL Server Licencing issues Pin
Scorp1us21-Feb-03 4:23
Scorp1us21-Feb-03 4:23 

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.