How to Use Date as a Field Name ?



How to Use Date as a Field Name ?..

Answer / krishna kishore

the user has to specify the Date as follows when creating it
as field name.

"[Date]". the square brackets are mandatory.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Delphi Interview Questions

When I try to execute sql query from delphi7 it throws the following exception ORA-01704: string literal too long. I know the reason why its throwing this exception. My problem is.... I have catched this exception throw Try.... Except block.....In except block i am performing rollback..... due to above error its also throwing exception in rollback transaction...........due to rollback exception...........it had created some problem in connection...........every time when i try to open or close a connection it throws an exception " Operation is not allowed when the object is open"

1 Answers  


How to convert a color to a shade of gray?

0 Answers  


How to handle exceptions in Thread objects ?

0 Answers  


How to Create a PolyPolygon using a point array?

0 Answers  


How to Connect via ODBC using Delphi or C++ Builder ?

0 Answers  






How to display seconds, minutes, tracks of an AVI ?

0 Answers  


How to capture the URL and title of the current webpage being viewed?

0 Answers  


How to Deploy DBClient in a Web Application?

0 Answers  


I'm using Delphi 4/5 and have am trying to fill a RichEdit control with both European characters and Thai characters - while I can change character colours the font stays with what was selected for the control:- reLangB.SelAttributes.Color :=dCol; reLangB.SelAttributes.Name :=FontName[dLang]; reLangB.SelAttributes.Charset :=FontChar[dLang]; reLangB.SelAttributes.Style :=[]; reLangB.Lines.Add(dText); The FontName and FontChar arrays contain the font info, and using a similar method for Captions and EditBoexes works! Anybody any ideas? Thanx in advance!

0 Answers  


How to Display a 24 bit True Color bitmap image on a 256 color display?

0 Answers  


'Trying to append data to a non-partial dataset' . what does this error indicates?

0 Answers  


How to Retrieving the program that is associated with a given extension?

0 Answers  


Categories