Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by lws

  1. lws

    COM+ transaction problem in Windows 2003

    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...
  2. lws

    VB 6 FTP program with creating Server Side Directory

    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...
  3. lws

    Problem in input Chinese Character to SQL Server

    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.
  4. lws

    Problem in input Chinese Character to SQL Server

    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.
  5. lws

    Problem in input Chinese Character to SQL Server

    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.
  6. lws

    Problem in input Chinese Character to SQL Server

    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...
  7. lws

    Question about cfcontent

    Hi, I want to output some datat in a text file by using cfcontet. My code is as following: <cfset header = &quot;name,ID&quot;> <cfset value = &quot;lws,1&quot;> <cfcontent type=&quot;text/plain&quot;> <cfoutput> #header# #value# </cfoutput> When I view the page I found that the data presented...
  8. lws

    DSN Problem

    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.
  9. lws

    DSN Problem

    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?
  10. lws

    CFFTP CONNECTION CACHE PROBLEM

    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=&quot;OPEN&quot; username=&quot;ftp&quot; connection=&quot;first_con&quot...
  11. lws

    CFFTP CONNECTION CACHE PROBLEM

    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
  12. lws

    help with code

    else if(meal==&quot;5&quot;&&side==&quot;6&quot;) try replace the double quote with single quote == is used for character comparison for string comparison, use strcmp(...)
  13. lws

    array scripting

    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
  14. lws

    Dual Boot

    try c:\boot.ini

Part and Inventory Search

Back
Top