Search found 17 matches
- Tue Mar 19, 2019 8:18 am
- Forum: Xbase++ 2.0
- Topic: Using DacSession to access data via ODBCDBE
- Replies: 10
- Views: 28380
Re: Using DacSession to access data via ODBCDBE
First, the dac methods :ExecuteQuery() and :ExecuteStatement() have not been implemented yet. Are you saying that you have not implemented them in your code or they have not been implemented by Xbase++? I don't use this methods. I use the SqlStmtExec() function. :ExecuteQuery() and :ExecuteStatemen...
- Mon Mar 18, 2019 9:53 am
- Forum: Xbase++ 2.0
- Topic: Using DacSession to access data via ODBCDBE
- Replies: 10
- Views: 28380
Re: Using DacSession to access data via ODBCDBE
So it looks like there were two issues. First, the dac methods :ExecuteQuery() and :ExecuteStatement() have not been implemented yet. Second, the default concurrency and scrollable were not supported by the odbc. Changing the properties as follows worked: oSession:SetProperty( ODBCSSN_CONCURRENCY, O...
- Thu Feb 21, 2019 7:56 am
- Forum: Xbase++ 2.0
- Topic: Using DacSession to access data via ODBCDBE
- Replies: 10
- Views: 28380
Re: Using DacSession to access data via ODBCDBE
I'm getting a compile error.
Unresolved external symbol DC_XBPBROWSEFILTERED
Unresolved external symbol DC_XBPBROWSEFILTERED
- Wed Feb 20, 2019 2:44 pm
- Forum: Xbase++ 2.0
- Topic: Using DacSession to access data via ODBCDBE
- Replies: 10
- Views: 28380
Re: Using DacSession to access data via ODBCDBE
When I run sqlquery, I get a connection failed error (5381)
I've attached an image of what the driver info (there's not much there).
I've attached an image of what the driver info (there's not much there).
- Wed Feb 20, 2019 9:16 am
- Forum: Xbase++ 2.0
- Topic: Using DacSession to access data via ODBCDBE
- Replies: 10
- Views: 28380
Using DacSession to access data via ODBCDBE
I'm trying to access a dataset using dacsession and odbcdbe. The dataset uses .SAM flat files (which may be the issue; I'm not sure). I can connect fine using the following code: /*** Set connection string ***/ cConnect := "DBE=ODBCDBE" cConnect += ";DRIVER=AdagioDataSourceDriver" cConnect += ";COLU...
- Wed Sep 12, 2018 3:50 pm
- Forum: eXpress++ Support
- Topic: @ DCPICKLIST ... COLOR
- Replies: 2
- Views: 20863
Re: @ DCPICKLIST ... COLOR
I'm not sure if this is a similar issue or not, but SAYCOLOR in DCSAY no longer works properly with a code block. The foreground gets set, but the background remains as the DCSAY default.
- Tue Feb 13, 2018 9:18 am
- Forum: Zen and the art of Software Maintenance
- Topic: Gaslight Reserve
- Replies: 5
- Views: 17765
Re: Gaslight Reserve
Trump: Making Americans drink since 2016
- Thu Jun 22, 2017 7:51 am
- Forum: Xbase++ 2.0
- Topic: Automated testing tools for Xbase
- Replies: 0
- Views: 8973
Automated testing tools for Xbase
Are there any testing tools for Xbase? What do people on this forum use for testing?
- Thu Jun 22, 2017 7:45 am
- Forum: Xbase++ 2.0
- Topic: Program lag when selecting files (affects DC_PopFile)
- Replies: 2
- Views: 12978
Re: Program lag when selecting files (affects DC_PopFile)
Thanks Soeren,
It looks like Alaska Software were also aware of this issue. The issue seems to be resolved and will be fixed in the next update.
http://www.alaska-software.com/scripts/ ... PDRID=6897
It looks like Alaska Software were also aware of this issue. The issue seems to be resolved and will be fixed in the next update.
http://www.alaska-software.com/scripts/ ... PDRID=6897
- Fri May 26, 2017 8:08 am
- Forum: eXpress++ Support
- Topic: Program lag when selecting files (affects DC_PopFile)
- Replies: 0
- Views: 7276
Program lag when selecting files (affects DC_PopFile)
Thought I'd put this here too, since it affects express++. We use DC_PopFile to select files and notice that there is a lag when we open and close the dialog window (the lag increases each time we open and close the window). This seems to be an issue with Xbase (build 785). When we reverted back to ...