Click here to Skip to main content
15,917,795 members
Home / Discussions / Mobile
   

Mobile

 
Questionhow to connect to GPRS and send data? Pin
R.Rajesh20-Apr-03 23:33
R.Rajesh20-Apr-03 23:33 
AnswerRe: how to connect to GPRS and send data? Pin
João Paulo Figueira21-Apr-03 13:04
professionalJoão Paulo Figueira21-Apr-03 13:04 
Generalemulating propertysheet Pin
mengi18-Apr-03 1:27
mengi18-Apr-03 1:27 
GeneralRe: emulating propertysheet Pin
João Paulo Figueira19-Apr-03 6:58
professionalJoão Paulo Figueira19-Apr-03 6:58 
GeneralProblem with SELECT DISTINCT Queries Pin
Mahesh Varma17-Apr-03 23:46
Mahesh Varma17-Apr-03 23:46 
GeneralRe: Problem with SELECT DISTINCT Queries Pin
João Paulo Figueira19-Apr-03 1:31
professionalJoão Paulo Figueira19-Apr-03 1:31 
GeneralRe: Problem with SELECT DISTINCT Queries Pin
Mahesh Varma20-Apr-03 17:40
Mahesh Varma20-Apr-03 17:40 
GeneralRe: Problem with SELECT DISTINCT Queries Pin
João Paulo Figueira21-Apr-03 1:07
professionalJoão Paulo Figueira21-Apr-03 1:07 
You can try working around this problem by creating a separate table, possibly with the same structure, but with an index on the field(s) of your UNIQUE clause. Then copy all the rows from the first table to the second table, making sure that the UNIQUE field(s) does(do) not exist. The index is there to speed up your search. At the end of the procedure, you will have the UNIQUE records.

You might want to use this without a separate table, but you would have to create an in-memory array where the UNIQUE fields would be stored, and compared against.

If you don't want to do nothing of this, you will have to upgrade to a better database engine, like SQL Server CE 2.0.

Good luck!

João Paulo
GeneralDDI Hooking Pin
vikramlinux15-Apr-03 20:16
vikramlinux15-Apr-03 20:16 
GeneralCCeCommandBar isn't shown Pin
Niko Tanghe15-Apr-03 10:18
Niko Tanghe15-Apr-03 10:18 
GeneralRe: CCeCommandBar isn't shown Pin
João Paulo Figueira15-Apr-03 13:06
professionalJoão Paulo Figueira15-Apr-03 13:06 
GeneralCaptureing CFormView Pin
schmallaria15-Apr-03 2:31
schmallaria15-Apr-03 2:31 
GeneralRe: Captureing CFormView Pin
Daniel Strigl15-Apr-03 19:54
Daniel Strigl15-Apr-03 19:54 
GeneralSet theme / wallpaper Pin
João Paulo Figueira14-Apr-03 6:35
professionalJoão Paulo Figueira14-Apr-03 6:35 
GeneralAnd the answer is... Pin
João Paulo Figueira16-Apr-03 3:30
professionalJoão Paulo Figueira16-Apr-03 3:30 
GeneralRe: And the answer is... Pin
J. Dunlap16-Apr-03 8:52
J. Dunlap16-Apr-03 8:52 
GeneralRe: And the answer is... Pin
Daniel Strigl18-Apr-03 0:16
Daniel Strigl18-Apr-03 0:16 
GeneralRe: And the answer is... Pin
João Paulo Figueira19-Apr-03 1:25
professionalJoão Paulo Figueira19-Apr-03 1:25 
GeneralRe: And the answer is... Pin
Daniel Strigl19-Apr-03 6:36
Daniel Strigl19-Apr-03 6:36 
GeneralRe: And the answer is... Pin
João Paulo Figueira19-Apr-03 6:49
professionalJoão Paulo Figueira19-Apr-03 6:49 
GeneralRe: And the answer is... Pin
João Paulo Figueira19-Apr-03 12:55
professionalJoão Paulo Figueira19-Apr-03 12:55 
GeneralBug Correction Pin
João Paulo Figueira19-Apr-03 12:54
professionalJoão Paulo Figueira19-Apr-03 12:54 
GeneralRe: Bug Correction Pin
Daniel Strigl20-Apr-03 2:54
Daniel Strigl20-Apr-03 2:54 
QuestionHow to make an Automation Server in Embedded Visual C++ Pin
frankwer11-Apr-03 6:19
frankwer11-Apr-03 6:19 
GeneralSaving all the content of PPC2002 emulator's memory Pin
Jose M Castellanos11-Apr-03 4:34
Jose M Castellanos11-Apr-03 4:34 

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.