Click here to Skip to main content
16,008,942 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIs this likely to be a bug? Pin
Doug27-Mar-01 15:18
Doug27-Mar-01 15:18 
AnswerRe: Is this likely to be a bug? Pin
Michael Dunn27-Mar-01 16:54
sitebuilderMichael Dunn27-Mar-01 16:54 
GeneralHere's a weird VC++ problem I ran into... Pin
Matt Philmon27-Mar-01 9:03
Matt Philmon27-Mar-01 9:03 
GeneralRe: Here's a weird VC++ problem I ran into... Pin
Christian Graus27-Mar-01 11:51
protectorChristian Graus27-Mar-01 11:51 
GeneralRe: Here's a weird VC++ problem I ran into... Pin
Kannan Kalyanaraman27-Mar-01 19:35
Kannan Kalyanaraman27-Mar-01 19:35 
GeneralWorking with a DataBase Pin
Rafal27-Mar-01 7:56
Rafal27-Mar-01 7:56 
GeneralRe: Working with a DataBase Pin
Dante27-Mar-01 12:08
Dante27-Mar-01 12:08 
GeneralRe: Working with a DataBase Pin
Masaaki Onishi28-Mar-01 14:12
Masaaki Onishi28-Mar-01 14:12 
Hello, the codegurus around the world.;)

The easiest way to work Access is to use Access Basic.
However, we can't create the stand alone execute file.

So, the next way is to use Visual Basic with ADO since we can create exe files.

If you don't like Visual Basic like me, now try to use Visual C++. Roll eyes | :rolleyes:
ADO expands the approach since we can use the same code to Oracle and SQL server.

However, we can't get the benefit of Access database.
So, sometimes we had better use CDaoDatabase, CDaoRecordSet, and the other useful classes
to deal with the benefit of Access database.

If you have a time, try to create the application by the above methods.
So, you can understand which way is best for your requirement.

Last, Access Database can't deal with concurrent access from the users. (not thread safe)
So, we had better use SQL server or Oracle when the many users access the database at the same time like the web based database.




Have a nice day!
-Masaaki Onishi-
Generalmissing export SHELL32.DLL:SHGetSpecialFolderPathA Pin
Mustafa Demirhan27-Mar-01 6:39
Mustafa Demirhan27-Mar-01 6:39 
GeneralRe: missing export SHELL32.DLL:SHGetSpecialFolderPathA Pin
BenDev27-Mar-01 7:09
BenDev27-Mar-01 7:09 
GeneralThank you very much! Pin
Mustafa Demirhan27-Mar-01 8:43
Mustafa Demirhan27-Mar-01 8:43 
QuestionHow to use Spin Buttons??? Pin
Rafal27-Mar-01 6:20
Rafal27-Mar-01 6:20 
GeneralCharset conversion Pin
27-Mar-01 4:42
suss27-Mar-01 4:42 
GeneralRe: Charset conversion Pin
27-Mar-01 22:13
suss27-Mar-01 22:13 
GeneralRe: Charset conversion Pin
mmiesi24-Jul-07 9:13
mmiesi24-Jul-07 9:13 
Generalrunning JavaScript from VC++ program Pin
27-Mar-01 4:05
suss27-Mar-01 4:05 
GeneralRe: running JavaScript from VC++ program Pin
BenDev27-Mar-01 5:11
BenDev27-Mar-01 5:11 
QuestionValid template class argument types? Pin
Jason Douglas27-Mar-01 3:52
professionalJason Douglas27-Mar-01 3:52 
GeneralChange font in propertysheet and -pages Pin
27-Mar-01 3:25
suss27-Mar-01 3:25 
Questionfinally in C++? Pin
27-Mar-01 2:12
suss27-Mar-01 2:12 
AnswerRe: finally in C++? Pin
27-Mar-01 2:51
suss27-Mar-01 2:51 
AnswerRe: finally in C++? Pin
27-Mar-01 2:53
suss27-Mar-01 2:53 
GeneralRe: finally in C++? Pin
27-Mar-01 22:04
suss27-Mar-01 22:04 
GeneralISAPI DLL Pin
27-Mar-01 0:36
suss27-Mar-01 0:36 
Generaltry catch Pin
27-Mar-01 11:04
suss27-Mar-01 11:04 

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.