Tagged Questions
3
votes
1answer
152 views
Writing blob file into database by using the sql statement insert into
I am searching at the moment for a possibility in Advantage Database Server via sql to put a byte stream, so called blob file into a table. When I build up a complete database I am doing it like this:
...
3
votes
1answer
102 views
Difference in optimization between query call inside own application and the advances database architect
I am working at the moment with the advantage database server from sybase. I am programming in delphi and I am using a local server. My problem is, if I make a sql query inside my own source code the ...
3
votes
4answers
236 views
Custom sort order for dataset after executing query?
I want the result set of a database query to have a certain order. The information I want to order by is not contained in the database, but dynamically generated in code (so I cannot use ORDER BY).
...
3
votes
4answers
742 views
Trapping errors in TClientDataSet.CommandText
I have a TClientDataSet connected to a TDataSetProvider, which in turn is connected to a TAdsQuery. I set the SQL command and then open the ClientDataset something like this:
try
CDS.CommandText := ...
3
votes
3answers
590 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. The application was ...
2
votes
1answer
58 views
Reproducing a table lock error in Advantage Table
I am running two instances of a program and they are both accessing a TAds table.
I want to reproduce a table lock for testing, but am having trouble.
I made a button that when clicked runs the ...
1
vote
1answer
121 views
How to handle multiple database accesses?
In my program I have multiple databases. One is fixed and cannot be changed, but there are also some others, the so called user databases.
I thought now I have to start for every database one ...
1
vote
4answers
309 views
Detect if a table exists
In SQL Server you can write SQL to check if a table exists. How can I do that for ADS?
I have a need to write some Delphi code to say if table exists do this else this...
1
vote
2answers
94 views
Accessing Advantage Management Utility values for feedback
In our report generation application, there's some pretty hefty queries that take a considerable amount of time to run. User feedback up until this point has been basically zip while the server chugs ...
1
vote
3answers
225 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 only one instance of a ...
0
votes
0answers
30 views
Advantage Database Server Management API AdsMgKillUser not working?
I wrote a utility in Delphi 5.0 to disconnect crashed connections in ADS v6.2 using AdsMgKillUser that worked well for many years on a customer's server. Customer recently upgraded to ADS v9.1 and ...
0
votes
1answer
90 views
Using DataSnap and Advantage Database Server
I have tried to use DataSnap on Advantage Database but I cannot update my data. I use TAdsQuery on datasnap server and return the query to client and link it with TDataSetProvider.
I traced into and ...
0
votes
1answer
105 views
How to retry a Delphi TAdsConnection with ADT tables
From what I can see my Membership software connects to a number of tables using the following code in the FormCreate procedure:
{Open the Sessions}
Membership.LoginPrompt := False;
...
0
votes
2answers
121 views
How to get the version number of the Advantage Database Server?
I can easily find out which client version I'm using, but how can I find out the server version?
There is a AdsMgGetInstallInfo ace function and a corresponding stored procedure sp_mgGetInstallInfo.
...
0
votes
1answer
128 views
Advantage Database Server 10 - Error 1500
I got an application (written in Delphi 2009) that uses an ADS Server (Version 10.10).
I'm using the TDataSet Components to access the database.
On my dev machine everything is ok.
But on a test ...
0
votes
3answers
152 views
Advantage 5400 AE_INTERNAL_ERROR
I am getting a 5400 AE_INTERNAL_ERROR when I try to OPEN a TadsQuery after adding the SQL. When I place the same SQL directly in the TadsQuery , there is no error. Your Help File directs me to contact ...