Click here to Skip to main content
16,010,427 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can I Pin
26-Jul-01 5:27
suss26-Jul-01 5:27 
AnswerRe: How can I Pin
Carlos Antollini26-Jul-01 5:59
Carlos Antollini26-Jul-01 5:59 
GeneralPrinting in Dialog Pin
Michael Martin26-Jul-01 5:19
professionalMichael Martin26-Jul-01 5:19 
GeneralRe: Printing in Dialog Pin
Tomasz Sowinski26-Jul-01 7:13
Tomasz Sowinski26-Jul-01 7:13 
Generalmethod FIND Pin
Gérald Mercet26-Jul-01 4:47
Gérald Mercet26-Jul-01 4:47 
GeneralRe: method FIND Pin
Carlos Antollini26-Jul-01 5:08
Carlos Antollini26-Jul-01 5:08 
GeneralReadonly recordset Pin
Jimmy Ehrnström26-Jul-01 3:59
Jimmy Ehrnström26-Jul-01 3:59 
GeneralRe: Readonly recordset Pin
Carlos Antollini26-Jul-01 4:42
Carlos Antollini26-Jul-01 4:42 
The class CRecordset don't work fine.
A lot of people have the same problem.
You can make two things.
If you want to be a good database programer, never Update a Table usign the metodo AddNew or Update, is better to use SQL Sentences. Like INSERT or UPDATE using ExecuteSQL. If you are using a SQL Server or Oracle or like some this, Please use Stored Procedures, for update, insert, and delete records, Is better, Quickly and more secure for the programer and for the DBA, because you don't need permits over the table you only need permit of execute in the stored, Also is easy for Admin, because if you add a field into a table, sometimes you only need to modify the store and not the VC++ Code.

Best Regards.Big Grin | :-D

Carlos Antollini.
GeneralRe: Readonly recordset Pin
Jimmy Ehrnström26-Jul-01 4:54
Jimmy Ehrnström26-Jul-01 4:54 
GeneralRe: Readonly recordset Pin
Carlos Antollini26-Jul-01 5:12
Carlos Antollini26-Jul-01 5:12 
GeneralRe: Readonly recordset Pin
Jimmy Ehrnström26-Jul-01 22:05
Jimmy Ehrnström26-Jul-01 22:05 
GeneralRe: Readonly recordset Pin
4-Sep-01 1:33
suss4-Sep-01 1:33 
GeneralLocalization in arabic Pin
Hussam Ahmad26-Jul-01 3:39
Hussam Ahmad26-Jul-01 3:39 
GeneralRe: Localization in arabic Pin
Michael Dunn26-Jul-01 8:53
sitebuilderMichael Dunn26-Jul-01 8:53 
GeneralRe: Localization in arabic Pin
Carlos Antollini26-Jul-01 9:12
Carlos Antollini26-Jul-01 9:12 
GeneralProblems loading DLL Pin
26-Jul-01 2:43
suss26-Jul-01 2:43 
GeneralRe: Problems loading DLL Pin
Tomasz Sowinski26-Jul-01 2:55
Tomasz Sowinski26-Jul-01 2:55 
GeneralRe: Problems loading DLL Pin
26-Jul-01 4:12
suss26-Jul-01 4:12 
GeneralRe: Problems loading DLL Pin
Tomasz Sowinski26-Jul-01 4:14
Tomasz Sowinski26-Jul-01 4:14 
GeneralButtom order Pin
26-Jul-01 2:36
suss26-Jul-01 2:36 
GeneralRe: Buttom order Pin
Tomasz Sowinski26-Jul-01 2:47
Tomasz Sowinski26-Jul-01 2:47 
Generali ment: buttom border Pin
26-Jul-01 3:51
suss26-Jul-01 3:51 
GeneralRe: i ment: buttom border Pin
Tomasz Sowinski26-Jul-01 4:12
Tomasz Sowinski26-Jul-01 4:12 
GeneralRichEdit Pin
26-Jul-01 2:17
suss26-Jul-01 2:17 
GeneralRe: RichEdit Pin
Tomasz Sowinski26-Jul-01 2:55
Tomasz Sowinski26-Jul-01 2:55 

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.