My software generates an email in text format. The From, To, CC, and Subject are in the first line of the text file, separated by CR-LF. The text file is saved with a .eml extension. We have a web service that sweeps the folder
for email files, sending the email using whatever email program...
I am executing an exe from an asp page, using wscript. Here is the code:
set WshShell = server.CreateObject("WScript.Shell")
RunString = server.MapPath("/GenFiles/") & "\CommTest.exe"
WSHShell.run(RunString)
The exe runs, however, when it attempts to create a new object, in this case...
I'm trying to create a large table (12000 bytes), but keep getting the error "record size exceeds page size". It appears the maximum page size (I'm using 2000i SP4) is 4096 bytes. Is there any way to create a table greater than 4096 bytes. Thanks!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.