VoiceGuide IVR Software Main Page
Jump to content

Inserting HTML into MS Access Database

Recommended Posts

HI there,

 

I'm having a problem with inserting html into the access file.

 

For some reason, the insert query stops after inserting after only part of the txt:

 

<html>

 

<head>

<meta http-equiv="Content-Language" content="en-nz"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>XO Limited</title> <style>

<!--

.bold-grey

{

color:#666666;

font-weight:400;

 

And then continues successfully and sends the email with only that part of the HTML. THe field on the access database is set to MEMO so it should not have any problem inserting that amount of data.

 

Also, we're using a VBS script to grab HTML from a txt file and then inserting it into the access database. The HTML has variables in it. WIll voiceguide insert the correct variables automatically, or do we have to run find and replace functions on the txt?

 

Thanks

 

Tim

 

Attached log and full html email

0622vgm.txt

HTM.txt

Share this post


Link to post

This is really more of a VBScript and/or MSAccess related question and outside the scope of this support forum.

 

 

NB. your post was split away from the thread in which it was originally posted as it was off-topic in that other thread (which related to sending HTML Emails).

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×