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!

Appending data from an nText Field to a varchar.. desperate for help!

Status
Not open for further replies.

meeowmix

Programmer
Joined
Oct 25, 2001
Messages
1
Location
US
I have a SQL Server Database that imports data from an Oracle database, which is then accessed through an MS Access database.

I'm having problems with a field in the Oracle database that is of a long datatype, which corresponds (the closest match) to an nText datatype field. The problem is, MS Access has a bit of a time translating the nText field. We would like to convert the data in the nText datatype to a varchar(8000), but do not seem to be able to do this. Any ideas on what can be done? I'm willing to make the fix on either the SQL Server or Oracle side.

Thanks in advance! :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top