I'm using stored procedure.
CAST doesn't accept text, ntext or image as argument, and I can't declare input parameter as varchar or nvarchar because the size of data could be larger than 8(4)K.
Explicit conversion in VB didn't help me much also, at least the following code:
txtdata =...
Hello guys.
I'm using SQL7 on Win2k Server SP2 , VB6, ADO 2.5
Default language - English.
I have the table something like that:
Create Table SomeTable (
MsgID int identity(1,1),
XUIDL nvarchar(255),
From nvarchar(255),
...
[other stuff]
....
MsgBody ntext
)
It is used to store parsed MIME...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.