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 wOOdy-Soft 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 php

  1. php

    converting special characters into a XML file

    Hi, I need to create a XML file accepting special characters such as : é, ñ, .... The XML file should be created from a form (in asp) Any idea will be very helpfull . Thanks Philippe
  2. php

    including a loop into an xsl file

    Hello, i need to insert a loop into an XSL file at a HTML block <SELECT> so that it generates n lines as : <option value='n'>n</option> the following code doesn't work : <xsl:eval>doSelect(1,31,1)</xsl:eval> , using a doSelect() function defined within the <xsl:script><![CDATA[ ... block...
  3. php

    launching a cgi script into IIS

    Hi cckrocks I did all this allready , but the cgi script doesn't launch. The fact is that on a test server with all exe permsssions , from the root directory , it does work. Did i miss something ? Thanks again Philippe
  4. php

    launching a cgi script into IIS

    thanks for your answers, the fact is : if i allow the execution of scripts (in IIS), the users won't be able to download the patches and demo that are on this site , because these files (.exe) will be run on the server . I get the same problem if i create virtual folders with different...
  5. php

    exporting the datas from a view to a external table in SQL Server

    i'm back, (shame on me ...) i made a confusion between DTS and DTC ! So, as you've noticed it in your second mail , IT IS possible to export datas from a view to a file / or another table , by checking &quot;Use a query to specify the data to transfer.&quot; This DOES work allright You...
  6. php

    exporting the datas from a view to a external table in SQL Server

    Thanks very much for your answer Terry, but (ooops!) i can't use the DTS export wizard because of the setup of SQL Server has not been in this way . Is there an other way to proceed ? Thanks again in advance. Philippe
  7. php

    exporting the datas from a view to a external table in SQL Server

    1-The source of my datas is a request between 2 tables of a SQL server database, 2-The destination should normaly be an access table, but i can do with an sql server table 3- the datas don't need any transformations but they are dynamical , i can't store them 4- the view script was : CREATE...
  8. php

    exporting the datas from a view to a external table in SQL Server

    Hi, - i'd like to send the data from a view to an external table, not possible in SQL server 7. - another solution would be perhaps to generate a script such as : CREATE TABLE ... ( tabledef ... ) AS SELECT ..... (with an inner join) but this doesn't work neither .... - i have no experience...
  9. php

    launching a cgi script into IIS

    I try to launch a cgi script from an asp page , and i get this error message : 405 Method Not Allowed The method specified in the Request Line is not allowed for the resource identified by the request. Please ensure that you have the proper MIME type set up for the resource you are requesting...
  10. php

    Sending an image in a Mail using &quot;SMTPsvg.Mailer&quot;

    Hello, Is there a way to send an image embeded into a mail using the &quot;SMTPsvg.Mailer&quot; object, or is it necessary to use an other object such as &quot;CDONTS.session&quot; ? (there was a similary question of &quot;touamit&quot;, here, Feb 6th) Any answer would be very helpful...
  11. php

    Data Import in SQL Server 7 with DTS

    Thanks again, Bernadette , i managed to import the datas using a temporary excel file, and i encountered no problem of data types conversion (especially bollean) Robert, i'll check both installations. in fact i'm almpost sure that our pre Production server has been installed as a desktop...
  12. php

    Data Import in SQL Server 7 with DTS

    Thanks Bernadette, I'm going to try this solution. Philippe
  13. php

    Data Import in SQL Server 7 with DTS

    Hello, When trying to import datas from a remote server (SQL server 6.5) to another (SQL server 7), i get this message: &quot;The license for the installation of MS SQL server on your source and destination connections does not permit the use of DTS to transform data ...&quot; I'd like to...
  14. php

    connection to an Oracle DataBase

    Is it possible to create a trigger in SQL server that send datas to a distant database such as an Oracle DataBase

Part and Inventory Search

Back
Top