Forums

ASP

This topic is locked

MySQL To Access for ASP

Posted 29 Aug 2002 11:55:35
1
has voted
29 Aug 2002 11:55:35 John Gallagher posted:
I have just dumped an Archive of news paper articles from an old MySQL database in to a cvs file. I need to import the info in the fields into my access db which has slightly different field names.

Is there a way of importing one field at a time. A problem may arise because the article Id is an auto number.

Then I have another problem. Is there a way to get rid of HTML tags from a field. The old db had been formated using HTML within the article.

Thanks


Later,

Webcrafty

Replies

Replied 02 Sep 2002 14:51:48
02 Sep 2002 14:51:48 Andrew Watson replied:
You can map columns in the Import wizard in Access, or import it as is and use update queries in acces to manipulate it into the right fields one at a time.

:: Son, im Thirty.... ::
Replied 12 Sep 2002 15:07:35
12 Sep 2002 15:07:35 John Gallagher replied:
I have been trying to import the data and everything works but the "Story" field in the MySQL is a Blob and it is a Memo in Access, I get scrambled letters and code.

Is there a way round this, I changed the blob to long text and it worked fine but I lost most of my data in thet field.

Is there a field in MySQL that can hold over 2000 chars except a blob?

Later,

Webcrafty

Reply to this topic