Hi all,
I've never dealt with XML at all. I'm having to create an xml file based on values retrieved from sql query. I have pieced together the following mostly from googling for examples. I'm getting an error when I try to open the file:
The XML page cannot be displayed
Cannot view XML...
One quick necessary addition to this query just came to mind. I need to only update certain records within the table. Adding a WHERE clause after the SET should do it, right?
Update EsoCadTable
Set EmailAddressColumn = AliasName.EmailAddresstxt
Where hide = '0'
From...
I need to update a database field in server ESO-CAD based on a matching value in server KRONOS. The problem is that the needed value itself on server KRONOS involves a join between two tables.
SELECT b.personnum,a.emailaddresstxt
FROM EMAILADDRESS a,PERSON b
WHERE a.PERSONNUM = b.PERSONNUM...
When I try to compile my program I get this error.
"Class TQRRTFFilter not found. Ignore the error and continue? NOTE: Ignoring the error may cause components to be deleted or property values to be lost."
Any idea on how to fix this?
Thanks you.
When attempting to open a form in my delphi application, I receive the following error:
'Class TQRRTFFilter not found'.
I believe I need to install an active-x control but unsure of which one.
Thanks for your help.
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.