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!

Search results for query: *

  • Users: Krogh
  • Content: Threads
  • Order by date
  1. Krogh

    POST request's body

    hi.. i made an http client in java, it's able to send a GET or POST request.. my problem is.. when i send a POST request, i'm not able to get the request's body under CF. The body does not contains formfields or things like that.. just some XML data. when i dump cgi vars, CGI.CONTENT_LENGTH is...
  2. Krogh

    MS Access without ODBC

    I'd like know if there is a way in ColdFusion to use a MS Access database without an ODBC link. thx for help
  3. Krogh

    simple xml question

    i just finished a tool that imports and exports XML data to and from a database.. i used the XMLFormat function to export .. i don't know which function to call to get the "normal" text back from my XML file..
  4. Krogh

    OOP under cfscript

    Hi all, i was trying to create some &quot;objects&quot; under <cfscript> to see if cfscript supported it.. and i saw the same way than javascript doesn't work, for exemple : function createDomNode(name,content) { this.name = name; this.content = content; this.type = &quot;&quot...
  5. Krogh

    remote jdbc

    hi, i made an applet to upload a file from the client to a server using ftp, after the upload i need to register the file in a database, how could i connect to the database without RMI, servelet, etc. The database isn't on the same server that the applet. My applet is signed with full...

Part and Inventory Search

Back
Top