|
|
|
|
|
| | |
|
Active Server Pages ASP control controls class classes module script Scripts applet CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
INSERT With MEMO Field Type Question |
From: |
Warren Williams |
Date: |
4/16/2000 11:23:09 PM |
IP: |
12.79.21.198 |
I am trying to use INSERT to place text into a memo field in Access but keep getting a Syntax error. When I use the same code for a Text field, it works fine. Is there a special trick to inserting into a Memo field?
This is what I am doing:
SQL = "INSERT INTO Email(Desc) " &_
" VALUES ( " & DESC1 & " ) "
response.write sql
RS.open SQL, MYCONN
I did the write command to show my SQL before executing and showed up fine.
Any help would be appreciated - been stuck on this for weeks...
Warren
|
|
|
|
|
|
|
|
|
|
|
|
|