Click here to Skip to main content
15,891,033 members
Home / Discussions / Mobile
   

Mobile

 
GeneralADO Database Pin
#realJSOP18-Jun-04 10:15
mve#realJSOP18-Jun-04 10:15 
GeneralRe: ADO Database Pin
João Paulo Figueira18-Jun-04 23:36
professionalJoão Paulo Figueira18-Jun-04 23:36 
GeneralRe: ADO Database Pin
#realJSOP21-Jun-04 2:41
mve#realJSOP21-Jun-04 2:41 
GeneralRe: ADO Database Pin
João Paulo Figueira21-Jun-04 3:48
professionalJoão Paulo Figueira21-Jun-04 3:48 
GeneralRe: ADO Database Pin
#realJSOP21-Jun-04 4:18
mve#realJSOP21-Jun-04 4:18 
GeneralConnecting to COM port Pin
Member 1697718-Jun-04 3:44
Member 1697718-Jun-04 3:44 
GeneralRe: Connecting to COM port Pin
glweid21-Jun-04 10:34
glweid21-Jun-04 10:34 
GeneralProblem in using Composite index in Seek method on OLEDB/SQL CE Pin
AKSIVAKUMAR17-Jun-04 21:37
AKSIVAKUMAR17-Jun-04 21:37 
HI,

I use the OLEDB method to seek the record:


...
TableID.eKind = DBKIND_NAME;
TableID.uName.pwszName = (WCHAR*)TABLE_TBL1;
IndexID.eKind = DBKIND_NAME;
IndexID.uName.pwszName = L"idx_Key";
...
// Set the Fld1 and Fld2 data to the pData
//
...
// Seek for the first row where the value of the selected column
// is dwEmployeeID.
hr = pIRowsetIndex->Seek(hAccessor, 1, pData, DBSEEK_FIRSTEQ);
if(FAILED(hr))
{
goto Exit;
}

However the Seek function does not working properly.
....

From the calling palce the client will pass like index, value1, value 2 and value3...based on it i need to seek and get the data.

Anyone know how to seek using composite index?


Thanks
AKS



GeneralOut of memory Pin
group716-Jun-04 20:15
group716-Jun-04 20:15 
Generalmenubar problem in eVC4.0 Pin
group716-Jun-04 18:07
group716-Jun-04 18:07 
GeneralEVC++ 4.0 Emulator Pin
#realJSOP16-Jun-04 10:16
mve#realJSOP16-Jun-04 10:16 
GeneralRe: EVC++ 4.0 Emulator Pin
João Paulo Figueira16-Jun-04 11:43
professionalJoão Paulo Figueira16-Jun-04 11:43 
GeneralRe: EVC++ 4.0 Emulator Pin
#realJSOP17-Jun-04 3:07
mve#realJSOP17-Jun-04 3:07 
GeneralRe: EVC++ 4.0 Emulator Pin
João Paulo Figueira17-Jun-04 3:37
professionalJoão Paulo Figueira17-Jun-04 3:37 
GeneralRe: EVC++ 4.0 Emulator Pin
#realJSOP21-Jun-04 2:45
mve#realJSOP21-Jun-04 2:45 
QuestionWhere is Add/Remove Programs located? Pin
KellyR16-Jun-04 6:59
KellyR16-Jun-04 6:59 
Generaltabcontrol of Form of a Smart Device App from . NET Pin
ting66816-Jun-04 0:43
ting66816-Jun-04 0:43 
GeneralNew Language for creating Mobile Applications Pin
smitakiran15-Jun-04 22:33
smitakiran15-Jun-04 22:33 
Generalmain menu & toolbar Pin
khchan15-Jun-04 22:30
khchan15-Jun-04 22:30 
GeneralWriting new language for PPC ! Pin
Hadi Rezaee15-Jun-04 11:40
Hadi Rezaee15-Jun-04 11:40 
GeneralRe: Writing new language for PPC ! Pin
João Paulo Figueira15-Jun-04 22:00
professionalJoão Paulo Figueira15-Jun-04 22:00 
GeneralRe: Writing new language for PPC ! Pin
Hadi Rezaee17-Jun-04 6:38
Hadi Rezaee17-Jun-04 6:38 
GeneralMobile Application Pin
Masood Lodhi15-Jun-04 10:21
Masood Lodhi15-Jun-04 10:21 
GeneralappDoman and dynamic loading in .net CF Pin
ppp00115-Jun-04 8:17
ppp00115-Jun-04 8:17 
GeneralZone Colour Filling - Drawing Pin
coding-nastypcs15-Jun-04 2:01
coding-nastypcs15-Jun-04 2:01 

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.