CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: SQL standards?

  1. #1
    Join Date
    Feb 2001
    Location
    Germany
    Posts
    20

    Question SQL standards?

    Hi,

    we currently try to develop an application, which is capable to work with different databases. The interface is ADO.
    The problem is that the some providers (native ADO Access 2000, SQL Server, ODBC for MySql,...) behave different in the SQL syntax, they accept. For example in a SQL-join, some providers accept a field name only with addiotional leading table name, while others accept them only without.

    Is there any standard, what SQL syntax will be accepted by any provider?

    Thanks,

    Christian

  2. #2
    Join Date
    May 2003
    Location
    upstate NY
    Posts
    168
    --------------------------------------------
    Tell me and I will forget
    Show me and I will remember
    Teach me and I will learn

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured