Fujitsu ADO Data access guidance needed



Could someone please provide some sample code or point me to a good tutorial or reference material regarding the use of ADO to access Microsoft SQL server, under Fujitsu PowerCobol v6.1

Some years ago I recall that I used embedded and SQL and ODBC with Fuji version 5 but that's all rather fuzzy to me now. I think I saw a post here stating that ADO is better.

I've used the samples provided with the v6.1 compiler, utilizing the AdoDataAccess control to successfully connect to and browse a known dataset, but the examples are very elementary.

I'm hoping to come up with some simple code to perform typical COBOL data access along the lines of traditional START KEY/READ NEXT (UNTIL).

I'm sure someone's been here before. Thank you to anyone who can help.
.



Relevant Pages

  • Re: Fujitsu ADO Data access guidance needed
    ... tutorial or reference material regarding the use of ADO to access Microsoft SQL server, under Fujitsu PowerCobol v6.1 ... Some years ago I recall that I used embedded and SQL and ODBC with Fuji version 5 but that's all rather fuzzy to me now. ... I think I saw a post here stating that ADO is better. ...
    (comp.lang.cobol)
  • Re: Cannot read data from Access 2007 database
    ... I'm using ADO to acces the Access database. ... some very simple sample code of mine that attemps to read the "DATE" ... description is always "Unknown error 0x800A0CC1" ... Please reply to the newsgroup. ...
    (microsoft.public.data.ado)
  • Re: Why dont I use DAO?
    ... Microsoft has stopped supporting DAO and is now pushing ... ADO is simplified a lot by using Mr. Carlos Antollini see his ... If you don't have this file, you can get it by installing Microsoft Office ... The CHM file is full of sample code, and has many useful tips, e.g. the Find ...
    (microsoft.public.vc.mfc)
  • Re: Collate information from different files via a macro
    ... See Ron de Bruin's sample code at: ... Copy a range from closed workbooks (ADO) ...
    (microsoft.public.excel.programming)
  • Re: Insert binary file content to DB
    ... > Database: MS-SQL and Access ... With ADO it is GetChunk and AppendChunk or Parameters. ... >>> Can someone show me a sample code on how I can insert a binary data ...
    (microsoft.public.vb.database.ado)