Advertisement

1 - 10 of 22 containing alltags:("datatime") (0 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.8
I have a question about Store Procedure. If I use the following type of create procedure: create procedure test @StartDate smalldatetime, @Filters varchar(200) AS exec ("SELECT * FROM T...
Zones: MS SQL ServerDate Answered: 05/23/2000 Views: 0
I am inserting a record into a Oracle table within a C++ program.  This insert statement is inserting about 40 fields and 1 of the fields is of type "DateTm" Right now I am inserting a string li...
Zones: OracleDate Answered: 07/16/2003 Views: 0
i have a column with datetime datatype, now i want select a record which have datetime column is max in table but i don't know how to write i try to write using max function but it work not cor...
Zones: MS SQL ServerDate Answered: 10/30/2005 Views: 0
Hi, I want to write C# code for comparing certain values only if  the datetime is in specific time zone. For Example Time can be in Eastern zone, Central zone, Mountain zone or Pacific zone. ...
Zones: MS Visual BasicDate Answered: 10/23/2006 Views: 0
I am trying to remove old records in database that do not have today's date. The current formate of the date in sysdate colum is mm/dd/yyy, the insert syntax used to fill ths field was: CAST(CONV...
Zones: ASP.Net ProgrammingDate Answered: 06/07/2005 Views: 0
Hi folks, Im having an issue with a datareader retriving information. Im getting an exception when I return a datetime type.  I am evaluating it as shown below, Is there a good way of evalua...
Zones: MS Visual BasicDate Answered: 08/25/2006 Views: 0
I am trying to prepare a survey.  It is based mostly on Radio boxes.  I would like the data to be added to a database after submit.  Not all options are required. How it is right now, eveytime I...
Zones: ASPDate Answered: 06/14/2003 Views: 0
Hi there, Is that possible to group a table by customized datatime. For example, I have a field "CallDateTime", and field "Talktime" If I want to get total number of talktime by every month f...
Zones: MS SQL ServerDate Answered: 10/28/2003 Views: 0
I've got a problem. I've noticed MS Access doesn't return the correct values when you use max() sql statement, on a datetime field. In a table that has rows containing the following field dat...
Zones: MS AccessDate Answered: 06/22/2005 Views: 0
Hi All, STORE PROCEDURE (1) I have a table called CDR: CREATE TABLE [dbo].[CDR] (       [ID] [int] IDENTITY (1, 1) NOT NULL ,       [datetime] [datetime] NULL ,       [curnumunitsused] [decimal](18, 0...
Zones: MS SQL ServerDate Answered: 11/11/2005 Views: 0