If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > ODBS questions ???

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-21-06, 15:05
Lord_Vader Lord_Vader is offline
Registered User
 
Join Date: May 2006
Posts: 1
ODBS questions ???

Hello everybody.I am trying to make an application that uses an ODBC driver to connect to a database of a few related tables.
My questions:
a)Can I embed the odbc driver to the installation programm so that the user wont have to connect to the database?
b)If I create the related tables in the DBMS but without any records(only the pattern of the database) will the user be able to add and delete his/her own through the connected application?
c)Will I be able to create shophisticated queries only by using the MFC Classes(CRecordset) to manipulate the data?
d)Are there any alternatives except the ODBC and DAO?

Please correct me if I have understood somethoig wrong...
Reply With Quote
  #2 (permalink)  
Old 05-21-06, 17:27
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,605
a) Yes, you can embedd drivers in an application installation, but I doubt that you'll need to do that in this case.

b) Only you as a developer can answer this question, but 99% or more of the time, yes.

c) You can create and use sophisticated queries using only the MFC classes.

d) Yes, there are many alternatives to DAO/ODBC. I don't really think you'll need them, but they certainly exist.

-PatP
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On