Questions tagged [advantage-database-server]

Advantage Database Server is an embedded relational database management system from Sybase.

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

Some of the strengths of Advantage include:

  • Supports both ISAM (navigational) and SQL data access
  • Supports both the DBF and ADT (proprietary) data formats
  • No Administration
  • Easily Embedded
  • Supports Windows and Linux

Resources:

393 questions
-2
votes
3 answers

Subtract 2 dates to get number of Days

I am working in advantage sql database, and trying to subtract 2 dates to get number of days. I thought in ADV SQL you could just subtract the dates and it would give you the num of days. ((completed) - (startdate)) 1-23-19 - 1-3-19 = 20 days
Brian K
  • 87
  • 7
-2
votes
1 answer

Mapping from 1 DB to another

I am assessing the feasibility of mapping data from a proprietary DB ( a "Case Management System") to a database that serves as the data source for an automated online form filling product I have created. One proprietary case managemenet system I am…
-3
votes
2 answers

New to SQL queries

I am very new to SQL and don't understand why this query is not working. I was hoping someone could give me a hand. Thank you in advance. SELECT COUNT (Results.Output) FROM RESULTS WHERE Results.Output <> 'Simulated' AND Results.Output <> '-'…
Aaron
  • 29
  • 6
1 2 3
26
27