Click here to Skip to main content
15,914,010 members
Home / Discussions / Database
   

Database

 
GeneralRe: selecting from table rows including email address with @ sign Pin
Luis Alonso Ramos21-Nov-04 15:20
Luis Alonso Ramos21-Nov-04 15:20 
GeneralRe: selecting from table rows including email address with @ sign Pin
grossd21-Nov-04 15:35
grossd21-Nov-04 15:35 
GeneralRe: selecting from table rows including email address with @ sign Pin
Luis Alonso Ramos21-Nov-04 16:43
Luis Alonso Ramos21-Nov-04 16:43 
GeneralRe: selecting from table rows including email address with @ sign Pin
grossd21-Nov-04 17:45
grossd21-Nov-04 17:45 
GeneralRe: selecting from table rows including email address with @ sign Pin
Luis Alonso Ramos21-Nov-04 18:45
Luis Alonso Ramos21-Nov-04 18:45 
GeneralDataGrid Problem Pin
Mr.Cooper21-Nov-04 2:23
Mr.Cooper21-Nov-04 2:23 
Generalquery nullable colunn will always get null Pin
JabraJabra20-Nov-04 23:12
JabraJabra20-Nov-04 23:12 
GeneralRe: query nullable colunn will always get null Pin
Colin Angus Mackay21-Nov-04 1:51
Colin Angus Mackay21-Nov-04 1:51 
Avi Laviad wrote:
(i accord to the problem when i tried to do ds.tables[0].rows[1][4] and it returned dbnull)

Given the SQL you gave, then this should fail.

What you are saying in this piece of code is that you want the value from table[0] (the first table returned), Rows[1] (the second row, which should contain 2, Jack) and then column[4] (the fifth column is way outside the range - You should get an IndexOutOfRange exception if you run it)

Perhaps, for brevity, you cut too much out of the code and we cannot see the problem anymore.


Do you want to know more?
WDevs.com - The worlds first Developers Services Provider


GeneralRe: query nullable colunn will always get null Pin
JabraJabra21-Nov-04 4:58
JabraJabra21-Nov-04 4:58 
GeneralGetting values of output parameters Pin
Luis Alonso Ramos20-Nov-04 6:49
Luis Alonso Ramos20-Nov-04 6:49 
GeneralRe: Getting values of output parameters Pin
Luis Alonso Ramos20-Nov-04 21:54
Luis Alonso Ramos20-Nov-04 21:54 
GeneralRe: Getting values of output parameters Pin
Colin Angus Mackay21-Nov-04 1:53
Colin Angus Mackay21-Nov-04 1:53 
GeneralODBC Error Pin
Member 64506720-Nov-04 0:08
Member 64506720-Nov-04 0:08 
GeneralConditional Where Clause in MS SQL SProc Pin
anotheruser19-Nov-04 4:17
anotheruser19-Nov-04 4:17 
GeneralRe: Conditional Where Clause in MS SQL SProc Pin
Colin Angus Mackay20-Nov-04 5:33
Colin Angus Mackay20-Nov-04 5:33 
GeneralRe: Conditional Where Clause in MS SQL SProc Pin
anotheruser20-Nov-04 12:20
anotheruser20-Nov-04 12:20 
GeneralRe: Conditional Where Clause in MS SQL SProc Pin
.#Dev21-Nov-04 4:14
.#Dev21-Nov-04 4:14 
GeneralRe: Conditional Where Clause in MS SQL SProc Pin
Colin Angus Mackay21-Nov-04 4:45
Colin Angus Mackay21-Nov-04 4:45 
GeneralRe: Conditional Where Clause in MS SQL SProc Pin
anotheruser21-Nov-04 4:53
anotheruser21-Nov-04 4:53 
GeneralRe: Conditional Where Clause in MS SQL SProc Pin
.#Dev21-Nov-04 4:46
.#Dev21-Nov-04 4:46 
Generalcannot take .dbf files via DTS Pin
steven_wong18-Nov-04 21:18
steven_wong18-Nov-04 21:18 
GeneralNo data found, but HasRows Pin
Vector718-Nov-04 6:14
Vector718-Nov-04 6:14 
GeneralRe: No data found, but HasRows Pin
lokin118-Nov-04 6:49
lokin118-Nov-04 6:49 
GeneralEvaluating decimal type Pin
totig18-Nov-04 1:11
totig18-Nov-04 1:11 
GeneralRe: Evaluating decimal type Pin
Colin Angus Mackay18-Nov-04 1:37
Colin Angus Mackay18-Nov-04 1: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.