Wrox Programmer Forums
|
ASP.NET 4 General Discussion For ASP.NET 4 discussions not relating to a specific Wrox book
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 4 General Discussion section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 5th, 2011, 03:36 PM
Authorized User
 
Join Date: Feb 2011
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default UpdateQuery - TableAdapter

I hope this is the right place to post this...

I'm using a DataTable to ACCESS 2007 which works quite well. However it's update TableAdapter is truncating the data at 640 characters.

Is this normal?

If so, is there a work around?

here's the standard SQL update statment I'm using. "Summary" is the memo field which holds a lot characters.

UPDATE Library
SET Type = ?, Unit = ?, CreateDate=?, LastRevised=?, ApprovedBy=?, Title = ?, Purpose = ?, Scope = ?, ownerFname = ?, ownerLname =?, Author = ?, Prerequisites = ?, Summary = ?, GettingHelp = ?, Definitions = ?, [Link-to-CoverPage] = ?, Resides = ?
WHERE (ID = ?)

thanks... Lee

Last edited by lsochia; May 5th, 2011 at 03:39 PM..





Similar Threads
Thread Thread Starter Forum Replies Last Post
TableAdapter nkrust ASP.NET 2.0 Basics 2 May 14th, 2011 08:12 AM
(Resolved) TableAdapter Error ksamuel Pro Visual Basic 2005 1 January 16th, 2008 01:03 PM
parameterized tableadapter wont save to access dat edubnmrg Pro VB Databases 0 June 13th, 2006 01:42 PM
TableAdapter ahamilto Pro VB Databases 0 January 24th, 2006 03:21 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.