Results 1 to 2 of 2

Thread: How similar is ADO & MDB to ADO & SQL

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2000
    Posts
    80
    I am writing a database program in ADO 2.5 with VB 6.0 EE. I plan on writing it with Access 2000 databases, and then maybe also have a SQL Server database version. My question is how difficult is it to modify for the SQL version? Is it just basically:

    a) connection string differences
    b) wildcard differences -- % vs. *

    ? Or is it a lot more involved than that?

    Also, where is the best place to purchase SQL Server?

    Thanks in advance,

    Eric

  2. #2
    Fanatic Member
    Join Date
    Oct 2000
    Location
    London
    Posts
    1,008
    Can be as simple as that, you need to:

    1. Design your system properly, so that it can scale
    2. Design your system properly, so that it can scale
    3. Design your system properly, so that it can scale


    and

    4. Take design into account.

    Seriously, make sure you don't rely on Access 'wizards'. You will end up with table schemas that are hard to upsize.

    Make sure your data is properly normalized. The actual details of using ADO against and MDB or SQL Server are a small part. Incidentally, ADO uses the Access standard wildcards, ven when querying against a SQL Server DB!

    Cheers,

    P.
    Not nearly so tired now...

    Haven't been around much so be gentle...

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