Search found 4 matches
- Mon Oct 29, 2018 8:08 pm
- Forum: Xbase++ 2.0
- Topic: help needed on odbcdbe problem
- Replies: 1
- Views: 7972
Re: help needed on odbcdbe problem
Problem solved !!! after the following changes were made: 2 important rules to follow using ODBCDBE when memo fields are involved (at least on the ODBC drivers and the MS SQL server I used): 1. When reading in a row, all fields must be accessed once in field no. order. Then further accesses to field...
- Thu Oct 25, 2018 12:28 am
- Forum: Xbase++ 2.0
- Topic: help needed on odbcdbe problem
- Replies: 1
- Views: 7972
help needed on odbcdbe problem
I have an application under Xbase 1.8 (ver 306) + eXPress 232, using ODBCDBE to connect to an MSSQL server. After many years of working, I now need to port it to Xbase 2.0 and run it under Win10, but encountering problems. The application has been re-generated under Xbase 2.0 (ver 1023) + eXPress 26...
- Sun Sep 09, 2018 6:55 pm
- Forum: eXpress++ Support
- Topic: DCFINDBROWSE questions
- Replies: 3
- Views: 7735
Re: DCFINDBROWSE questions
Roger, many thanks, John
- Sat Sep 08, 2018 7:58 pm
- Forum: eXpress++ Support
- Topic: DCFINDBROWSE questions
- Replies: 3
- Views: 7735
DCFINDBROWSE questions
Two questions: 1. Does DCFINDBROWSE support data source being an array of Record Objects? How? 2. Did anyone successfully use the POINTER <nPointer> clause? It appears from DCDIALOG.CH that this clause does not translate into a pass-by-ref parameter to DC_FindBrowse, and thus this pointer never gets...