Click here to Skip to main content
16,003,414 members
Home / Discussions / Database
   

Database

 
Generalselecting from table rows including email address with @ sign Pin
grossd21-Nov-04 13:05
grossd21-Nov-04 13:05 
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 
hi,
i got this table -
Employees:

Id | Name
------------------
1 Avi
2 jack
3 NULL
4 NULL
5 betty

when i query this sql - "select id, name from employees"
i get back a data set with 5 results.
the problem is that its seems like when the query executed , when the query bump into a null value in the Name column, from now on all the results will be null.

it means that the dataset result will be -
Id | Name
------------------
1 Avi
2 jack
3 NULL
4 NULL
5 NULL // SUPPOSE TO BE WITH "betty"

why is that?
(i accord to the problem when i tried to do ds.tables[0].rows[1][4] and it returned dbnull)
GeneralRe: query nullable colunn will always get null Pin
Colin Angus Mackay21-Nov-04 1:51
Colin Angus Mackay21-Nov-04 1:51 
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 

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.