Import memo field data from access to SQL

Import memo field data from access to SQL

Post by Aruna Kathiriy » Fri, 28 Jun 2002 05:54:00



Hello:
I have one table in MS-Access having memo field. Though it is memo field
it's not pointing any file but has text data which is displayed on a running
web-site directly.

Now we are migrating the MS-Access database to SQL Server 2000. How can I
import these data directly into SQL database? Which datatype should be in
SQL database for it?

A Memo field can store up to 65,536 characters. If there is no direct way to
import and use these data then pl. guide me how to use "text" data type in
SQL server including text pointer as I never used it before and also i
didn't find any example for it.

Thanks
Aruna

 
 
 

Import memo field data from access to SQL

Post by Anith Se » Thu, 11 Jul 2002 07:41:23


If the length of the data is more than 8000, you have to use text datatype.
You have to use WRITETEXT/UPDATETEXT to insert and update data into
a COLUMN of text datatype. Check UPDATETEXT on SQL Server Books Online and
you can see more infomation with implementation details and associated
examples

- Anith


Quote:> Hello:
> I have one table in MS-Access having memo field. Though it is memo field
> it's not pointing any file but has text data which is displayed on a
running
> web-site directly.

> Now we are migrating the MS-Access database to SQL Server 2000. How can I
> import these data directly into SQL database? Which datatype should be in
> SQL database for it?

> A Memo field can store up to 65,536 characters. If there is no direct way
to
> import and use these data then pl. guide me how to use "text" data type in
> SQL server including text pointer as I never used it before and also i
> didn't find any example for it.

> Thanks
> Aruna


 
 
 

1. Importing Memo Fields from Access to SQL 7.0

Hi all,

I'm having problems trying to use the DTS Import Data to copy an Access
Database to SQL Server 7.0.

In any table that presents the Memo field in Access the DTS can't move
any content to the destination. I don't even need its value but I can't
go table by table excluding this field in the script that copy the
values. I'd probably ignore this collumn for each table that has it.

Another question is if I can program DTS to always see if there are new
tables in the Database an upsize all of them to the SQL Server.

Does anyone can help me ?

Thanx,

--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---

2. Informix 7.1 on SCO OpenServer 5

3. TEXTPTR

4. VB/Oracle connectivity

5. INGRES/W4GL array/table question

6. Importing Access memo fields to SQL Server 2000

7. How to import data directly into memo field

8. Importing long text data to PFW 5.0 memo field

9. Importing Access 97 memo fields into Oracle 8 [HELP]

10. Importing memo fields to Access