Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Linked table to sql in access

Status
Not open for further replies.

harmmeijer

Programmer
Joined
Mar 1, 2001
Messages
869
Location
CN
I am using an odbc data source to link a sql table to access.
A field wich is ntext in sql is interpreted as a text field in access (not as memo)... WHY WHY WHY!!!!
ntext and text are the longest text fields in SQL server like the memo in access, using forms in access this gives errors when you try to change a record.
When I change the field in SQL (since I cannot change anything in the way access interperets the SQL fields) to varchar with a length of 8000 everything works fine.

Is this a bug of some sorts??? Why doesn't access (97) interperet the ntext and or text field as memo so the forms work ok when you try to update(=change) a record??

There is yet another problem, when I open the form wich has the record source from the linked table it gives an odbc--call failed (without any error numbers or help) and all my fields are filled with the o so familiar value #Name?.
The strangest thing is I can update and insert records as long as I do not stay in one record for more than 10 seconds.
Opening the linked table gives me the same error directly and all fields are filled with the value #Name?

I am using the sql server driver version 3.70.09.61
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top