G
Guest
Hi, somebody please help me
.........I am getting an error returned as
"Data type mismatch" when I try to insert from an Sql server 2000 stored
procedure to a .DBF file.....I try to insert for exemple:
'01/01/2006' into dbf file...and he doesn't work
'01-01-2006' into dbf file...and he doesn't work
'01.01.2006' into dbf file...and he doesn't work
how is the corect format....or what is the source from my problem?
if I renounce to this......the insert is corect .....this variable is the
only who is "datetime" format....the rest who is "varchar" or "numeric" works
fine.....
.........I am getting an error returned as"Data type mismatch" when I try to insert from an Sql server 2000 stored
procedure to a .DBF file.....I try to insert for exemple:
'01/01/2006' into dbf file...and he doesn't work
'01-01-2006' into dbf file...and he doesn't work
'01.01.2006' into dbf file...and he doesn't work
how is the corect format....or what is the source from my problem?
if I renounce to this......the insert is corect .....this variable is the
only who is "datetime" format....the rest who is "varchar" or "numeric" works
fine.....