Ask a Question related to ASP Database, Design and Development.
-
Iain #1
Which ADO constant for SQL server NVarchar type?
Hi
I currently have the following in my adovbs.asp file:
Const adVarChar = 200
Const adLongVarChar = 201
Const adWChar = 130
Const adVarWChar = 202
Const adLongVarWChar = 203
Which of these should I use with NVarchar fields in SQL Server?
-Brian
Iain Guest
-
Mimic Input Type=File server to server
Hello, here's my problem: On my web server I generate a file, I need to send this file to a different web server. I have no control over... -
Adding numbers from a nvarchar field
Hi all, Would really appreciate any help on a problem I'm having with an SQL database and web 'front end' used to display the information. ... -
HowTo Send Uploaded File with INPUT Type file to Sql Server Image Data Type
I have the following problem: I have the following form client side: <FORM.......> <FORM action="./WZUpload.asp" method="Post"... -
HowTo Send Uploaded File with INPUT Type file to Sql Server Image Data Type ?
I have the following problem: I have the following form client side: <FORM.......> <FORM action="./WZUpload.asp" method="Post"... -
nvarchar Question
I have an asp page that updates a ms sql 2k db. If put a name in a db field of 12 characters should the nvarchar length be set to 24 to allow... -
Bob Barrows #2
Re: Which ADO constant for SQL server NVarchar type?
Iain wrote:
[url]http://www.able-consulting.com/ADODataTypeEnum.htm[/url]> Hi
>
> I currently have the following in my adovbs.asp file:
>
> Const adVarChar = 200
> Const adLongVarChar = 201
> Const adWChar = 130
> Const adVarWChar = 202
> Const adLongVarWChar = 203
>
> Which of these should I use with NVarchar fields in SQL Server?
>
> -Brian
You may want to try out my free stored procedure code generator available
here:
[url]http://www.thrasherwebdesign.com/index.asp?pi=links&hp=links.asp&c=&a=clear[/url]
Bob Barrows
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Bob Barrows Guest



Reply With Quote

