Ask a Question related to Coldfusion Database Access, Design and Development.
-
ysurati01 #1
Insert/Update/Add
I want to setup free envornment within microsoft access in permission and
security, because I can retrive data for display but I have error when I try to
insert/update/.
Error Executing Database Query.
[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft
Access Driver] You tried to assign the Null value to a variable that is not a
Variant data type.
How can I sollve this?
ysurati01 Guest
-
Excel UPDATE and INSERT
Hi, I'm tryin to update/insert data into an excel datasource using CFMX7, had no problems using CF6 cause of the direct link to excel, butnow i am... -
Insert and Update using ASP/JS Mx v4
Hi, Does anyone successfully done a insert into table A and at the same time update to table B using the same form X? I'm using ASP/JS on MX 4.... -
SQL Update, Insert and Delete
Why do I get the message "Operation must use an updateable query" on an Update, Insert and Delete. Mind you the site worked fine before a recent... -
IIS Hangs on Update or Insert from ASP
I am having the following issue with IIS/ASP. Setup: Windows 2000 SQL Server 2000 IIS 5.0 (All running on same machine.) For some reason,... -
INSERT or UPDATE
Hi there. I have this problem here : I want to insert a record if it does not already exist, or to update it if it does (based on index of... -
Dan Bracuk #2
Re: Insert/Update/Add
Doesn't look like a permissions problem to me. Looks more like an attempt to
assign null to a field that is declared not null.
To test further, create a new table with one field. Allow null values. Try
to insert a record using cold fusion.
Dan Bracuk Guest



Reply With Quote

