Click here to Skip to main content
15,897,291 members
Home / Discussions / Database
   

Database

 
GeneralRe: Reinstall SQL Pin
gharryh20-Jun-05 7:02
gharryh20-Jun-05 7:02 
GeneralRe: Reinstall SQL Pin
Colin Angus Mackay20-Jun-05 20:37
Colin Angus Mackay20-Jun-05 20:37 
GeneralRe: Reinstall SQL Pin
gharryh20-Jun-05 23:54
gharryh20-Jun-05 23:54 
GeneralRe: Reinstall SQL Pin
Stanciu Vlad20-Jun-05 21:13
Stanciu Vlad20-Jun-05 21:13 
GeneralRe: Reinstall SQL Pin
gharryh20-Jun-05 23:57
gharryh20-Jun-05 23:57 
GeneralRe: Reinstall SQL Pin
Stanciu Vlad21-Jun-05 1:55
Stanciu Vlad21-Jun-05 1:55 
GeneralCopy / duplicate tables SQL /ADO Pin
Vaclav18-Jun-05 13:01
Vaclav18-Jun-05 13:01 
Generalreading from related tables of access. Pin
israeli18-Jun-05 7:10
israeli18-Jun-05 7:10 
Hello !

I have created two tables in access. The 1st table is "products" and the 2nd is "components". I have also established a relation of one to many using the editor in access. Now, from ASP.NET I wish to read a product, television, and its component, screen. Is it enough to call:

StrCommand = "SELECT TVscreenID FROM products WHERE ID = " + x + " ORDER BY ID"
OleDbDataAdapter da = new OleDbDataAdapter(StrCommand, conn);
da.Fill(ds,"products");

for accessing the details of the component 'screen' which is elaborated within the table components ? how do I access the details of the screen through the member 'TVscreenID' ? GetChild() or something? should I change the sql-string command to relate the both tables ?

GeneralRemote Sql server access Pin
Anonymous18-Jun-05 0:36
Anonymous18-Jun-05 0:36 
GeneralRe: Remote Sql server access Pin
Vijay V Anand18-Jun-05 4:26
Vijay V Anand18-Jun-05 4:26 
GeneralRe: Remote Sql server access Pin
Hesham Amin18-Jun-05 6:11
Hesham Amin18-Jun-05 6:11 
GeneralRe: Remote Sql server access Pin
Luis Alonso Ramos18-Jun-05 6:14
Luis Alonso Ramos18-Jun-05 6:14 
GeneralFirst available number Pin
gharryh18-Jun-05 0:10
gharryh18-Jun-05 0:10 
GeneralRe: First available number Pin
Hesham Amin18-Jun-05 3:55
Hesham Amin18-Jun-05 3:55 
GeneralRe: First available number Pin
gharryh18-Jun-05 23:01
gharryh18-Jun-05 23:01 
GeneralRe: First available number Pin
Colin Angus Mackay18-Jun-05 23:46
Colin Angus Mackay18-Jun-05 23:46 
GeneralRe: First available number Pin
gharryh20-Jun-05 7:32
gharryh20-Jun-05 7:32 
GeneralRe: First available number Pin
Colin Angus Mackay20-Jun-05 10:36
Colin Angus Mackay20-Jun-05 10:36 
GeneralWeird problem Pin
Yulianto.17-Jun-05 18:45
Yulianto.17-Jun-05 18:45 
GeneralFinding if date is between two other dates Pin
Luis Alonso Ramos17-Jun-05 14:37
Luis Alonso Ramos17-Jun-05 14:37 
GeneralRe: Finding if date is between two other dates Pin
Richard Deeming20-Jun-05 8:32
mveRichard Deeming20-Jun-05 8:32 
GeneralRe: Finding if date is between two other dates Pin
Luis Alonso Ramos20-Jun-05 18:01
Luis Alonso Ramos20-Jun-05 18:01 
GeneralUrgent help Please - UPDATE error message - Parameter[0]’Airport’has no default value. Pin
jetski441917-Jun-05 10:44
jetski441917-Jun-05 10:44 
GeneralRe: Urgent help Please - UPDATE error message - Parameter[0]’Airport’has no default value. Pin
Colin Angus Mackay17-Jun-05 12:23
Colin Angus Mackay17-Jun-05 12:23 
GeneralRe: Urgent help Please - UPDATE error message - Parameter[0]’Airport’has no default value. Pin
jetski441917-Jun-05 18:37
jetski441917-Jun-05 18:37 

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.