I am using Delphi2010 and I\'m trying to do an insert into multiple tables. I don\'t know the best way to do this. What I\'m wondering is if there is a possible way to do one insert u开发者_运维百科si
Is there a way I can send data to my PDF file, (fill in the fields/blanks), either manually or by a third party component, the PDF files have certain fields that can be modified by user, entering numb
i am developing a DLL in Delphi 2010 that is communicating with Comport. But there is a problem that ia dont get any value from the port.
In my Application I have two thread objects (Outer and Sash) that inherit from a base thread object (FrameObject) of type TThread. This all works fine in D7. The application needs to be extended and I
I\'m considering different user interface layouts for my next project and I was wondering if there are either integrated or 3rd party frameworks which allow me to create tabbed document interface?
I\'m serializing and deserializing an object (TComponent descendant) using the example in the ComponentToString section in the Delphi help file.This is so I can store the object in a VARCHAR field in
I am trying use webserivce with Delphi 2010 but i cant get the gettransaction to work right. How do i use delphi to get the reponse from this function? I can insert the parameter to call it but not ge
Closed. This que开发者_开发知识库stion does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have a Delphi 2010 application using ADO to support a database that can be either SQL Server or MS Access.When sending SQL to the database using parameterized queries differences in date representat
I am trying to dump a PDF to text using a command line utility (It works with tests from dos command line) from my Delphi code.