Questions tagged [odbc-sql-server-driver]

33 questions
0
votes
2 answers

ODBC data transfer to SQL server

How does the ODBC driver transfer data between an application to MSSQL Server 2005? Is it serialized? I'm trying to send data between SQL Server 2005 & MS Dynamics 4.0 but I suspect my data is altered by the ODBC driver in between.
Tony The Lion
  • 61,704
  • 67
  • 242
  • 415
0
votes
1 answer

Error on Save a changed row if the change was in a field of type 'Memo'

We have a Access-db with linked (odbc) tables on an sql-server. Some times there is a rare problem with one column of a particular row: no more changes in the field of type memo are possible. Changes in other columns of this particular rows are…
Ice
  • 1,162
  • 3
  • 14
  • 27
0
votes
1 answer

sql server 2008: bcp_sendrow, issue: invalid time format

I'm having a problem "Invalid time format" when I try to use bcp functions(bcp_sendrow/bind etc.) to insert into a table having a datetime column. so as per googled examples, I populated a DBDATETIME structure, for example: if I wanted to populate…
ppx
1 2
3