![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
We just upsized to SQL server (Access 2003 front end). I am running into error 3146 on a particular table. Part of my code, I have a simple delete SQL statement and I am getting an error on this statement. CurrentDb.Execute "Delete * from [Raw Import Table];", dbSeeChanges Raw Import Table has a PK (ID - Autonumber). Does anyone know how to fix it? |
#2
| |||
| |||
|
|
Hi everyone We just upsized to SQL server (Access 2003 front end). I am running into error 3146 on a particular table. Part of my code, I have a simple delete SQL statement and I am getting an error on this statement. CurrentDb.Execute "Delete * from [Raw Import Table];", dbSeeChanges Raw Import Table has a PK (ID - Autonumber). Does anyone know how to fix it? |
#3
| |||
| |||
|
|
Hi everyone We just upsized to SQL server (Access 2003 front end). I am running into error 3146 on a particular table. Part of my code, I have a simple delete SQL statement and I am getting an error on this statement. CurrentDb.Execute "Delete * from [Raw Import Table];", dbSeeChanges Raw Import Table has a PK (ID - Autonumber). Does anyone know how to fix it? |
#4
| |||
| |||
|
|
Hi everyone We just upsized to SQL server (Access 2003 front end). I am running into error 3146 on a particular table. Part of my code, I have a simple delete SQL statement and I am getting an error on this statement. CurrentDb.Execute "Delete * from [Raw Import Table];", dbSeeChanges Raw Import Table has a PK (ID - Autonumber). Does anyone know how to fix it? |
#5
| |||
| |||
|
|
Hi everyone We just upsized to SQL server (Access 2003 front end). I am running into error 3146 on a particular table. Part of my code, I have a simple delete SQL statement and I am getting an error on this statement. CurrentDb.Execute "Delete * from [Raw Import Table];", dbSeeChanges Raw Import Table has a PK (ID - Autonumber). Does anyone know how to fix it? |
#6
| |||
| |||
|
|
Niranjan wrote: Hi everyone We just upsized to SQL server (Access 2003 front end). I am running into error 3146 on a particular table. Part of my code, I have a simple delete SQL statement and I am getting an error on this statement. CurrentDb.Execute "Delete * from [Raw Import Table];", dbSeeChanges Raw Import Table has a PK (ID - Autonumber). Does anyone know how to fix it? SQL Server is not an Oracle product so we can not help you with your current issue using your existing RDBMS. But if you were to move to Oracle with a real front-end such as HTML_DB, a substantial improvement by almost any measure, the issue would not exist. -- Daniel A. Morgan Oracle Ace Director & Instructor University of Washington damor...@x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Groupwww.psoug.org |
#7
| |||
| |||
|
|
Niranjan wrote: Hi everyone We just upsized to SQL server (Access 2003 front end). I am running into error 3146 on a particular table. Part of my code, I have a simple delete SQL statement and I am getting an error on this statement. CurrentDb.Execute "Delete * from [Raw Import Table];", dbSeeChanges Raw Import Table has a PK (ID - Autonumber). Does anyone know how to fix it? SQL Server is not an Oracle product so we can not help you with your current issue using your existing RDBMS. But if you were to move to Oracle with a real front-end such as HTML_DB, a substantial improvement by almost any measure, the issue would not exist. -- Daniel A. Morgan Oracle Ace Director & Instructor University of Washington damor...@x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Groupwww.psoug.org |
#8
| |||
| |||
|
|
Niranjan wrote: Hi everyone We just upsized to SQL server (Access 2003 front end). I am running into error 3146 on a particular table. Part of my code, I have a simple delete SQL statement and I am getting an error on this statement. CurrentDb.Execute "Delete * from [Raw Import Table];", dbSeeChanges Raw Import Table has a PK (ID - Autonumber). Does anyone know how to fix it? SQL Server is not an Oracle product so we can not help you with your current issue using your existing RDBMS. But if you were to move to Oracle with a real front-end such as HTML_DB, a substantial improvement by almost any measure, the issue would not exist. -- Daniel A. Morgan Oracle Ace Director & Instructor University of Washington damor...@x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Groupwww.psoug.org |
#9
| |||
| |||
|
|
Niranjan wrote: Hi everyone We just upsized to SQL server (Access 2003 front end). I am running into error 3146 on a particular table. Part of my code, I have a simple delete SQL statement and I am getting an error on this statement. CurrentDb.Execute "Delete * from [Raw Import Table];", dbSeeChanges Raw Import Table has a PK (ID - Autonumber). Does anyone know how to fix it? SQL Server is not an Oracle product so we can not help you with your current issue using your existing RDBMS. But if you were to move to Oracle with a real front-end such as HTML_DB, a substantial improvement by almost any measure, the issue would not exist. -- Daniel A. Morgan Oracle Ace Director & Instructor University of Washington damor...@x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Groupwww.psoug.org |
![]() |
| Thread Tools | |
| Display Modes | |
| |