Ask a Question related to ASP Database, Design and Development.
-
rick #1
Weird problem of storing the data format
I am using MS Access as my data source. The date field
was originally set to dd/mm/yyyy format and the server of
regional setting as well. Recently I have changed both
date format to dd/mm/yyyy. When I try to input the data
using adodb.recordset, it still store the data fomrat to
mm/dd/yyyy. Pleae help !
rick Guest
-
DataSet not storing any data?
Maybe I am a bit dense, but I have been trying to make this work all day and I can't get it to, so I would kindly request some assistance.... -
storing well structured tree data
ssidct@gmail.com wrote: Please don't toppost. If you've defined a proper primary key, 'what's close by' will be retrieved very fast. The... -
Storing and Retriving Data Locally
Hello, I have been asked to write a program using flash in which the user will input data. I need to save and store this data locally to the... -
Storing encrypted data
Hello everyone, I'm in need of storing a few pieces of text in a text file on my server and want to keep it encrypted, but not permission... -
Storing data in a table from a form
I am using a combo box on a form to enter data. The name that I chose in the combo box also has a value to it. Ex. I chose Product 1 and it comes... -
Bob Barrows #2
Re: Weird problem of storing the data format
rick wrote:
Access does not store dates with any format. The Format setting only affects> I am using MS Access as my data source. The date field
> was originally set to dd/mm/yyyy format and the server of
> regional setting as well. Recently I have changed both
> date format to dd/mm/yyyy. When I try to input the data
> using adodb.recordset, it still store the data fomrat to
> mm/dd/yyyy. Pleae help !
how the dates are displayed.
Dates are stored as Doubles, with the whole number portion reflecting the
number of days since a seed date, and the decimal portion reflecting the
time of day (.5 = noon). All formatting is done by the client application.
[url]http://www.aspfaq.com/show.asp?id=2260[/url]
Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Bob Barrows Guest



Reply With Quote

