I am using SQL Server 2000 on Windows 2000, and I am trying to get embedded sql working. I am also using the djgpp c compiler from delorie.com. When I run the sqlprep utility on one of the examples that comes with sql server, example1.sqc, I get the following:
gcc.exe: /E: No such file or...
Is there a way that I can include some visual basic when sending an email, so that when it reaches it's destination, the attached file is automatically saved to a particular folder, without knowledge of the recipient.
Thank you.
I am using an XMLDOC object to get values from an xml document, using the following code:
Set rtnDoc = Server.CreateObject("Microsoft.XMLDOM")
rtnDoc.loadXML(xml.responseText)
Set nodes = rtnDoc.documentElement.childNodes
, but I keep getting the following error:
Error...
I have a frames, and a form with a submit button. When the user clicks the submit button, I would like the form details to be submitted and one of the frames (not the one with the form) to be refreshed.
Any way to do this?
Thanks
I am new to SQL so please be gentle.
I have three tables A, B and c. I am selecting from a JOIN on these three tables. There are three cases:
if value1 in A > value2 in A
do something, ie. UPDATE tables A, B and C
else if value1 in A = value2 in A
do something else
else if value1 in A <...
I am not very experienced with visual basic and I hope that someone can help me.
This is the situation:
When an email is received from a particular source, I would like the attached file to be saved in a particular folder, eg. c:\attachments. This should happen automatically, and the user...
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.