Unix Technical Forum

Access 97 to SQL Conversion

This is a discussion on Access 97 to SQL Conversion within the MS SQL ODBC forums, part of the Microsoft SQL Server category; --> I have an Access 97 program that for many years linked to tables in another database through drive letter ...


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > MS SQL ODBC

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-27-2008, 09:44 PM
=?Utf-8?B?RGlhbm5l?=
 
Posts: n/a
Default Access 97 to SQL Conversion

I have an Access 97 program that for many years linked to tables in another
database through drive letter access. Recently, because of speed, we
converted the Access tables to a SQL Server 2000 database and linked the
tables via an ODBC connection.

The program can read the tables but there are several problems. The append
queries that are trying to build new records in one of the SQL tables keep
giving a key violation error. Also, a few of the screens used to append
records to some of the tables no longer let me add records. It will show the
records that were originally imported, and let me delete them, but not add.

The first time I converted, many of the Access queries wouldn't work and we
discovered that in the conversion, the Autonumbering in many of the tables
got lost. Since then, I have set the Identity to Yes and when viewing the
design of the ODBC tables through Access, they are now showing as Autonumber.

Is there some incompatibility between Access 97 and SQL server 2000, or do I
have the wrong data types in the SQL tables? Is there something wrong with
the way I set up Autonumbering in SQL? When the data was all in Access, I
had no problem appending records, but now that the data is in SQL..... what
am I missing?

Please help!

Thanks,

Dianne

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-27-2008, 09:44 PM
Mary Chipman [MSFT]
 
Posts: n/a
Default Re: Access 97 to SQL Conversion

Is your front-end Access 97? If so, then you'll solve a lot of your
problems by upgrading to Access 2003. Access 97 is no longer
supported, and never worked smoothly with SQLS 2000, mostly due to
data type incompatibilities.

--Mary

On Fri, 20 May 2005 11:49:37 -0700, Dianne
<Dianne@discussions.microsoft.com> wrote:

>I have an Access 97 program that for many years linked to tables in another
>database through drive letter access. Recently, because of speed, we
>converted the Access tables to a SQL Server 2000 database and linked the
>tables via an ODBC connection.
>
>The program can read the tables but there are several problems. The append
>queries that are trying to build new records in one of the SQL tables keep
>giving a key violation error. Also, a few of the screens used to append
>records to some of the tables no longer let me add records. It will show the
>records that were originally imported, and let me delete them, but not add.
>
>The first time I converted, many of the Access queries wouldn't work and we
>discovered that in the conversion, the Autonumbering in many of the tables
>got lost. Since then, I have set the Identity to Yes and when viewing the
>design of the ODBC tables through Access, they are now showing as Autonumber.
>
>Is there some incompatibility between Access 97 and SQL server 2000, or do I
>have the wrong data types in the SQL tables? Is there something wrong with
>the way I set up Autonumbering in SQL? When the data was all in Access, I
>had no problem appending records, but now that the data is in SQL..... what
>am I missing?
>
>Please help!
>
>Thanks,
>
>Dianne


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-27-2008, 09:45 PM
=?Utf-8?B?RGlhbm5l?=
 
Posts: n/a
Default Re: Access 97 to SQL Conversion

You are so right! I am upgrading the program as we speak. Thanks!

Dianne

"Mary Chipman [MSFT]" wrote:

> Is your front-end Access 97? If so, then you'll solve a lot of your
> problems by upgrading to Access 2003. Access 97 is no longer
> supported, and never worked smoothly with SQLS 2000, mostly due to
> data type incompatibilities.
>
> --Mary
>
> On Fri, 20 May 2005 11:49:37 -0700, Dianne
> <Dianne@discussions.microsoft.com> wrote:
>
> >I have an Access 97 program that for many years linked to tables in another
> >database through drive letter access. Recently, because of speed, we
> >converted the Access tables to a SQL Server 2000 database and linked the
> >tables via an ODBC connection.
> >
> >The program can read the tables but there are several problems. The append
> >queries that are trying to build new records in one of the SQL tables keep
> >giving a key violation error. Also, a few of the screens used to append
> >records to some of the tables no longer let me add records. It will show the
> >records that were originally imported, and let me delete them, but not add.
> >
> >The first time I converted, many of the Access queries wouldn't work and we
> >discovered that in the conversion, the Autonumbering in many of the tables
> >got lost. Since then, I have set the Identity to Yes and when viewing the
> >design of the ODBC tables through Access, they are now showing as Autonumber.
> >
> >Is there some incompatibility between Access 97 and SQL server 2000, or do I
> >have the wrong data types in the SQL tables? Is there something wrong with
> >the way I set up Autonumbering in SQL? When the data was all in Access, I
> >had no problem appending records, but now that the data is in SQL..... what
> >am I missing?
> >
> >Please help!
> >
> >Thanks,
> >
> >Dianne

>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-27-2008, 09:45 PM
=?Utf-8?B?RGVjbGFu?=
 
Posts: n/a
Default Re: Access 97 to SQL Conversion



"Dianne" wrote:

> You are so right! I am upgrading the program as we speak. Thanks!
>
> Dianne
>
> "Mary Chipman [MSFT]" wrote:
>
> > Is your front-end Access 97? If so, then you'll solve a lot of your
> > problems by upgrading to Access 2003. Access 97 is no longer
> > supported, and never worked smoothly with SQLS 2000, mostly due to
> > data type incompatibilities.
> >
> > --Mary
> >
> > On Fri, 20 May 2005 11:49:37 -0700, Dianne
> > <Dianne@discussions.microsoft.com> wrote:
> >
> > >I have an Access 97 program that for many years linked to tables in another
> > >database through drive letter access. Recently, because of speed, we
> > >converted the Access tables to a SQL Server 2000 database and linked the
> > >tables via an ODBC connection.
> > >
> > >The program can read the tables but there are several problems. The append
> > >queries that are trying to build new records in one of the SQL tables keep
> > >giving a key violation error. Also, a few of the screens used to append
> > >records to some of the tables no longer let me add records. It will show the
> > >records that were originally imported, and let me delete them, but not add.
> > >
> > >The first time I converted, many of the Access queries wouldn't work and we
> > >discovered that in the conversion, the Autonumbering in many of the tables
> > >got lost. Since then, I have set the Identity to Yes and when viewing the
> > >design of the ODBC tables through Access, they are now showing as Autonumber.
> > >
> > >Is there some incompatibility between Access 97 and SQL server 2000, or do I
> > >have the wrong data types in the SQL tables? Is there something wrong with
> > >the way I set up Autonumbering in SQL? When the data was all in Access, I
> > >had no problem appending records, but now that the data is in SQL..... what
> > >am I missing?
> > >
> > >Please help!
> > >
> > >Thanks,
> > >
> > >Dianne

> >
> >

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 02:59 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com