I\'m trying to use a COM DLL (written in Delphi 7) within my Delphi 7 IntraWeb application but it\'s failing due to DEP. I\'m pretty much certain it\'s DEP that is preventing me from using the DLL bec
I want to develop a Web application in Delphi using VCL. I tried UniGUI, but it does not seem to work. Well, it works, but quite not how I wanted. Let me explain.
Delphi 5 Pro Intraweb 7 I have an Intraweb application that uses a \"legacy\" back 开发者_StackOverflowend (B-Tree Filer) with a TDataSet descendant to handle the data access. All is fine and dandy o
I\'m using intraweb a开发者_如何学编程nd it gives me 3 options for passing parameters. Using a ?param in the url
How can I let my Intraweb XI application authenticate users using their Windows login credenti开发者_Go百科als?The application runs as a service on Windows servers.
I\'m building an application using IW 8 and Delphi 7. Application is 3-tier. 1) on the app\'s datamodule I have several TClientDatasets and TDataSources associated(set on master-detail relationship)
I am new to IntraWeb. I want to make a simple application which connects and displays an access database using ADO controls. When I execute the server it gives me
I\'m toying around with Delphi.Most of my desktop development is done in .Net, and embedded systems with C.I\'ve done some web development in RoR & Python (Django, CherryPy)I am interested in taki
I\'m running my Standalone Intraweb App as a service. Now i need to implement a function that writes a \"heartbeat\" timestamp to a database table. I\'ve done this in other service app that uses
How to add parameters in TSmartQuery? I mean on the Parameter tab which can be seen when I click on params properties.