Tagged Questions

2
votes
1answer
137 views

wrap a 32 bit Advantage Data Provider into a COM+

How do I expose the functionality found in Advantage.Data.Provider.dll thru a wrapper. My goal is to install/deploy the COM+ into a 64 bit server. The Advantage.Data.Provider.dll …
1
vote
1answer
45 views

Advantage 8.1 vs 7.1

I am in the process of upgrading a few in-house applications from ADS7.1 to 8.1. I was told a while back that there are changes in return values of the avg() function as well as so …
0
votes
2answers
101 views

ASP.NET with Delphi 2007 for .NET. Could not load file or assembly … The located assembly’s manifest definition does not match the assembly reference

This one’s a head scratcher. Here’s the deal. While deploying a beta copy of an ASP.NET application built with Delphi 2007 for .NET to a test server I encountered an odd problem. …
0
votes
1answer
106 views

Is this a bug with Advantage Database?

I am running into what seems to me to be a bug in the Advantage Database PHP Extension (I know, I know...). I've reported it as a bug, but still haven't heard anything back, so I t …
0
votes
5answers
539 views

Update multiple values in a single statement

I have a master / detail table and want to update some summary values in the master table against the detail table. I know I can update them like this: update MasterTbl set Total …
0
votes
3answers
136 views

Safe to use TAdsSettings object in the main thread, and AdsQuery objects in other threads?

I have a Win-CGI application I am currently converting to ISAPI. The application uses the TDataset descendants for Extended Systems Advantage Database Server. As there can be onl …