M
MJG
I have an existing mdb where text within a field is replaced using VB code.
(The replacement is vbCrLf with "<br>" & vbCrLf)
I want to achieve the same effect using ADO.NET and an ExecuteNonQuery which
essentially feeds a "dynamic SQL query" to the Jet database.
I could achieve what I want by programmatically changing each row.
It seems more elegant to construct an update SQL query that does it all.
Can anyone suggest how to do that?
Mike.
(The replacement is vbCrLf with "<br>" & vbCrLf)
I want to achieve the same effect using ADO.NET and an ExecuteNonQuery which
essentially feeds a "dynamic SQL query" to the Jet database.
I could achieve what I want by programmatically changing each row.
It seems more elegant to construct an update SQL query that does it all.
Can anyone suggest how to do that?
Mike.