ms access and SQL Server

A

abolfazl.mohiti

I need to use Access and ODBC to insert text into a linked SQLServer
2000 table
Currently I'm using an unbound
form control and an append query("insert into ....").
when i do it,All field trnasport correctly but one filed (data type
:memo) not transport correctly .
memo data type show
???????
in SQL Server
 
S

Sylvain Lafontaine

Hi, this newsgroup is about ADP, so you should ask your question in a
newsgroup about MDB file and ODBC linked tables, for exemple
m.p.a.externaldata or m.p.a.odbclientsvr .
 
A

aaron.kempf

oh.. text or varchar

why use unicode if you don't need to?

performance / IO

-Aaron
 
Top