Hi,
I have used ASP for years using MS Access and have used MSSQL quite a lot as
well. I have never came across something like this before.
MSSQL table names and types:
ProductName nvarchar
ShortDescriptio n nText
ThumbNail nvarchar
etc
When I have the recordset in the order as follows, all works well:
(Recordset2.Fie lds.Item("Produ ctName").Value)
(Recordset2.Fie lds.Item("Short Description").V alue)
(Recordset2.Fie lds.Item("Thumb nail").Value)
Though if I have the Thumbnail first the description does'nt show.
Anybody got any ideas on this?
Kindest regards,
Kevin
I have used ASP for years using MS Access and have used MSSQL quite a lot as
well. I have never came across something like this before.
MSSQL table names and types:
ProductName nvarchar
ShortDescriptio n nText
ThumbNail nvarchar
etc
When I have the recordset in the order as follows, all works well:
(Recordset2.Fie lds.Item("Produ ctName").Value)
(Recordset2.Fie lds.Item("Short Description").V alue)
(Recordset2.Fie lds.Item("Thumb nail").Value)
Though if I have the Thumbnail first the description does'nt show.
Anybody got any ideas on this?
Kindest regards,
Kevin
Comment