I am using Sybase Advantage, I have 2 tables: The first table has the data records The second table stores a history of the first
I am trying to create a linked server in SQL 2008 to an Advantage v7 database server.I\'ve successfully created the linked server in SQL 2008 using the commands below and the connection tests out fine
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.
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
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 dest
Merged with Advantage Database ORM Tool or Code Generator Tool. 开发者_StackOverflow中文版 Advantage provide their own .Net data provider so I\'m hoping this is possible but can anyone con
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:
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
Using Advantage Database Server SQL, I need to be able to join free tables that are in separate folders.Is there a way to d开发者_如何学运维o this?With free tables you can specify relative paths to th
I have a simple .NET console program that uses OdbcDataReader to fetch rows from Advantage Local Server.