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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_22931363.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_20459250.html
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...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_20993205.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21193804.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20368256.html
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...
http://www.experts-exchange.com/Programming/Languages/SQL_Syntax/Q_22394737.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10030950.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20703637.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_22762751.html
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 ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Coding-Macros/Q_230...