Can't Load Components
Our development computer crashed but we have the hard drive and we're trying to get things working on a new computer. We were using the Advantage 10.10 CBuilder Components in CBuilder2007. We're told...
View ArticleRe: Delphi 10.1 Berlin compatibility
Hi, Rick, I could be totally wrong, but it seems that you haven't perused this thread before asking your question. If you scroll up and take a look at some of the prior posts, you'll see that it's...
View ArticleRe: Delphi 10.1 Berlin compatibility
Hi Howard, Thank you for your response. Yes, I did read this thread before I posted. Mr. Durr stated that he would try and post the steps necessary to upgrade to D10.1. I was just attempting to nudge...
View ArticleRe: Delphi 10.1 Berlin compatibility
Rick, First, I hope I didn't offend by making assumptions. >> I see that I might be able to get around this using FireDAC, since it has an ADS option... I've not looked into FireDAC much (that...
View ArticleRe: Delphi 10.1 Berlin compatibility
Howard, No offense was taken. No worries. I hear ya on the ol' dog. Been writing code since the late 70's myself. I am just grateful that it still isn't on punched cards. I have not done anything with...
View ArticleAdsDDGetDatabaseProperty in VO
LOCAL cDefPath as PSZ LOCAL nPathDef as DWord AdsDDGetDatabaseProperty( SysObject():nConnection , ADS_DD_COMMENT, @cDefPath, @nPathDef) ? Mem2String ( cDefPath , nPathDef ) This is the code i am...
View ArticleRe: AdsDDGetDatabaseProperty in VO
you need to allocate some space for cDefPath and then pass the maximum available length using nPathDef into the function. It then returns the used space. Look at the online help how this is done in C.
View ArticleRe: Delphi 10.1 Berlin compatibility
detailled steps: Using ADS with Delphi 10.1 Berlin - Joachim Dürr softwareengineering
View ArticleRe: Delphi 10.1 Berlin compatibility
You're a life saver, Joachim, and a great asset to this forum, and to ADS. It's a shame that SAP doesn't seem to have as much concern for their customers and products. Thanks very much!
View ArticleRe: Delphi 10.1 Berlin compatibility
Thank you for this. However, I am stuck on one of your steps. I am at the point: >Launch Delphi Berlin as Administrator, open the runtime project Win32\sources\adsdxe8studio.dproj and save the...
View ArticleRe: Delphi 10.1 Berlin compatibility
Richard,the 'd' are the design time packages (adsxe8dstudio.dproj). You need to built the runtime package first.
View ArticleRe: Delphi 10.1 Berlin compatibility
OOPS. You are right -- I started with the wrong one. It installed perfectly. THANK YOU! Rick
View ArticleRe: Delphi 10.1 Berlin compatibility
How would I install TDataSet components for ADS12 under BCB5? If I put my exe's built with TDataSet ADS v8.1 components (the last one that would install in BCB5) in a directory with the ADS12 DLLs, it...
View ArticleRe: Delphi 10.1 Berlin compatibility
Mark,I didn't use BCB5 for quiate a long time;)Using old components in conjunction with newer DLLS will work until you get some field types back that are not supported by the old components. I'm not...
View ArticleRe: Delphi 10.1 Berlin compatibility
I did try your steps and got all the bpl, bpi, pas, hpp etcetera files from the msi. They go back to Delphi 2007 but not before, and I believe it is because ADS now uses Unicode strings, so I'll keep...
View ArticleAccess ADS DB with Libre Base
HI, I am trying to use Libre Base 5.x to open an ADS Data Dictionary using the adsjdbc tool (ADS v. is 11.1). My issue is that when I set up the DB URL and JDBC path my tests are good but when I try to...
View ArticleRe: Access ADS DB with Libre Base
We were kind of hoping that upgrading to 12 would solve this issue so thanks for the info... that's good to know. I've opened a bug request in Bugzilla about a month ago with no response so far. I'm...
View ArticleProblem with recent ADS 11 installation
We installed ADS 11 yesterday and the server shows the service is running. The Configuration Utility shows the service is running, but there is no interaction with the database. Would anyone have a...
View ArticleRe: SQL Like sentence only works 1 time on ADS12
Hi Amadis,no, I don't have a solution, it still works bad. But I made some changes in my code to solve that situation: procedure TForm5.Button1Click(Sender: TObject);begin AdsQuery1.Close;...
View Article