Insert date type varible through ODBC SQL server driver to SQL 7.0 database 
Author Message
 Insert date type varible through ODBC SQL server driver to SQL 7.0 database

I have a store procedure which has one of the input variable as date
type "datetime", then a command object with the appending parameters
for this datetime fields(date type addate) was used, and the
command.execute was run to insert the date type of variable to the
database.

When I run this through the SQLOLEDB connection, it works fine.
When I run this through the ODBC for SQL Server Driver, it failed with
the following error:

Error Code:-2147217887
Error.Description:
[Microsoft][ODBC SQL Server Driver]Optional feature not implemented

Anyone has any experience on e this? Any suggestions?

- Min



Fri, 17 Jan 2003 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. VB Sql Server Via ADO Problem: [Microsoft][ODBC Sql Server Driver]

2. Problems inserting a date into SQL Server 7.0

3. native sql server 7.0 driver

4. Insert Data Into Access Database From SQL Server ADO Insert

5. inserting bmp in SQL Server 7.0

6. VB 3.0 with SQL SERVER 7.0 (Update, delete and Insert)

7. VB 3.0 with SQL SERVER 7.0 (Update, delete and Insert)

8. VB 3.0 + SQL Server 7.0 + ODBC

9. VB6.0 ODBC Error 3027 SQL Server 7.0

10. ADO vs ODBC (SQL Server 7.0)

11. Date problems in Access and SQL server 7.0

12. Dates, VB6 and SQL Server 7.0

 

 
Powered by phpBB® Forum Software