Click here to Skip to main content
15,915,703 members
Home / Discussions / Database
   

Database

 
GeneralRe: Viewing the contents of a .mdb (Access) database? Pin
totig22-Jan-04 0:30
totig22-Jan-04 0:30 
GeneralRe: Viewing the contents of a .mdb (Access) database? Pin
IGx8922-Jan-04 3:43
IGx8922-Jan-04 3:43 
GeneralRe: Viewing the contents of a .mdb (Access) database? Pin
Mazdak21-Jan-04 7:56
Mazdak21-Jan-04 7:56 
GeneralConnectionTransact error Pin
Keith Worden21-Jan-04 1:15
Keith Worden21-Jan-04 1:15 
GeneralRe: ConnectionTransact error Pin
Mike Dimmick21-Jan-04 2:53
Mike Dimmick21-Jan-04 2:53 
GeneralRe: ConnectionTransact error Pin
Keith Worden21-Jan-04 3:00
Keith Worden21-Jan-04 3:00 
GeneralRe: ConnectionTransact error Pin
Mike Dimmick22-Jan-04 0:47
Mike Dimmick22-Jan-04 0:47 
GeneralCross Tab Queries in SQL Server Pin
-Dr_X-20-Jan-04 17:31
-Dr_X-20-Jan-04 17:31 
I have data (Sample Test Results) stored in a table linked to a Test Name table. The data is a sub table of the Sample table. Sample => Sample Test Results is a one to many relationship respectively and Sample Test Results is a 1 to 1 relationship with the Test table. Problem: Customer would like to have the Test & Results listed by the Test Name table and have the columns represent the Sample table.

S1=Sample1
T1=TestName1
S1T1Result=Sample1 Test1 Results

Query results
S1 T1 S1T1Result
S1 T2 S1T2Result
S1 T3 S1T3Result
S1 T4 S1T4Result
S2 T1 S2T1Result
S2 T2 S2T2Result
S2 T3 S2T3Result
S2 T4 S2T4Result

Would like to display in a grid as such:
S1 S2
T1 S1T1Result S2T1Result
T2 S1T2Result S2T2Result
T3 S1T3Result S2T3Result
T4 S1T4Result S2T4Result

Tried the DataView.CopyTo(array,Index) then executing array.Reverse on the array but is only for a 1 dimensional array.
Is there a simple way to reverse a 2 dimensional array in .Net?

Doing a cursor creating dynamic SQL may be my best option at this point, but not the most efficient. Any help with this would be appreciated.

Any other suggestions would be even better.

Thanks,
Michael
GeneralSOLVED: Cross Tab Queries in SQL Server Pin
-Dr_X-22-Jan-04 7:55
-Dr_X-22-Jan-04 7:55 
GeneralFinding DB2 and Oracle Servers on the Network Pin
nahumtakum20-Jan-04 13:47
nahumtakum20-Jan-04 13:47 
GeneralParsing a .dbf file Pin
K. Shaffer20-Jan-04 7:13
K. Shaffer20-Jan-04 7:13 
GeneralRe: Parsing a .dbf file Pin
obelisk2922-Jan-04 13:11
obelisk2922-Jan-04 13:11 
GeneralC# to SQL Pin
Peter Greenall19-Jan-04 14:51
Peter Greenall19-Jan-04 14:51 
GeneralRe: C# to SQL Pin
Guillermo Rivero19-Jan-04 14:57
Guillermo Rivero19-Jan-04 14:57 
GeneralRe: C# to SQL Pin
Peter Greenall19-Jan-04 15:05
Peter Greenall19-Jan-04 15:05 
GeneralRe: C# to SQL Pin
Guillermo Rivero19-Jan-04 15:20
Guillermo Rivero19-Jan-04 15:20 
GeneralRe: C# to SQL Pin
Mazdak19-Jan-04 20:43
Mazdak19-Jan-04 20:43 
GeneralRe: C# to SQL Pin
Peter Greenall20-Jan-04 1:06
Peter Greenall20-Jan-04 1:06 
GeneralControlling Multiple MDB files from one MDW file... Pin
Jamie Nordmeyer19-Jan-04 8:36
Jamie Nordmeyer19-Jan-04 8:36 
GeneralRe: Controlling Multiple MDB files from one MDW file... Pin
gpa200022-Jan-04 0:49
gpa200022-Jan-04 0:49 
Generalread excel files Pin
blames17-Jan-04 21:49
blames17-Jan-04 21:49 
GeneralRe: read excel files Pin
Mazdak17-Jan-04 22:02
Mazdak17-Jan-04 22:02 
GeneralConnect to DB at web server Pin
Mohamad Al Husseiny17-Jan-04 19:30
Mohamad Al Husseiny17-Jan-04 19:30 
GeneralRe: Connect to DB at web server Pin
Mazdak17-Jan-04 22:03
Mazdak17-Jan-04 22:03 
GeneralRe: Connect to DB at web server Pin
Mohamad Al Husseiny17-Jan-04 23:24
Mohamad Al Husseiny17-Jan-04 23: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.