473,473 Members | 4,189 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Data type STRING?

Is it possible to add more than 65,000 characters in a field in Microsoft
Access 2003? With the data type "MEMO" only let me add 65,000 characters.
Thanks in advance.
Nov 12 '05 #1
6 1595
mbev wrote:
Is it possible to add more than 65,000 characters in a field in Microsoft
Access 2003? With the data type "MEMO" only let me add 65,000 characters.
Thanks in advance.


You mean 65,535? :-)

That's a limitation of the textbox control, try an RTF control instead.

--
But why is the Rum gone?
Nov 12 '05 #2
Could you please tell me how to try an RTF control?
Thanks a lot

"Trevor Best" <nospam@localhost> wrote in message
news:40***********************@auth.uk.news.easyne t.net...
mbev wrote:
Is it possible to add more than 65,000 characters in a field in Microsoft Access 2003? With the data type "MEMO" only let me add 65,000 characters. Thanks in advance.


You mean 65,535? :-)

That's a limitation of the textbox control, try an RTF control instead.

--
But why is the Rum gone?

Nov 12 '05 #3
"mbev" wrote
Could you please tell me how
to try an RTF control?


There's one in the Developer Edition of Office XP and earlier. I don't have
the Visual Studio.NET Tools for Office 2003 System to see if it is one of
the ActiveX controls included. FMS, Inc., sells one (http://www.fmsinc.com).
MVP Stephen Lebans, http://www.lebans.com, has a free one on his website.

Larry Linson
Microsoft Access MVP
Nov 12 '05 #4
My question is if I can create a recorset with more than 65K character in
Access 2003?
Thanks

"Larry Linson" <bo*****@localhost.not> wrote in message
news:Ta*****************@nwrddc01.gnilink.net...
"mbev" wrote
> Could you please tell me how
> to try an RTF control?
There's one in the Developer Edition of Office XP and earlier. I don't

have the Visual Studio.NET Tools for Office 2003 System to see if it is one of
the ActiveX controls included. FMS, Inc., sells one (http://www.fmsinc.com). MVP Stephen Lebans, http://www.lebans.com, has a free one on his website.

Larry Linson
Microsoft Access MVP

Nov 12 '05 #5
mbev wrote:
My question is if I can create a recorset with more than 65K character in
Access 2003?
Thanks


There's no limit in VBA (well, 2GB or thereabouts), not sure about DAO
or ADO, you might need search help for "appendchunk"

--
But why is the Rum gone?
Nov 12 '05 #6
Trevor Best <nospam@localhost> wrote in
news:40**********************@auth.uk.news.easynet .net:
mbev wrote:
My question is if I can create a recorset with more than 65K
character in Access 2003?
Thanks


There's no limit in VBA (well, 2GB or thereabouts), not sure about
DAO or ADO, you might need search help for "appendchunk"


But you can't use a memo field, right? You'll have to go with OLE?

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 12 '05 #7

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

Similar topics

10
by: Gregory A Greenman | last post by:
I'm trying to write a program in vb.net to automate filling out a series of forms on a website. There are three forms I need to fill out in sequence. The first one is urlencoded. My program is...
2
by: Robert Smith jr. | last post by:
Hello, Please pardon my newbie question ... I am building an ASP.NET page that displays a recordset with a Delete statement enabled (this all works fine). I want to Insert the current row...
9
by: Ben R. | last post by:
Hi guys, I've got a DB table of timecards with these fields in the table: ID (Int) UserID (Int) DateWorked (DateTime) HoursWorkedOnThatDate (Double) I'd like to display a grid, with...
8
by: Richard Collette | last post by:
When attempting to debug a webservice, I get the error: Cannot serialize member System.Exception.Data of type System.Collections.IDictionary, because it implements IDictionary. In reading...
4
by: toby989 | last post by:
Hi All Anyone came across this problem before? I have an X<L file created by excel <xml id="model"> <root> <Row>
8
MMcCarthy
by: MMcCarthy | last post by:
Type MemSize RetVal of VarType() Declaration Char Conversion Boolean 2b vbBoolean(11) CBool() Byte 1b vbByte(17) ...
0
by: Jacob Donajkowski | last post by:
Once the user logs in I want to have the users switch from the Roster View to the Profile View and enter their profile infomation and save it. Then the next time they login and go to the Profile...
3
by: jacob navia | last post by:
Abstract: Continuing the discussion about abstract data types, in this discussion group, a string collection data type is presented, patterned after the collection in C# and similar languages...
10
by: oktayarslan | last post by:
Hi all; I have a problem when inserting an element to a vector. All I want is reading some data from a file and putting them into a vector. But the program is crashing after pushing a data which...
0
Debadatta Mishra
by: Debadatta Mishra | last post by:
Introduction In this article I will provide you an approach to manipulate an image file. This article gives you an insight into some tricks in java so that you can conceal sensitive information...
0
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,...
0
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...
0
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...
0
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...
0
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,...
0
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...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
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 ...
0
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...

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.