Ask a Question related to ASP Database, Design and Development.
-
Ross Francis #1
Insert date to SQL server creates error
Hi All, Thanks in Advance!
I am attempting to insert a date into a SQL 2000 datetime
field from an asp form. The problem that I am encountering
is that the date is being type dd/mm/yy (which is fine as
I am in Australia), but is being submitted by the form as
mm/dd/yy. Any assistance in resolving this would be
appreciated.
Thanks
Ross Francis Guest
-
500 NULL error on DB Insert (SQL Server)
I am getting a "500 NULL" error when inserting a large textfile into a "Text" column in SQL Server. I am running MX 7.0.1 on Windows 2000 Server... -
Date Format Problem - SQL Server Insert From Web Application
Hi, I've written a short aspx file so that end users can insert lines into our SQL server database. The following string is sent by Internet... -
JavaScript error in Insert Record server behavior
When I attempt to add an Insert Record server behavior in a VBScript-based ASP file, I get the following error message: "While executing onChange in... -
INSERT creates duplicates in linking table
No, insert cannot include a where clause. If you need to prevent duplicates you should define a unique index on the desired columns and either... -
ODBC Drivers and SQL Server Date Error
Can ODBC Drivers on a client machine cause a dateconversion ERRORs when recevieing data back from SQL server: -------------------- Description... -
Bob Barrows #2
Re: Insert date to SQL server creates error
Ross Francis wrote:
Always supply dates to your database in ISO format: yyyymmdd. This will> Hi All, Thanks in Advance!
>
> I am attempting to insert a date into a SQL 2000 datetime
> field from an asp form. The problem that I am encountering
> is that the date is being type dd/mm/yy (which is fine as
> I am in Australia), but is being submitted by the form as
> mm/dd/yy. Any assistance in resolving this would be
> appreciated.
>
> Thanks
avoid all ambiguity.
Bob Barrows Guest



Reply With Quote

