Hi i am using a ClientDataSet with TQuickRep component in delphi 2005.. I really slow in generating the reports you can it scrolling through the dataset each time it generates a report. The it scrolls from the top of the dataset to generate another page of the report. and continues to do this so...
here is one way without a view but i am sure there are many others.. the view however makes the query look simpler. My solution does not involve a view its just an order by with a top statement..
create table yourtable(
valuedate datetime,
[name] varchar(50),
Exec_date datetime,
amount...
i am doing a system that has history tables for most but not all tables in my database.
i have designed triggers that insert updates to my history tables in order to have an audit trasl.
Some genius here in my department has suggested that i also log inserts to my history table so every...
here is an example of what i am trying to do
declare @max_key
select @max_key = max(key) from parts
declare @parts_history table(
parts_history_key int identity(1,@parts_history)
)
why can't i use a variable in the identity function above
in delphi when i add components the last component i add usually sits(display) on top of the other. i need to make a component display over another component at runtime what property would should i change to get this effect.
somtimes the subject has
"*WARNING*" and
"*DETECTED* Online User Violation" Your Email Account Will Be Closed
i have never had a problem with spam until these emails recently
i keep getting these emails subject Notice: **Last Warning**
in the body it says "The original message has been included as an attachment."
and there is an attachment jdvhzw.zip the sender is admin@mydomain.com but there is no such email address how can i track down where this message is...
in delphi 2005 ide there is pin like thing beside the x in the project manager. Does anyone know what is it called and where i can find a component that can mimic that horizontal expanding behaviour. Or could even tell me what component i could use to impliment such a behaviour
i have five users running on a linux box with 256MB about 768 MB swaps and pentium 3 900MHz processor i loaded pervasive.sql V8
would a machine with these resources run very slow
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.