473,775 Members | 2,615 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Issue with UPDATE function in DataAdapter

Hi,
I save multiline value in Column "Address" in Table in DataSet , but after
UPDATE (save new row on SQL Server) is saved only first line from all lines
in "Address" column. I have also second Column "Notes" where are saving also
multiline values, but there is no problem with saving. All is same like
Column "Address".

Do you have any ideas?

Thanks Lubos
Nov 16 '05 #1
3 1679
Check the datatypes of your Address column on Sql Server Table, make sure it
is the same as you have for Notes Column. Also, do not add/ insert/ update
records in your underlying database by just Insert or Update command,
instead use Parameters to insert or Update.

Good Luck !!!

"Luboą ©lapák" <lu**********@c entrum.cz> wrote in message
news:eV******** ******@TK2MSFTN GP10.phx.gbl...
Hi,
I save multiline value in Column "Address" in Table in DataSet , but after
UPDATE (save new row on SQL Server) is saved only first line from all lines in "Address" column. I have also second Column "Notes" where are saving also multiline values, but there is no problem with saving. All is same like
Column "Address".

Do you have any ideas?

Thanks Lubos

Nov 16 '05 #2
I use Parameters in Insert command and also Address column is datatype TEXT.
I don't know where is mistake.

"Lord2702" <Lo******@MSN.c om> píąe v diskusním příspěvku
news:%2******** ********@TK2MSF TNGP15.phx.gbl. ..
Check the datatypes of your Address column on Sql Server Table, make sure it is the same as you have for Notes Column. Also, do not add/ insert/ update
records in your underlying database by just Insert or Update command,
instead use Parameters to insert or Update.

Good Luck !!!

"Luboą ©lapák" <lu**********@c entrum.cz> wrote in message
news:eV******** ******@TK2MSFTN GP10.phx.gbl...
Hi,
I save multiline value in Column "Address" in Table in DataSet , but after UPDATE (save new row on SQL Server) is saved only first line from all

lines
in "Address" column. I have also second Column "Notes" where are saving

also
multiline values, but there is no problem with saving. All is same like
Column "Address".

Do you have any ideas?

Thanks Lubos


Nov 16 '05 #3
I use Parameters in Insert command and also Address column is datatype TEXT.
I don't know where is mistake.

"Lord2702" <Lo******@MSN.c om> píąe v diskusním příspěvku
news:%2******** ********@TK2MSF TNGP15.phx.gbl. ..
Check the datatypes of your Address column on Sql Server Table, make sure it is the same as you have for Notes Column. Also, do not add/ insert/ update
records in your underlying database by just Insert or Update command,
instead use Parameters to insert or Update.

Good Luck !!!

"Luboą ©lapák" <lu**********@c entrum.cz> wrote in message
news:eV******** ******@TK2MSFTN GP10.phx.gbl...
Hi,
I save multiline value in Column "Address" in Table in DataSet , but after UPDATE (save new row on SQL Server) is saved only first line from all

lines
in "Address" column. I have also second Column "Notes" where are saving

also
multiline values, but there is no problem with saving. All is same like
Column "Address".

Do you have any ideas?

Thanks Lubos




Nov 16 '05 #4

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

Similar topics

2
4271
by: hch | last post by:
dataAdapter.Update(data, "TableName") won’t work! I was about to deploy my first website on the Internet only to discover that the dataAdapter.Update() throws the Server Error in the third underline. It was working fine before. ConnectionString in Web.config: ----------------------------------------- <?xml version="1.0" encoding="utf-8" ?> <configuration>
0
1047
by: ardin | last post by:
anyone please help, i am developing and application that uses the update method of dataadapter (select, update, delete command was set by issuing the OleDbCommandBuilder)in updating the database. using this method readily answers the concurrency issue. however, i always read from various posts that is is best to use stored procs with dataadapter. if i use this approach, how will the concurrency issue be taken care of? please provide...
2
12668
by: Mojtaba Faridzad | last post by:
Hi, Please check these lines: DataSet dataSet = new DataSet(); dataAdapter.Fill(dataSet, "mytable"); DataRow row; row = dataSet.Tables.Rows; row.BeginEdit(); row = "555";
3
19728
by: JacksonYin | last post by:
1. I can fill data from Excel to DataSet like this: OleDbConnection connection = new OleDbConnection(@"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=../../Book1.xls;Extended Properties=Excel 8.0;"); connection.Open(); OleDbCommand command =new OleDbCommand("SELECT * FROM myRange1", connection);
4
2012
by: CaptRR | last post by:
I think this is the right group to post to, so here goes. My problem is this, I cannot update the datarow to save my life. Been on this for 2 days now, and still am no closer to figuring it out than I was before. I'm basicly taking date from some text boxes, trying to put them into a datarow and using that datarow to update the database, but its not working. The btn_update is where I am sending the information back to the addclient...
9
12989
by: jaYPee | last post by:
I have search a lot of thread in google newsgroup and read a lot of articles but still i don't know how to update the dataset that has 3 tables. my 3 tables looks like the 3 tables from northwind database that has an employees, orders, and order details. the following are the 3 tables in my sql database students schyrsem
1
220
by: Sajid | last post by:
Hello, I am trying to bind a DataTable to a Grid which will allow users to Edit data and then submit the changes back to the Database. I want to display values in the Grid satisfying a particular criteria like follows: Dim tbl as new DataTable For Each row As DataRow In DataTableName.Rows If (row.Item("ColumnName") Is System.DBNull.Value) Then
6
1051
by: Gary Paris | last post by:
Cor, I made the changes you suggested by I get an error message saying "Incorrect syntax near the keyword 'trigger'. What is wrong? ------------------------------ Last message from 4/17/05 -----------------------
8
2697
by: Zorpiedoman | last post by:
I keep getting a concurrency exception the second time I make a change and attempt to update a dataadapter. It appears this is by design, so there must be something I can do to avoid it. Example: I have a dataadapter that contains one table with one row. I change the value of the 'FisrtName' column in that row from Jack to John. I call ..update on the dataadapter it goes through fine. Now I change that same column in that same row...
8
1632
by: Ornette | last post by:
Hello, I have a stored procedure which generates some values in the table. When I use update() how to populate the dataset with theses values ? For the moment I use output parameter but it just works for 1 row and as the dataset doesn't have the value I should put it after and the rowstate goes to "modified"... Any ideas ?
0
9622
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
9454
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
10107
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
10048
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
9916
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
6718
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
5486
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4017
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3611
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.