Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread MFC programming with DBISAM
Thu, May 12 2016 9:57 PMPermanent Link

jasanchez

Good day there.

I am looking for some programming samples using Microsoft Visual Studio that access a DBISAM database with the ODBC driver but obviously not using .NET.  I am maintaining a small pretty-well-written application that uses MFC and want to access a DBISAM database with which it can exchange data.  Does anyone know where to find this kind of programming with the DBISAM product and MFC?

Thanks in advance.

Stay well.
Fri, May 13 2016 4:02 AMPermanent Link

Matthew Jones

jasanchez wrote:

> ODBC driver

That would presumably be the route for the MFC application too. Find
out how to access ODBC with that, make connection, job done. 8-)

--

Matthew Jones
Mon, May 16 2016 2:58 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com


<< I am looking for some programming samples using Microsoft Visual Studio that access a DBISAM database with the ODBC driver but obviously not using .NET.  I am maintaining a small pretty-well-written application that uses MFC and want to access a DBISAM database with which it can exchange data.  Does anyone know where to find this kind of programming with the DBISAM product and MFC? >>

As Matthew indicates, what you want is this documentation:

https://msdn.microsoft.com/en-us/library/w2c4cthk.aspx?f=255&MSPPError=-2147217396

the only thing that is different between ODBC drivers is the connection string, and the connection string attributes for DBISAM are covered here:

http://www.elevatesoft.com/manual?action=viewtopic&id=dbisam4odbc&topic=Connection_Strings

Tim Young
Elevate Software
www.elevatesoft.com
Image