Re: Converting Access 2000 back to 97

From: david epsom dot com dot au (david_at_epsomdotcomdotau)
Date: 01/28/05


Date: Fri, 28 Jan 2005 12:59:30 +1100

Those table links - and tables - are probably not compatible with
Access 97, so your options are limited.

Access 2000+, and recent versions of SQL Server, normally use
'unicode' or 'nVarChar' fields for text. nVarChar fields can't
be used by A97, and if any of your tables use nVarChar fields
you won't be able to link to them.

On the other hand, if this is a old database, using VarChar
fields for text, just delete all the tables/links and then
re-create the links.

You will be able to re-create the links in the A97 database
when you open it in A2000. You won't be able to change any
of the forms or reports, but you will be able to change queries,
macros, tables, and links.

If you have any trouble re-creating the links, you could also
use any of the sample code available to re-create the links.
The sample code often demonstrates linking CurrentDB, but you
can link any database (dao code uses OpenDatabase) using code,
include A97/A2.0 databases.

(david)

"deb gerdes" <debgerdes@discussions.microsoft.com> wrote in message
news:1EF8719B-4FCD-4EFE-94B3-4D55AA428905@microsoft.com...
> I am trying to convert an Access 2000 database back to Access 97. It has
> tables linked to SQL Server. When I try to go to convert it back to 97 it
> converts the Linked tables into Access tables. Is there any way to
convert
> back to 97 and still keep the tables linked?



Relevant Pages

  • Re: Question about query sql server database
    ... So is it possible for lets say to query a sql server 7.0 or 8 database ... Please email back if you have any sample code. ...
    (microsoft.public.scripting.vbscript)
  • Re: Need general guidance about deployent and database access
    ... > have to come up with deployment simple enough for anyone to use and small ... > database to work and I've developed it using SQL Server. ... > anyone have any advice or sample code they'd like to share? ... A good place to start would be to use an ODBC database connection. ...
    (microsoft.public.dotnet.framework)
  • Re: codes to connect the SQL server 2000 to VB6.0
    ... May I know how to connect my database at SQL Server 2000 to VB6.0? ... u show me the sample code which can do the linking? ... Public DBC as ADODB.Connection ...
    (microsoft.public.vb.general.discussion)
  • Re: Search within a site
    ... Could you please be more specific in "moving the documents into a SQL Server ... > Try moving the documents into a SQL Server database. ... >> search within a website in ASP.NET and if possible some sample code ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Registering programs in access
    ... It worked fine for me with no changes to the sample code. ... 'Create text string containing "Database to Call". ... >> (no private e-mails, please) ...
    (microsoft.public.access.conversion)