473,802 Members | 2,017 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Simple SQL

In ASP 2.0

I have an access database, with a table named comments whose primary key is
an integer field named ID, and two string fields names Comment1 and
Comment2.

I am trying to use a QueryStringPara meter to update my table. This all
should be simple SQL, but I am having a problem.

If possible please suggest some code to help me with this C# code-behind.

When I run

int FileIDNum = 2;
QueryStringPara meter queryStr = new QueryStringPara meter("ID", "FileIDNum" );
AccessDataSourc e1.SelectParame ters.Add(queryS tr);
AccessDataSourc e1.UpdateComman d = "UPDATE Comments SET Comment1='Billy ',
Comment2='Bob' WHERE ID=?";
AccessDataSourc e1.Update();

I get the following error message:

Server Error in '/XML_2' Application.
No value given for one or more required parameters.

I also get a message that FileIDNum has been initialized, but is not used.

Thanks in advance for you help,
Jim
Jan 17 '06 #1
2 1921
Try using this sample below
Hope that helps
Patrick

<asp:AccessData Source id="ProductsSou rce" Runat="Server"
DataFile="../Databases/eCommerce.mdb"

SelectCommand=" SELECT * FROM Products"

UpdateCommand=" UPDATE Products SET ItemType=@ItemT ype,
ItemDescription =@ItemDescripti on
WHERE ItemNumber=@Ite mNumber"
/>

<asp:AccessData Source id="TypeSource " Runat="Server"
DataFile="../Databases/eCommerce.mdb"
SelectCommand=" SELECT DISTINCT ItemType FROM Products ORDER BY ItemType"/>
"Jim McGivney" <mc****@no-spam.sbcglobal. net> wrote in message
news:eX******** *****@TK2MSFTNG P14.phx.gbl...
In ASP 2.0

I have an access database, with a table named comments whose primary key is an integer field named ID, and two string fields names Comment1 and
Comment2.

I am trying to use a QueryStringPara meter to update my table. This all
should be simple SQL, but I am having a problem.

If possible please suggest some code to help me with this C# code-behind.

When I run

int FileIDNum = 2;
QueryStringPara meter queryStr = new QueryStringPara meter("ID", "FileIDNum" ); AccessDataSourc e1.SelectParame ters.Add(queryS tr);
AccessDataSourc e1.UpdateComman d = "UPDATE Comments SET Comment1='Billy ',
Comment2='Bob' WHERE ID=?";
AccessDataSourc e1.Update();

I get the following error message:

Server Error in '/XML_2' Application.
No value given for one or more required parameters.

I also get a message that FileIDNum has been initialized, but is not used.

Thanks in advance for you help,
Jim

Jan 17 '06 #2
> In ASP 2.0

I have an access database, with a table named comments whose primary key is
an integer field named ID, and two string fields names Comment1 and Comment2.

I am trying to use a QueryStringPara meter to update my table. This all
should be simple SQL, but I am having a problem.

If possible please suggest some code to help me with this C# code-behind.

When I run

int FileIDNum = 2;
QueryStringPara meter queryStr = new QueryStringPara meter("ID", "FileIDNum" );
Are you sure you need the quotes around "FileIDNum" ? It looks to me
like you are defining a parameter named "ID" with the string value
"FileIDNum" ! Try: new QueryStringPara meter("ID", FileIDNum);

Hans Kesting
AccessDataSourc e1.SelectParame ters.Add(queryS tr);
AccessDataSourc e1.UpdateComman d = "UPDATE Comments SET Comment1='Billy ',
Comment2='Bob' WHERE ID=?";
AccessDataSourc e1.Update();

I get the following error message:

Server Error in '/XML_2' Application.
No value given for one or more required parameters.

I also get a message that FileIDNum has been initialized, but is not used.

Thanks in advance for you help,
Jim

Jan 17 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
6082
by: delisonews | last post by:
I'm looking for a simple, filesystem-based message board. (No MySQL!) Something that I could include easily in my code: include '../inc/messageboard.php'; .... so that the board shows up at the bottom of every PHP page. The board should have just the basic features, like: - posting capability
3
3703
by: Patchwork | last post by:
Hi Everyone, Please take a look at the following (simple and fun) program: //////////////////////////////////////////////////////////////////////////// ///////////// // Monster Munch, example program #include <list>
8
6507
by: Dan | last post by:
Using XML::Simple in perl is extreemly slow to parse big XML files (can be up to 250M, taking ~1h). How can I increase my performance / reduce my memory usage? Is SAX the way forward?
6
2071
by: Manuel Collado | last post by:
I would like to write simple, yet well structured documents with a really simple XML DTD (or schema). Either Docbook or SDocbook are overkill for this simple case. XHTML is simpler, but unstructured (no nested sections). And is not really very simple. Before trying to setup a stripped-down document format by myself, I would like to know if there are simple XML document structure proposals ready to be used (I dislike to reinvent the...
11
2719
by: JKop | last post by:
Take the following simple function: unsigned long Plus5Percent(unsigned long input) { return ( input + input / 20 ); } Do yous ever consider the possibly more efficent:
4
2105
by: Steven Blair | last post by:
I have the following number: 64521234567890 and need to apply some sort of simple encryption. Does c# have any classes for doing this. I cant use 3DES or anything as complex as. The size of the string cannot increase either (no more than 14 chars) and must be numeric only.
7
2291
by: abcd | last post by:
I am trying to set up client machine and investigatging which .net components are missing to run aspx page. I have a simple aspx page which just has "hello world" printed.... When I request that page like http://machinename/dir1/hellp.aspx instead of running that page it starts downloding ...whats missing here ....why the aspx engine not running the page....
24
6346
by: firstcustomer | last post by:
Hi, Firstly, I know NOTHING about Javascript I'm afraid, so I'm hoping that someone will be able to point me to a ready-made solution to my problem! A friend of mine (honest!) is wanting to have on his site, a Javascript Calculator for working out the cost of what they want, for example: 1 widget and 2 widglets = £5.00
14
2990
by: Giancarlo Berenz | last post by:
Hi: Recently i write this code: class Simple { private: int value; public: int GiveMeARandom(void);
10
2142
by: Phillip Taylor | last post by:
Hi guys, I'm looking to develop a simple web service in VB.NET but I'm having some trivial issues. In Visual Studio I create a web services project and change the asmx.vb file to this: Imports System.Web.Services Imports System.Web.Services.Protocols Imports System.ComponentModel <System.Web.Services.WebService(Namespace:="http:// wwwpreview.#deleted#.co.uk/~ptaylor/Customer.wsdl")_
0
9699
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9562
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10305
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10285
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10063
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9115
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6838
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5622
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2966
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.