Tagged Questions

Advantage Database Server is a full-featured, easily embedded, client-server, relational database management system from Sybase, Inc.

learn more… | top users | synonyms

4
votes
2answers
765 views

Advantage Database Server: slow stored procedure performance

I have a question about a performance of stored procedures in the ADS. I created a simple database with the following structure: CREATE TABLE MainTable ( Id INTEGER PRIMARY KEY, Name ...
3
votes
1answer
146 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
0answers
89 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
222 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
2answers
67 views

Can I use an “IN” filter on an Advantage Database Table (TAdsTable)?

I want to apply a filter to an advantage table using multiple values for an Integer field. The equivalent SQL would be: SELECT * FROM TableName WHERE FieldName IN (1, 2, 3) Is it possible to do ...
3
votes
1answer
128 views

What is the role of the ADSSYS user automatically created in an Advantage data dictionary?

When creating a data dictionary in Advantage Database Server (Sybase), the system automatically creates a user named ADSSYS. What's the role of this user, and can we remove it from our applications?
3
votes
2answers
1k views

SSIS ISNULL to empty string

So I am currently working on a migration from an old Advantage database server to SQL 2005 using SSIS 2008. One of the columns in the old Advantage database is a MEMO type. By default this translates ...
3
votes
3answers
131 views

Is it possible to create indices with expression engine expressions using SQL?

We are trying to create an index on CDX and ADT tables that use the Advantage expression engine. The code we tried so far looks like this: CREATE INDEX IDX1 ON TBL1 ...
3
votes
4answers
732 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
1answer
235 views

Why do I get “Error 6060” when I try to use DBD::Advantage with a 64-bit perl on Linux?

I realize that I am attempting to go beyond the "supported" behavior of the manf's released drivers for Perl, after all they have only released it in package with x86 .so's. However, since I cannot ...
3
votes
4answers
315 views

how to load a file into a blob without loading into RAM first?

I am using C# and I am having trouble loading large files into a binary field use byte arrays. Basically, if I load a file that is too large, I get memory problems. Is there a way to load a file ...
3
votes
1answer
228 views

Concurrent update to DBF files with Advantage Local Sever and FoxPro

Is it safe to update DBF files using Advantage Local Server .Net provider whilst a FoxPro application is running that may also be accessing the DBF files? i.e. does Advantage take care of row locking? ...
3
votes
5answers
650 views

Advantage Database or SQL Server

I have a client that currently uses a local Advantage Database on their PC along with an application. They are thinking of upscaling their setup to have multiple applications running communicating ...
3
votes
3answers
589 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 ...
2
votes
2answers
45 views

Sybase Advantage New AutoInc after SQL Insert

Anyone knows how to retrieve a new AutoInc that gets written after an ODBC INSERT? Is there a variable I have access to just like SQL Server? Right now, I'm using : SELECT MAX(myautoincfield) AS ...
2
votes
1answer
71 views

Advantage Database Local server with JDBC

Hi I am trying to connect through JDBC on an Advantage local server. I have tested many connections strings, like for example: connection = DriverManager.getConnection( ...
2
votes
1answer
50 views

Advantage Database Server 10 - Populate a NOT NULL field in a trigger

I've got a table with 2 fields: FieldA String Not Null FieldB String Not Null Now I need a trigger which populates fieldB with the value of FieldA when inserting a new record. My intention was to ...
2
votes
1answer
81 views

SELECT * FROM system.storedprocedures returns empty cursor if user is not ADSSYS

As stated on the title, the select statement to retrieve the list of all system.storedprocedures from an ADS DataDictionary only returns information when the user is ADSSYS. I suppose it is a matter ...
2
votes
1answer
84 views

How can I join an Advantage ADT table to a DBF table in a single query?

How can I join an Advantage ADT table to a DBF table in a single query?
2
votes
2answers
135 views

Create ERD for Advantage Database Server 10

I need to create an ERD for an ADS 10 database. Reverese Engineering would be nice, since the database already exists. Unfortunately, I didn't found a ERD-Tool which supports this database. Does ...
2
votes
2answers
331 views

Sql trigger to save changes to an audit trail table

I started on an ADS sql table trigger to store changes done on one particular table. Here is the idea: //-------- sql trigger to store changes on patients table to auditLog Table ...
2
votes
1answer
173 views

Table Join problem with dotnet data provider and chartype=“GERMAN_VFP_CI_AS_437”

i've got a problem with my dotnet application reading data from different tables of my advantage database server through a sql "join" statement. The tables are from an old clipper application, so the ...
2
votes
2answers
341 views

how can I add 100 years to a date in Advantage Database

I have a bunch of records in my Advantage Database that ended up with the year 1909, rather than 2009. How can run an update statement that will add 100 years to each of these dates? (Advantage is ...
2
votes
2answers
188 views

Advantage Database Server ORDER BY behaviour

I'm using ADS v10 beta. I'm trying to numerate ordered resultset. 1) ORDER BY in nested queries. I need to use nested SELECT for some calculations: SELECT Name, Value, ROWNUM() FROM (SELECT * FROM ...
2
votes
1answer
69 views

Advantage Extended Procedure - Create and install

i try to create an AEP for my advantage Database. I create a AEP project on VS2008 and i,ve got the dll. I copy de .dll to the folder where is my datadictionnary. I tried to register my dll with ...
2
votes
2answers
393 views

Advantage Database ORM Tool or Code Generator Tool

Does anyone know if there are any ORM tools or Code Generation tools that work against an Advantage Database?
2
votes
1answer
108 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 some division ...
2
votes
1answer
481 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 is a 32 bit driver. ...
1
vote
1answer
119 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
1answer
58 views

What is the proper way to handle this error in my stored procedure?

From PHP, I am calling a SQL stored procedure. The stored procedure checks the database, and either inserts the data if it's new, or modifies data that already exists. I'm getting an error that one ...
1
vote
2answers
28 views

Any reason an INSERT in a trigger would do nothing?

So I've added the following trigger on a table: INSERT INTO TNQueue (QueuedDate, Action) VALUES (CURRENT_TIMESTAMP(), 'ManageLoadOrderTypes'); and it doesn't appear to do anything. I have several ...
1
vote
2answers
60 views

Why do NULL fields get called equal?

I'm writing triggers to detect changes in fields in a database, and it appears I have to do really obnoxious things like (SELECT SalesPrice FROM __old) <> (SELECT SalesPrice FROM __new) or ...
1
vote
2answers
72 views

How to install DBD::Advantage

I have tried using DBD::Advantage on both Linux and Windows with no luck. The Windows version comes with what appears to be a full fledged installer, but it leaves behind the ...
1
vote
2answers
81 views

Export memo data from Data Architect to Excel

I am using Data Architect and want to export data of a table with memo fields. If I export to CSV, everything works fine. When I export to Excel (2003), the memo content is truncated and formatted ...
1
vote
1answer
96 views

Where to download old versions of Advantage Database (Architect. Server…)

I'm wondering if there's a site where I can download older versions of the Advantage Database Server and the Advantage Database Architect. On this site only the newest version is avaialable. ...
1
vote
4answers
308 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
1answer
54 views

Error stopping Advantage service. Error code 172

When running the adsstamp.exe to update an Advantage license the following error appears: Error stopping Advantage service. Report this error to Advantage technical support. Error Code 172. ...
1
vote
1answer
57 views

Spliting a String intro rows

I have a table with a field consisting of multiple strings seperated by a '+'. Each part of the string has a lenght of either 2 or 3 chars. Example: 'ab+cde+fg'. Each row has 1 to 3 parts (so some ...
1
vote
1answer
78 views

Problems in backups after changed the passwords

Here I am with another problem with the backups. Since my company decided to change the passwords of all of our clients due security issues, we got a problem with the backups. Our application server ...
1
vote
1answer
259 views

Problem making a Data Base Backup with the sp_BackupDataBase procedure

hope you all are O.k! I have this problem with the sp_BackupDateBase procedure. According with the Advantage documentation, I can make a Backup of my Data base, passing a UNC destination path as a ...
1
vote
2answers
177 views

What is the most efficient SQL statement to create running totals in Advantage SQL

I would like to create a running total query statement in Advantage SQL and wonder what is the most efficient way. I am able to get the data with a query like this: SELECT a.fiscal,sum(a.amount) ...
1
vote
1answer
439 views

Advantage to SQL 2000 Linked Server Access Denied Error

I am trying to create linked servers in SQL Server 2000 and SQL Server 2005 x64 to a Sybase Advantage database using the Advantage OLE DB Provider, 32-bit and 64-bit respectively. I kept getting ...
1
vote
1answer
189 views

Advantage Database Replication

I have a client that wants two sites to have the ability to sync databases so information at Site A can be synced with Site B so the two sites can look at the same data. I'm not even sure of the ...
1
vote
2answers
559 views

SSIS Advantage timestamp to SQL Datetime

I am new to using SSIS 2008 and am currently working on migrating data from an old Advantage database over to SQL Server 2005. I set up the SSIS package with a dataflow object with a source and a ...
1
vote
2answers
240 views

How can I enhance the speed of massive INSERT in ADO.NET?

I downloaded a trial of Advanced Database Server (ADS) 10.1, together with ARC and ADO.NET provider. My main intention was to know the performance of massive INSERTS from millions of records ...
1
vote
1answer
128 views

How join tables in multiple folders with Advantage Database Server

Using Advantage Database Server SQL, I need to be able to join free tables that are in separate folders. Is there a way to do this?
1
vote
1answer
80 views

Advantage AEP x64 Build and Install

I am building and Advantage AEP to run on a Win 2008 server (64bit). I'm developing the AEP in VS2008 on a 32-bit machine. Building for Any CPU and testing using Local Server works just fine. When I ...
1
vote
1answer
55 views

sp_getProcedureColumns

I have tried to pass in the proc name into procedureNamePattern and the procedure seems to return all the metadata for all the procedures. I pass in a empty string and I get the same results. The ...
1
vote
1answer
56 views

Advantage Notification Trigger

Has anyone used an Notification Trigger successfully? Does anyone know where I can get a sample of the string returned? Thanks, Howard

1 2 3