is it possible to Filter ADO recordset on WChar, VarWChar fields? eg?
I think so. I am looking at this from the point of view of Visual C++ rather
than SQL Server.
Nearly all the strings in ADO are BSTRs and there is a _bstr_t wrapper
class.
That takes wide character or ordinary character strings.
So I am nearly 99% certain that Filter can work with these field types.
Re: INSERT Delay ...ADO sees them as a transaction (my bad for using the word ... Create a program that uses an ADO connection to SQL Server.... Concatenate the three strings together with a CRLF between them. ... If they are not handled as a transaction, the first two should be committed ... (microsoft.public.sqlserver.programming)
Re: Performance problems with OracleDataReader ... Hitchhiker's Guide to Visual Studio and SQL Server... and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)... referencing the columns by ordinal is far faster than using strings.... (microsoft.public.dotnet.framework.adonet)
Re: I need some serious help ... Tibor Karaszi, SQL Server MVP... > The result of a CASE need to be of the same datatype.... Int is higher than the string datatypes, and the string 'David' cannot be converted ... > integer so you convert them to appropriate strings.... (microsoft.public.sqlserver.server)
Re: Security for Visual Studio.Net ... Point taken about using a less privileged account for SQL Server access.... > I assume you have your connection strings mixed up in this post, ... > Windows login failure), and the second connection string is attempting to ... (microsoft.public.sqlserver.security)
Re: Security for Visual Studio.Net ... Point taken about using a less privileged account for SQL Server access.... > I assume you have your connection strings mixed up in this post, ... > Windows login failure), and the second connection string is attempting to ... (microsoft.public.dotnet.framework.aspnet.security)