Re: Questions about tables upsized db from access to sql
- From: Steve Jorgensen <nospam@xxxxxxxxxxxxx>
- Date: Wed, 02 Nov 2005 07:42:01 -0800
The obvious question no one has asked is - did you make a link in your Access
database to the upsized table? You said you could see it in Query Analyzer
and Enterprise Manager, but can you see it in your Access database?
Also, are you trying to use an MDB or an ADP Access project?
On Thu, 27 Oct 2005 20:28:37 GMT, "Mike" <noway@xxxxxxxxxxxx> wrote:
>I have an Access DB that I upsized to a SQL server DB. The tables that I
>upsized I can't seem to modify. I wanted to insert some data into the table
>and I am getting the following error:
>
>---Begin Error---
>Server: Msg 107, Level 16, State 3, Line 1
>The column prefix 'SVC_Details' does not match with a table name or alias
>name used in the query.
>---End Error---
>
>The table called SVC_Details is the table that was upsized from Access. The
>table is listed in both the query analyzer and sql enterprise manager. I do
>not know why I am getting this error.
>
>I am using the following code to insert the data:
>
>---Begin Code---
>insert into SVC_Details(svccode, svcdesc, price)
>Select svccode, svcdesc, svcprice from svc_details_chrg_mastr
>Where svc_details_chrg_mastr.svccode <> SVC_Details.svccode
>---End Code---
>
>I am running MS-SQL 2000 standard on a Windows 2003 Standard server.
>
>Thanks in advance for all the help!!
>
.
- Follow-Ups:
- Prev by Date: Re: Running windows functions without using OCX ?
- Next by Date: Re: Help with SQL please..........
- Previous by thread: Re: Questions about tables upsized db from access to sql
- Next by thread: Re: Questions about tables upsized db from access to sql
- Index(es):
Relevant Pages
|
Loading