News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

ODBC question / problem

Started by z941998, January 05, 2010, 06:44:25 AM

Previous topic - Next topic

z941998

Hi All, I coded a ODBC rountine to connect to a local database.  I can connect, fetch the data and disconnect without any errors.

The problem I have is if I run the routine more than once, I don't get any data back from the fetch routine.  If I exit the app and reenter, the first time works as program, and thereafter it fails.

For the most part I used what iczelion produced in his tutorials, however I could not download his working example and made adjustments to my working environment and tested it live persue.  I have attached my coding for your review and comments.

My question is has anyone seen or heard of a solution that will allow continious datafetching versus what I have described above?

Steve

ToutEnMasm


I have write a piece of code who haven't this problems.
Read access and excel base.
Sorry for comments in french.


z941998

Thanks, I will take a look.  Steve

z941998

The Light-bulb came on.  Check out the working example, Steve

Johnny Sea

I'm getting back into mas32 and thought I would try to learn some ODBC. When I downloaded the original example I was not able to rebuild it and get it to run. I now downloaded your zip files and am able to. What changed? I will try to compare the two. Now I can work with this example and see what I can learn and do.

Thank You
John

dedndave

the masm32 package recently underwent a major update :P