Click here to Skip to main content
15,922,894 members
Home / Discussions / Database
   

Database

 
GeneralRe: ANN: VistaDB 2.0 (RC3) data engine for .NET now available for download Pin
Colin Angus Mackay22-Sep-04 12:12
Colin Angus Mackay22-Sep-04 12:12 
GeneralClickety Pin
Colin Angus Mackay23-Sep-04 11:16
Colin Angus Mackay23-Sep-04 11:16 
GeneralOLE DB::IDBProperties -> Connection String [solved] Pin
Jörgen Sigvardsson20-Sep-04 8:51
Jörgen Sigvardsson20-Sep-04 8:51 
GeneralAny security check to stop Importing Data from SQL tables into EXCEL Pin
BSRK19-Sep-04 19:50
BSRK19-Sep-04 19:50 
GeneralRe: Any security check to stop Importing Data from SQL tables into EXCEL Pin
Steven Campbell20-Sep-04 7:32
Steven Campbell20-Sep-04 7:32 
GeneralRe: Any security check to stop Importing Data from SQL tables into EXCEL Pin
BSRK20-Sep-04 19:16
BSRK20-Sep-04 19:16 
GeneralRe: Any security check to stop Importing Data from SQL tables into EXCEL Pin
Mike Dimmick21-Sep-04 4:53
Mike Dimmick21-Sep-04 4:53 
GeneralSELECT and NOT IN a dynamic sequence Pin
Vadim Tabakman19-Sep-04 15:27
Vadim Tabakman19-Sep-04 15:27 
Hi all,

I need to be able to do a query for those values that are not in a particular field in a recordset.

So lets say I have a table with a field (indexnum) which is a text string of a hex number. eg "00034F12". That number is incremented for each record that is added. Legacy code, so I don't know why it is done this way.

What i need to do is query for all indexnum's that don't occur given a list of indexnums. Indexnums will be between 00000001 and 0x000FFFFF. These are not hardcoded, so at the time this code will be run, it maybe between 0034829F and 00349000. So some how I need something like :
SELECT indexnum from tblData NOT IN ( SELECT ... [build up a temp table or something or a sequence of number from the starting and ending nummbers I give it] )

Can this be done somehow? I need it to work on DB's like Oracle and MS Access, and I don't think Access supports stored procedure (although I don't know much about these).

Thanx

If there's one thing I've learned, it's that life is one crushing defeat after another until you just wish Flanders was dead. - Homer Simpson
GeneralRe: SELECT and NOT IN a dynamic sequence Pin
Mike Ellison19-Sep-04 19:38
Mike Ellison19-Sep-04 19:38 
GeneralRe: SELECT and NOT IN a dynamic sequence Pin
Vadim Tabakman21-Sep-04 14:10
Vadim Tabakman21-Sep-04 14:10 
GeneralRe: SELECT and NOT IN a dynamic sequence Pin
Mike Ellison22-Sep-04 13:16
Mike Ellison22-Sep-04 13:16 
GeneralRe: SELECT and NOT IN a dynamic sequence Pin
Vadim Tabakman22-Sep-04 15:11
Vadim Tabakman22-Sep-04 15:11 
Generalsetting RowStateFilter after updating (ADO.NET/C#) Pin
Hesham Amin17-Sep-04 22:41
Hesham Amin17-Sep-04 22:41 
GeneralDataTable SELECT option Pin
dbetting17-Sep-04 8:06
dbetting17-Sep-04 8:06 
GeneralRe: DataTable SELECT option Pin
Michael Potter17-Sep-04 10:24
Michael Potter17-Sep-04 10:24 
GeneralRe: DataTable SELECT option Pin
dbetting17-Sep-04 16:54
dbetting17-Sep-04 16:54 
QuestionInstalling MSDE on XP Pro? Pin
Dam.NET17-Sep-04 6:22
Dam.NET17-Sep-04 6:22 
AnswerRe: Installing MSDE on XP Pro? Pin
Orcrist17-Sep-04 7:15
Orcrist17-Sep-04 7:15 
GeneralRe: Installing MSDE on XP Pro? Pin
Orcrist17-Sep-04 7:21
Orcrist17-Sep-04 7:21 
GeneralRe: Installing MSDE on XP Pro? Pin
Dam.NET19-Sep-04 8:57
Dam.NET19-Sep-04 8:57 
GeneralRe: Installing MSDE on XP Pro? Pin
Orcrist19-Sep-04 10:42
Orcrist19-Sep-04 10:42 
GeneralRe: Installing MSDE on XP Pro? Pin
Dam.NET19-Sep-04 10:47
Dam.NET19-Sep-04 10:47 
Generaldatagrid with large record Pin
caheo17-Sep-04 5:03
caheo17-Sep-04 5:03 
GeneralPlugin to Enterpriser Manager Pin
cbmdk16-Sep-04 23:21
cbmdk16-Sep-04 23:21 
QuestionHow do i insert a blank value? Pin
xiaowenjie16-Sep-04 17:54
xiaowenjie16-Sep-04 17:54 

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.