Click here to Skip to main content
16,005,141 members
Home / Discussions / Database
   

Database

 
AnswerRe: Maintaining a maximum number of rows in a table, by date Pin
Colin Angus Mackay16-Sep-07 11:40
Colin Angus Mackay16-Sep-07 11:40 
GeneralRe: Maintaining a maximum number of rows in a table, by date Pin
chaiguy133716-Sep-07 14:52
chaiguy133716-Sep-07 14:52 
GeneralRe: Maintaining a maximum number of rows in a table, by date Pin
Colin Angus Mackay16-Sep-07 21:10
Colin Angus Mackay16-Sep-07 21:10 
GeneralRe: Maintaining a maximum number of rows in a table, by date Pin
chaiguy133717-Sep-07 2:59
chaiguy133717-Sep-07 2:59 
QuestionIs it possible to have a global untyped dataset Pin
steve_rm16-Sep-07 0:31
steve_rm16-Sep-07 0:31 
QuestionPROCEDURE Update Pin
TAREQ F ABUZUHRI15-Sep-07 23:18
TAREQ F ABUZUHRI15-Sep-07 23:18 
AnswerRe: PROCEDURE Update Pin
TAREQ F ABUZUHRI15-Sep-07 23:22
TAREQ F ABUZUHRI15-Sep-07 23:22 
Questionselect * where clause Pin
amraouf15-Sep-07 21:26
amraouf15-Sep-07 21:26 
i want a transact sql for select queries which returns
all rows that include something like here:
table1
code, name, address, ?? , ??
1 , john , toronto , ..
2 , mike , new york , ..
3 , alec , john city, ..
...
select * from table1 where includes 'john'
result is:
1 , john , toronto
3 , alec , john city

[note1: i do not know field names]
[note2: fields are in different data types]
[ like : int, numeric, float, char, text, image ....]
[note3: full text indexing is appropriate for string fields,not for all types]
AnswerRe: select * where clause Pin
Colin Angus Mackay16-Sep-07 1:03
Colin Angus Mackay16-Sep-07 1:03 
GeneralRe: select * where clause Pin
amraouf16-Sep-07 6:14
amraouf16-Sep-07 6:14 
GeneralRe: select * where clause Pin
Paul Conrad16-Sep-07 6:51
professionalPaul Conrad16-Sep-07 6:51 
GeneralRe: select * where clause Pin
Colin Angus Mackay16-Sep-07 9:58
Colin Angus Mackay16-Sep-07 9:58 
GeneralRe: select * where clause Pin
Paul Conrad16-Sep-07 10:38
professionalPaul Conrad16-Sep-07 10:38 
GeneralRe: select * where clause Pin
amraouf16-Sep-07 19:40
amraouf16-Sep-07 19:40 
GeneralRe: select * where clause Pin
Colin Angus Mackay16-Sep-07 21:21
Colin Angus Mackay16-Sep-07 21:21 
AnswerRe: select * where clause Pin
Blue_Boy16-Sep-07 21:01
Blue_Boy16-Sep-07 21:01 
GeneralRe: select * where clause Pin
Colin Angus Mackay16-Sep-07 21:27
Colin Angus Mackay16-Sep-07 21:27 
QuestionCheck constraint with condition Pin
smita_roy15-Sep-07 20:23
smita_roy15-Sep-07 20:23 
AnswerRe: Check constraint with condition Pin
Krish - KP16-Sep-07 21:29
Krish - KP16-Sep-07 21:29 
Questionlogin to a server to access the table Pin
prasadbuddhika15-Sep-07 18:50
prasadbuddhika15-Sep-07 18:50 
Questionjoins Pin
rajmani15-Sep-07 9:00
rajmani15-Sep-07 9:00 
AnswerRe: joins Pin
amraouf15-Sep-07 22:06
amraouf15-Sep-07 22:06 
GeneralRe: joins Pin
rajmani15-Sep-07 22:09
rajmani15-Sep-07 22:09 
QuestionSelect() method in dataset Pin
udikantz15-Sep-07 7:01
udikantz15-Sep-07 7:01 
AnswerRe: Select() method in dataset Pin
Giorgi Dalakishvili15-Sep-07 7:41
mentorGiorgi Dalakishvili15-Sep-07 7:41 

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.