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 > Data Access, Manipulation & Batch Languages > Delphi, C etc > connect to database file.dbf

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-10-04, 05:57
keren_levi keren_levi is offline
Registered User
 
Join Date: Jun 2004
Posts: 2
connect to database file.dbf

hi everybody!
i have a problem , I tried to read file .dbf but I can't get the connection to the database, I use vc++ , I think i don't know how to handle the DSN definitions, please help me, I need slow explaination.
Reply With Quote
  #2 (permalink)  
Old 06-10-04, 08:40
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,605
For an overview of Data Access from VC++, I think that the MSDN page is pretty good. In order to get a higher level introduction, you probably want to pick up one of the basic books or courses. There are some good references for core MFC development at MSDN too.

Assuming that you need to dynamically build a connection string, I'd suggest that you check the dBase. That page is specifically for dBase connections, with links to related (more general) pages.

If you can use a static connection, build a system DSN

-PatP
Reply With Quote
  #3 (permalink)  
Old 06-10-04, 15:10
keren_levi keren_levi is offline
Registered User
 
Join Date: Jun 2004
Posts: 2
thank you , I'll try...
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