Tagged Questions

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
484 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
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
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
1answer
205 views

Advantage Data Architect doesn't accept 'output to', are there any other options for outputting a table to a file?

I'm trying to output the results of a SELECT query to a tab delimited text file in Advantage Data Architect. I know I can use the 'Export to' feature to do this, but there are a lot of tables and ...
1
vote
2answers
1k views

Automate conversion of Sybase .ADT files to SQL

I am working with some data I obtained that is read with a program using an embedded Advantage Database Server. The program was not written by me and does not have all of the functionality that I ...
1
vote
1answer
462 views

Sybase Advantage Database server and 64 bit VFP OLE providers

Does anyone know if the sybase ads vfp provider works in 64 bit? Currently we have to build our .NET applications targeting x86 to be able to use the vfpoledb provider that only runs in 32 bit. Any ...
0
votes
0answers
4 views

Changes in ads.ini not reflected in arc' connection repository

I just moved to win7 64bit from win xp. When in XP, I can changed the content of ads.ini (add or change the connection), and the changes will be reflected in arc connection repository. But now, ...
0
votes
0answers
16 views

Advantage Database ERD, from existing database.

Anyone aware of any tool which I can use to get ERD for existing advantage database? I am messing around with Advantage Data Architect but unable to find any option for ERD. I have also tried ...