Tim Laureska wrote:
> Can't quite figure out why this would generate an error AND what
>  " Operation must use an updateable query " means:
> 
> Error Executing Database Query.
> [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC
> Microsoft Access Driver] Operation must use an updateable query.
>  
> The error occurred in
> E:\Inetpub\wwwroot\test\admin\calendar_admin\addevent.cfm: line 51
> 
> 49 : <cfquery datasource="testdsn" name="EventsCalendar" dbtype="ODBC" >
> 50 : INSERT INTO EventsCalendar(EventName, EventDesc, CreatedBy)
> 51 :  Values('#form.EventName#', '#form.eventdesc#',
> '#form.createdby#')
> 52 : </cfquery>

Usually it means a problem with filesystem permissions on the 
database file.

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:208541
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to