Search found 2 matches

by zwakstroom
28.11.2006, 17:54
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Save rtf stream in MS SQL server
Replies: 1
Views: 523

I figured out a workaround myself.

I deleted all newlines before query and it worked.

Greetings Zwakstroom
by zwakstroom
28.11.2006, 15:55
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Save rtf stream in MS SQL server
Replies: 1
Views: 523

Save rtf stream in MS SQL server

Hi, I'm trying to save TStringStream, which has the rtf of a richedit in it. When i execute a query in MS SQL server and pass the, stream.Datastring to the parameter with AsString. I get the error "unclosed quotation mark" from SQL Server. Somehow the parameter is surrounded by ' (quotes) ...