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

Thread: Database

  1. #1
    Join Date
    Feb 2001
    Posts
    19

    Database

    Hi there,
    I have the old datatype

    Dim db as database

    from Access 97. But it´s not available in Access 2000.
    What´s the new datatype for it ??

    regards
    Stephan


  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: Database

    Dim cn as ADODB.Connection

    Connection is the object instead of the database.

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

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