CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Location
    Ontario, Canada
    Posts
    25

    Automating Access Database Functions

    Hi all,

    I'm attempting to write a script which will split a database into it's front-end/back-end parts via code, to assist in a access 97 -> 2000 migration.

    I could do this through the GUI, but there are way too many databases in question to be doing manually.

    I've heard about something called a macro recorder. My best try at this so far will be to record as I do a split, then modify the code resulting, but I'm not having much luck.

    Does anyone have ideas where I might find functions which do this? db.split( db.name, parameters )..

    Thanks in advance,

    Wes.


  2. #2
    Join Date
    Jul 1999
    Location
    Ontario, Canada
    Posts
    25

    Re: Automating Access Database Functions - Splitting Databases

    Can you split a database via code?


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