Click here to Skip to main content
15,922,427 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: WTL release build with ATL_MIN_CRT Pin
ThatsAlok21-Oct-04 2:30
ThatsAlok21-Oct-04 2:30 
GeneralHelp creating VB6 com objects from atl service Pin
nalenb18-Oct-04 7:31
nalenb18-Oct-04 7:31 
GeneralRe: Help creating VB6 com objects from atl service Pin
nalenb18-Oct-04 17:24
nalenb18-Oct-04 17:24 
Generaldatabase Pin
Anonymous18-Oct-04 1:11
Anonymous18-Oct-04 1:11 
GeneralRe: database Pin
Nemanja Trifunovic18-Oct-04 6:04
Nemanja Trifunovic18-Oct-04 6:04 
GeneralRe: database Pin
bsunil_18519-Oct-04 0:12
sussbsunil_18519-Oct-04 0:12 
GeneralRe: database Pin
Nemanja Trifunovic19-Oct-04 5:05
Nemanja Trifunovic19-Oct-04 5:05 
GeneralRe: database Pin
Lim Bio Liong18-Oct-04 21:15
Lim Bio Liong18-Oct-04 21:15 
Hello,

ATL does not provide any intrinsic database access functionalities. You acess any database system of your choice using the APIs provided by that database system.

However, if you want to access databases using ADO (Active Database Objects) (which is COM-based), you would import the Type Library of ADO (using the #import statement) and then connect to the database of your choice via the appropriate connection string.

Note that your database system must also support ADO (most do anyway). Examples of database systems that support ADO are : MS Access, Oracle, SQL Server, Sybase.

Regards,
Bio.



GeneralRe: database Pin
bsunil_18519-Oct-04 0:08
sussbsunil_18519-Oct-04 0:08 
QuestionHow to Craete Event Pin
ThatsAlok16-Oct-04 3:58
ThatsAlok16-Oct-04 3:58 
AnswerRe: How to Craete Event Pin
ThatsAlok29-Oct-04 20:44
ThatsAlok29-Oct-04 20:44 
QuestionHow can we persist Custom Interfaces Pin
qur15-Oct-04 0:43
qur15-Oct-04 0:43 
Generalostream_iterator and pair Pin
Kevin McFarlane13-Oct-04 22:26
Kevin McFarlane13-Oct-04 22:26 
GeneralRe: ostream_iterator and pair Pin
Joaquín M López Muñoz14-Oct-04 2:52
Joaquín M López Muñoz14-Oct-04 2:52 
GeneralRe: ostream_iterator and pair Pin
Kevin McFarlane14-Oct-04 6:29
Kevin McFarlane14-Oct-04 6:29 
QuestionUsing WTL with MSLU, crash on Windows 98? Pin
billholt11-Oct-04 19:41
billholt11-Oct-04 19:41 
AnswerRe: Using WTL with MSLU, crash on Windows 98? Pin
billholt12-Oct-04 21:26
billholt12-Oct-04 21:26 
Generalcopy file to netwk Pin
Anonymous8-Oct-04 13:58
Anonymous8-Oct-04 13:58 
GeneralRe: copy file to netwk Pin
ThatsAlok29-Oct-04 20:46
ThatsAlok29-Oct-04 20:46 
GeneralPassing structure btw Client and DCOM server Pin
sergeyv20027-Oct-04 7:53
sergeyv20027-Oct-04 7:53 
GeneralATL free threaded question Pin
Martin Hinchy6-Oct-04 13:31
Martin Hinchy6-Oct-04 13:31 
GeneralRe: ATL free threaded question Pin
Michael Dunn9-Oct-04 6:29
sitebuilderMichael Dunn9-Oct-04 6:29 
GeneralRe: ATL free threaded question Pin
Jörgen Sigvardsson9-Oct-04 8:12
Jörgen Sigvardsson9-Oct-04 8:12 
GeneralRe: ATL free threaded question Pin
Martin Hinchy10-Oct-04 12:39
Martin Hinchy10-Oct-04 12:39 
GeneralMFCan you Introduce... Pin
Polite Programmer6-Oct-04 12:35
Polite Programmer6-Oct-04 12:35 

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.