I have an ActiveX component (DSIClientX) in my application. A call to ServerIPConfig
is supposed to return an XML result of type BSTR (WIDESTRING). I am not getting my result string.
XMLResult : WideString;
XMLResult := DSIClientX.ServerIPConfig('b2.backuppay.com;X1.mercurypay.com',0)
Does...
I recently installed Delphi 6 and I need to convert some projects from Delphi 3 to 6. Whenever I try to build my project using Delphi 6 I get the message:
[Fatal Error] SQLEditor.dpr(17): Unit Forms was compiled with a different version of Math.Max
SQLEditor is the name of my project.
Any...
The last sceen message is:
Cleaning: /tmp /var/lock /var/run
<then the computer locks up>
Most start-ups the computer freezes at this point. Sometimes it gets past this point and the server is up and running normally. Does anyone know why this is happening or how to debug the problem.
Sisto
I am trying to read the (Default) value of the key .lay and the following does not work. Any suggestions?
I am trying the following:
Var RegistryDB : TRegistry;
aStringValue : String;
...
RegistryDB.RootKey := HKEY_CLASSES_ROOT; {working}
RegistryDB.OpenKey('.lay\'); {working}
aStringValue...
**ANSI SQL**
I have a field named DATE in my table.
How would I write a select statement choosing that field.
Select Date, Amount from <aTable>
The above doesn't work because Date is a key word.
My Table needs to look like:
Date Amount
---------- ------
06/03/2001 10.00...
Does anyone have any information on the file structure of .DFM files? If you have any documentation or know of a web-site please let me know. Thankyou.
Select Date From MyDatabase
There is a field called "Date" in MyDatabase. My SQL staments using the "Date" field will not execute because Date is a reserved word. Do you know of anyway around this problem?
Thanks a million.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.