Click here to Skip to main content
15,898,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCInternetSession Pin
28-Jul-01 0:54
suss28-Jul-01 0:54 
GeneralRe: CInternetSession Pin
28-Jul-01 4:22
suss28-Jul-01 4:22 
GeneralRe: CInternetSession Pin
28-Jul-01 4:56
suss28-Jul-01 4:56 
GeneralRe: CInternetSession Pin
Anders Molin28-Jul-01 5:34
professionalAnders Molin28-Jul-01 5:34 
GeneralRe: CInternetSession Pin
28-Jul-01 6:27
suss28-Jul-01 6:27 
GeneralRe: CInternetSession Pin
Michael A. Barnhart28-Jul-01 17:51
Michael A. Barnhart28-Jul-01 17:51 
GeneralFinding records ... Pin
Hadi Rezaee27-Jul-01 23:41
Hadi Rezaee27-Jul-01 23:41 
GeneralRe: Finding records ... Pin
skfnmuislædmufaæoi29-Jul-01 2:34
skfnmuislædmufaæoi29-Jul-01 2:34 
Hi.
The solution is very simple:
SELECT * FROM Table WHERE Name Like 'Ali*'

The question is, how to implement this:
1) If you're using Recordset-classes derieved by the classwizard, you
have to modify the CDaoRecordset::m_strFilter member
(like CMySet::m_strFilter = "Name like 'Ali*'). Remember that there is no
'WHERE'.
2) If you're using recordsets returned upon an querydef, just open the
querydef with the whole SQL-string, including that 'like' condition.

If you have further questions, you can contact me by eMail, as I'm often in touch with DAO and SQL in my projects.

--------------------------------------------------
"Pseudocode is code to demonstrate a concept, not designed to be run.
Like certain Microsoft software. "

GeneralRe: Finding records ... Pin
Hadi Rezaee29-Jul-01 17:46
Hadi Rezaee29-Jul-01 17:46 
GeneralToolTip Pin
27-Jul-01 22:42
suss27-Jul-01 22:42 
GeneralRe: ToolTip Pin
Florian Heidenreich28-Jul-01 5:20
Florian Heidenreich28-Jul-01 5:20 
GeneralRe: ToolTip Pin
28-Jul-01 5:58
suss28-Jul-01 5:58 
GeneralProblem with StretchBlt() function Pin
julia27-Jul-01 17:31
julia27-Jul-01 17:31 
GeneralRe: Problem with StretchBlt() function Pin
Christian Graus27-Jul-01 18:04
protectorChristian Graus27-Jul-01 18:04 
GeneralPrint rectangle with bitmap brush Pin
Eugene Pustovoyt27-Jul-01 17:25
Eugene Pustovoyt27-Jul-01 17:25 
GeneralRe: Print rectangle with bitmap brush Pin
Christian Graus27-Jul-01 18:06
protectorChristian Graus27-Jul-01 18:06 
QuestionHow to disable right-click popup menu system wide Pin
JavaTony27-Jul-01 16:01
JavaTony27-Jul-01 16:01 
GeneralHelp with creating Always On Top hidden window Pin
JavaTony27-Jul-01 15:19
JavaTony27-Jul-01 15:19 
GeneralRe: Help with creating Always On Top hidden window Pin
Vitaliy Hubanov30-Jul-01 22:17
Vitaliy Hubanov30-Jul-01 22:17 
GeneralNon-resizable window. Pin
John Uhlenbrock27-Jul-01 11:35
John Uhlenbrock27-Jul-01 11:35 
GeneralRe: Non-resizable window. Pin
Nathan Hoffman27-Jul-01 11:59
Nathan Hoffman27-Jul-01 11:59 
GeneralRe: Non-resizable window. Pin
Ulf Öhlén27-Jul-01 19:29
Ulf Öhlén27-Jul-01 19:29 
GeneralRe: Non-resizable window. Pin
Rick York27-Jul-01 21:51
mveRick York27-Jul-01 21:51 
GeneralRe: Non-resizable window. Pin
Ulf Öhlén28-Jul-01 8:45
Ulf Öhlén28-Jul-01 8:45 
GeneralCommunication among Components Pin
Nathan Hoffman27-Jul-01 11:00
Nathan Hoffman27-Jul-01 11:00 

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.