Sep 21st, 2000, 07:26 AM
We are working with VB 6.0 and SQL Server 7.0, and we use stored procedures in order to insert data in the DB tables. We are in trouble inserting dates.
The date format in the DB is "mm/dd/yyyy" and the ODBC returns the following error message:
Source: Microsoft OLE DB Provider for ODBC Drivers --- SqlState: S1C00 --- Navigate Error: 0 --- Description: [Microsoft][ODBC SQL Server Driver]Optional feature not implemented
>>> It may not be the exact description in English because we are working with a Spanish release.
We try to put the date in the DB format before inserting sending it to the stored procedure, but when we define the parameter type (adDate) the date returns to its original format ("dd/mm/yyyy"). Can anyone help us?
Thank you.
The date format in the DB is "mm/dd/yyyy" and the ODBC returns the following error message:
Source: Microsoft OLE DB Provider for ODBC Drivers --- SqlState: S1C00 --- Navigate Error: 0 --- Description: [Microsoft][ODBC SQL Server Driver]Optional feature not implemented
>>> It may not be the exact description in English because we are working with a Spanish release.
We try to put the date in the DB format before inserting sending it to the stored procedure, but when we define the parameter type (adDate) the date returns to its original format ("dd/mm/yyyy"). Can anyone help us?
Thank you.