Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

what is wrong?

Explorer ,
Sep 16, 2019 Sep 16, 2019

ı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>

277
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 16, 2019 Sep 16, 2019

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,

 

^ _ ^

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 16, 2019 Sep 16, 2019
LATEST
okay ı wıll try now.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources