You're right, Dmitri. Data types sometimes don't display as they really are in SQL Server 2008. My varchar's display as varchar's, not longvarbinary's as you've experienced (at least with nvarchar's) - possibly related to your SQL Native Client version??? However, you can override the data types the generic driver returns in the database properties' column settings and these will "stick" if you refresh your model. That could be a lot of work if you have a large number of columns. An SSMS 2008 database diagram might be your better "free" option if that's the case. Hope that helps, Chip