How can we help you today? How can we help you today?
DieterS
How can I convert a string with control characters to one in
I have functions that let me create this string:vbCrLf & "-- ### HEADER END ###" & vbCrLf & "BEGIN TRANSACTION" & vbCrLf & "SET IDENTITY_INSERT [dbo].[WidgetDescriptions_II] ON " & ...
1 follower 1 comment 0 votes
How to create an SQL string from a binary field
I want to create an SQL string that evaluates a binary field. But I get the wrong data This is probably because I use the wrong technique for reading the binary data. The current function looks lik...
1 follower 1 comment 0 votes