Jump to content

Anna82

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Anna82

  1. hi, i'm looking for some lines of code to extract the database (table) schema from an access database. i tried the access.udf, but can't access the schema can anyone give me a hint? thanks
  2. Hi, first of all: great stuff! works exellent! but i have a question: is it normal, that i never get more than 256 emails with _POP_GetList() ?
  3. hi, i'm trying to parse a amazon aws response, but i get the following error: COM Error with DOM! err.discription is: An dieser Stelle wird ein Knotentest erwartet (translated by me: a node test is suggested) /ItemSearchResponse/Items/Item/<- err.windescription: Ubekannter Fehler (unkonown error) err.Number: 800200009 err.lastdllerror is: 0 err.scriptline is: 1198 err.helpfile is: err.helpcontext is: 0 here an example : <ItemSearchResponse> <Items> <Item></Item> <Item></Item> <Item></Item> </Items> </ItemSearchResponse> $xmlResultSet = _Funktion_1($request); gets the aws response ConsoleWrite(@CRLF & "ini::" & _XMLLoadXML($xmlResultSet) & @CRLF) ConsoleWrite(@CRLF &"_XmlGetNodeCount::"& _XMLGetNodeCount ("/ItemSearchResponse/Items/Item/") & @CRLF)
  4. hi folks, i want my script to load data from the web during runtime. to make it a little difficult to the "bad boys" i want to send/recieve encrypted data. is there any possibility to encrypt my data with autoit and decrypt it with php (and vice versa)??? thanks
×
×
  • Create New...