a_jam_sandwich
Well-known member
For Some reason I carnt insert the RichTextBox source into a Database
Anyone else know of this?????
Using OLE namespace Access 2002 database
And the Code for insert as following
[VB]
SQLCommand.CommandText = "INSERT INTO DOCUMENTS (Content) VALUES (" & p_DocumentEditor.DocumentRTF.Rtf & ")"
[/VB]
Any Ideas?
Thx
Andy
Anyone else know of this?????
Using OLE namespace Access 2002 database
And the Code for insert as following
[VB]
SQLCommand.CommandText = "INSERT INTO DOCUMENTS (Content) VALUES (" & p_DocumentEditor.DocumentRTF.Rtf & ")"
[/VB]
Any Ideas?
Thx
Andy