Copy link to clipboard
Copied
ıam making a alittle project.ı had a sql database and tables.but ı need some information too.
Iam writting code .ıts not workıng.ıs ıt true or?
<cfquery name="ADD_BUDGET" datasource="#dsn#">
INSERT INTO
KAYITYEN
(
AD,
SOYAD
)
VALUES
(
<cfqueryparam cfsqltype="cf_sql_varchar" value="#attributes.AD#">,
<cfqueryparam cfsqltype="cf_sql_varchar" value="#attributes.SOYAD#">
)
</cfquery>
Copy link to clipboard
Copied
How are you setting the attribute values? Are you sure it shouldn't be arguments.AD, arguments.SOYAD? Or perhaps form.AD, form.SOYAD?
V/r,
^ _ ^
Copy link to clipboard
Copied