Advertisement

1 - 10 of 10 containing alltags:("3073") (0 seconds)
The following query works if I use one UNC path, but not the other. The one that works is my computer, the other is across the network. Both paths are correct, because I run a SELECT query immediat...
Zones: MS Access, SQL SyntaxDate Answered: 10/31/2007 Grade: A Views: 9
Who can explain me why the same query works with ADO, but not with DAO ? Private Sub Form_Load() Dim wStr   As String Dim wSql   As String Dim wks    As DAO.Workspace Dim db     As DAO.D...
Zones: VB DBDate Answered: 01/16/2003 Grade: B Views: 0
i AM GETTING THIS ERROR WHILE EDIT OR DELETE FROM MY DATABASE . I AM USING STUDIO .NET AND FROM MY WEB PAGE IM TRYING TO UPDATE OR EDIT MY TABLE . IM GETTING THIS ERROR SQL STATE 3073 AND THIS IS N...
Zones: Web DevelopmentDate Answered: 09/09/2004 Grade: B Views: 0
I set up a simple web application a few weeks ago and needed to make some changes.  I made the changes on my laptop in Visual Studio and it works fine on my laptop.  So I uploaded the entire projec...
Zones: ASPDate Answered: 01/03/2005 Grade: A Views: 0
Hello Experts ! Why this query doesn't work with DAO 3.6 ? When i run following by vb6 i get Error 3073, Operation must use an updateable query: Dim db As DAO.Database Set db = DAO.Op...
Zones: Visual BasicDate Answered: 10/04/2002 Grade: A Views: 0
This SQL: UPDATE t110A_Job INNER JOIN ((t120A_Employee LEFT JOIN t120A_Employee AS t120A_Employee_1 ON t120A_Employee.SUPV_EMP_ID = t120A_Employee_1.EMP_ID) LEFT JOIN t120A_Employee AS t120A_Emplo...
Zones: SQL Syntax, MS AccessDate Answered: 02/23/2007 Grade: A Views: 0
My app was converted from access2 to access97. After doing some changes and making sure the app working fine I did compact the app. The compacted app gives me runtime error - code 3073 and I have s...
Zones: MS AccessDate Answered: 12/31/1997 Grade: C Views: 0
I work in an Access 97 Database and there are many tables which are linked with SQL Server. Until 2 days the following code worked fine, but suddenly it begins to give Run-time Error 3073. Both Tab...
Zones: MS AccessDate Answered: 08/19/2003 Grade: B Views: 33
I'm not sure where I'm going wrong with this. Here is my error:: Operation must use an updatable query. (Error 3073) You tried to run, open, or modify a query that is not updatable. here is...
Zones: MS Access, Access Coding/MacrosDate Answered: 08/15/2007 Grade: A Views: 0
Every time I tried to run this I am get the infernal, practically useless error 3073: Operation must use an updateable query. I have tried specifying the criteria through recordset reference as ...
Zones: Access Coding/Macros, MS AccessDate Answered: 01/14/2008 Grade: A Views: 0
  • 1