PC Review


Reply
Thread Tools Rate Thread

Acceess 97 Upsized to SQL 2000 - Memo Field errors

 
 
Jado
Guest
Posts: n/a
 
      17th Feb 2005
Hi

After upsizing..

In the access 97 front end forms, if i try to add data to a memo field i get
an ODBC error.

in SQL 2000, i've tried changing the data type of the field from ntext to
text but i still get an error.

the error is something like:

Factional Truncation #0 cannot (?????) to text, ntext or image data types
unless using IS NULL or LIKE oporator....#306

(sorry, don't have full message infront of me).

does anyone have any idea what the problem might be??

thanks

Jado


 
Reply With Quote
 
 
 
 
Alex Dybenko
Guest
Posts: n/a
 
      17th Feb 2005
Hi
in case of access 97 - all fields have to be non-unicode (text, varchar) in
SQL server, then access will proper handle them
also make sure you have a timestamp field in your table

BTW - there is an utility to convert to and from unicode types:
http://www.pointltd.com/Downloads/Details.asp?dlID=42

--
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com



"Jado" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi
>
> After upsizing..
>
> In the access 97 front end forms, if i try to add data to a memo field i
> get
> an ODBC error.
>
> in SQL 2000, i've tried changing the data type of the field from ntext to
> text but i still get an error.
>
> the error is something like:
>
> Factional Truncation #0 cannot (?????) to text, ntext or image data types
> unless using IS NULL or LIKE oporator....#306
>
> (sorry, don't have full message infront of me).
>
> does anyone have any idea what the problem might be??
>
> thanks
>
> Jado
>
>



 
Reply With Quote
 
Jado
Guest
Posts: n/a
 
      18th Feb 2005
Thanks Alex..

I'll try the suggested, and got back if any issues.

Jado

"Alex Dybenko" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi
> in case of access 97 - all fields have to be non-unicode (text, varchar)

in
> SQL server, then access will proper handle them
> also make sure you have a timestamp field in your table
>
> BTW - there is an utility to convert to and from unicode types:
> http://www.pointltd.com/Downloads/Details.asp?dlID=42
>
> --
> Alex Dybenko (MVP)
> http://Alex.Dybenko.com
> http://www.PointLtd.com
>
>
>
> "Jado" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi
> >
> > After upsizing..
> >
> > In the access 97 front end forms, if i try to add data to a memo field i
> > get
> > an ODBC error.
> >
> > in SQL 2000, i've tried changing the data type of the field from ntext

to
> > text but i still get an error.
> >
> > the error is something like:
> >
> > Factional Truncation #0 cannot (?????) to text, ntext or image data

types
> > unless using IS NULL or LIKE oporator....#306
> >
> > (sorry, don't have full message infront of me).
> >
> > does anyone have any idea what the problem might be??
> >
> > thanks
> >
> > Jado
> >
> >

>
>



 
Reply With Quote
 
Jado
Guest
Posts: n/a
 
      18th Feb 2005
Hi Alex

i've tried the sugessted and it works. Thanks.

why do i need the TimeStamp field and should i be doing anything with it?

currently it's just sitting there!

also, i've tried this on a fresh new db...will it work on db's that already
contain data?

thanks

Jado
"Alex Dybenko" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi
> in case of access 97 - all fields have to be non-unicode (text, varchar)

in
> SQL server, then access will proper handle them
> also make sure you have a timestamp field in your table
>
> BTW - there is an utility to convert to and from unicode types:
> http://www.pointltd.com/Downloads/Details.asp?dlID=42
>
> --
> Alex Dybenko (MVP)
> http://Alex.Dybenko.com
> http://www.PointLtd.com
>
>
>
> "Jado" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi
> >
> > After upsizing..
> >
> > In the access 97 front end forms, if i try to add data to a memo field i
> > get
> > an ODBC error.
> >
> > in SQL 2000, i've tried changing the data type of the field from ntext

to
> > text but i still get an error.
> >
> > the error is something like:
> >
> > Factional Truncation #0 cannot (?????) to text, ntext or image data

types
> > unless using IS NULL or LIKE oporator....#306
> >
> > (sorry, don't have full message infront of me).
> >
> > does anyone have any idea what the problem might be??
> >
> > thanks
> >
> > Jado
> >
> >

>
>



 
Reply With Quote
 
Alex Dybenko
Guest
Posts: n/a
 
      19th Feb 2005
Hi Jado,
if you use text fields in sql server table, linked to access, then adding a
timestamp field helps jet to update table, actually it use it to locate row

--
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com


"Jado" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Alex
>
> i've tried the sugessted and it works. Thanks.
>
> why do i need the TimeStamp field and should i be doing anything with it?
>
> currently it's just sitting there!
>
> also, i've tried this on a fresh new db...will it work on db's that
> already
> contain data?
>
> thanks
>
> Jado
> "Alex Dybenko" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Hi
>> in case of access 97 - all fields have to be non-unicode (text, varchar)

> in
>> SQL server, then access will proper handle them
>> also make sure you have a timestamp field in your table
>>
>> BTW - there is an utility to convert to and from unicode types:
>> http://www.pointltd.com/Downloads/Details.asp?dlID=42
>>
>> --
>> Alex Dybenko (MVP)
>> http://Alex.Dybenko.com
>> http://www.PointLtd.com
>>
>>
>>
>> "Jado" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> > Hi
>> >
>> > After upsizing..
>> >
>> > In the access 97 front end forms, if i try to add data to a memo field
>> > i
>> > get
>> > an ODBC error.
>> >
>> > in SQL 2000, i've tried changing the data type of the field from ntext

> to
>> > text but i still get an error.
>> >
>> > the error is something like:
>> >
>> > Factional Truncation #0 cannot (?????) to text, ntext or image data

> types
>> > unless using IS NULL or LIKE oporator....#306
>> >
>> > (sorry, don't have full message infront of me).
>> >
>> > does anyone have any idea what the problem might be??
>> >
>> > thanks
>> >
>> > Jado
>> >
>> >

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ACC 2000: VBA Import Text Files into Memo field =?Utf-8?B?VG9ueV9WQkFDb2Rlcg==?= Microsoft Access VBA Modules 3 15th Mar 2007 07:23 PM
Access 2000 - Loop through a Memo field with VBA =?Utf-8?B?VG9ueV9WQkFDb2Rlcg==?= Microsoft Access VBA Modules 5 5th Apr 2006 04:57 PM
trouble concatenating text of 1 memo field to another memo field in same record via button ghadley_00@yahoo.com Microsoft Access Form Coding 1 9th Nov 2005 11:55 AM
upsized access to SQL now there is a report field error =?Utf-8?B?TWUh?= Microsoft Access Reports 7 28th Jan 2005 09:47 PM
Print a Memo Field in Access 2000 Report =?Utf-8?B?QXVkaXRJQQ==?= Microsoft Access Reports 5 19th Oct 2004 12:02 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:31 PM.