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 All,
I found that if I input Chinese Character into SQL Database using SQL Query Analyzer, all the character would become "??". But its fine if I input Chinese Character by typing Chinese Character into table.
Hi All,
Thx for your reply, I'm using SQL2000. I don't know whether this SQL server accept UNICODE or not. However I found I can input Chinese Character into SQL Server through its Console. But fail to do so by using VB program.
Hi Vb5programmer,
Thx for your reply, I found I still cannot insert Chinese Character into SQL Server although I changed the field into nvarhar nor ntext.
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...
Hi Sylvano,
Thx for your reply.
According to your suggestion, do I need to add a data source in Coldfusion Administrator? I don't want to add a data source name manually. I want to generate a data source name from my program so that I can retrive my data by using the DSN that generated before.
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?
Hi,
My cfftp code were shown as following, I want to maintain the ftp connection before the cfftp action='close'. Can you help me to tackle this question?
Thanks
open connection<br>
<cfftp action="OPEN"
username="ftp"
connection="first_con"...
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
else if(meal=="5"&&side=="6")
try replace the double quote with single quote
== is used for character comparison
for string comparison, use strcmp(...)
hi, anybody knows if the machine need to be rebooted after the ulimit command.
I have set all resource unlimited but the max file size is still 1M which is the value before changes
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.