Hi,
I have written COM+ which set to "required Transaction" and running in Windows2003(Web server). The Web server will communicate with another Windows2003 (Database server).
However I got the following error message:
New transaction cannot enlist in the specified transaction...
Hi,
I would like to create a Ftp program so as to upload some files to server with a dynamic folder name(e.g. date as the name of the folder). By using Internet Transfer Control, I try to use the following command so as to create folder.
Inet1.Execute ,"mkdir 20030701"
However I found...
Hi,
I am using VB6 professional English Edition for developing Windows application. However I found that when I input Chinese Character to SQL Server. All the Chinese Character would become "???". I found I can read those Chinese Character, however I fail to input Chinese Character...
Hi,
I want to output some datat in a text file by using cfcontet.
My code is as following:
<cfset header = "name,ID">
<cfset value = "lws,1">
<cfcontent type="text/plain">
<cfoutput>
#header#
#value#
</cfoutput>
When I view the page I found that the data presented...
Hello,
I want to retrive data from an excel files. However, I don't want to used a fixed DSN in order to retrive data from this excel file. Can anyone give me some tips?
Hello,
I have problem about cfftp connection cache, I have cached cfftp connection, however reopening of the connection to the ftp server for every request.
Can anyone tell me what's wrong with it? And also can anyone suggest some methods to tackle this problem?
Thanks a lot
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.