Click here to Skip to main content
15,902,635 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: PHP help Pin
alex.barylski17-May-08 2:17
alex.barylski17-May-08 2:17 
GeneralRe: PHP help Pin
47_MasoN_4720-May-08 4:00
professional47_MasoN_4720-May-08 4:00 
QuestionHow to protect site from Virus attacks Pin
Poonam Gandash14-May-08 20:00
Poonam Gandash14-May-08 20:00 
AnswerRe: How to protect site from Virus attacks Pin
Christian Graus15-May-08 1:00
protectorChristian Graus15-May-08 1:00 
GeneralRe: How to protect site from Virus attacks Pin
Poonam Gandash16-May-08 1:54
Poonam Gandash16-May-08 1:54 
GeneralRe: How to protect site from Virus attacks Pin
47_MasoN_4716-May-08 3:53
professional47_MasoN_4716-May-08 3:53 
GeneralRe: How to protect site from Virus attacks Pin
Poonam Gandash16-May-08 18:24
Poonam Gandash16-May-08 18:24 
Questionasp run sql server stored procedure problem?? Pin
Small Rat14-May-08 9:50
Small Rat14-May-08 9:50 
Hi,

I have a stored procedure in sql server like this:

create procedure sp_insert
(
@some_value float
)
as
--insert statement here and the column is defined to float
go

I call it in ASP. and the code like this
set cmd=function to create the command
cmd.Parameters.Append cmd.CreateParameter("@some_value",5,1,,CDbl("text_value_here"))
cmd.execute
I got the error message to complain about can not convert nvarchar to float all the time. BTW, the function to create the command object is tested working.

My question is: How to deal with the float parameter in ASP code?

Thanks a lot in advance!

Alan Shen

MCAD for .NET Version
^~^~^~^~^~^~^~^~^~^~^
Great idea is the beginging of success!

QuestionApp_Browser file updates Pin
Chris Maunder14-May-08 3:29
cofounderChris Maunder14-May-08 3:29 
GeneralRe: App_Browser file updates Pin
Shog914-May-08 5:40
sitebuilderShog914-May-08 5:40 
Questioncross browser a:active in CSS Pin
248912814-May-08 1:39
248912814-May-08 1:39 
AnswerRe: cross browser a:active in CSS Pin
Shog914-May-08 5:44
sitebuilderShog914-May-08 5:44 
GeneralRe: cross browser a:active in CSS Pin
248912814-May-08 22:36
248912814-May-08 22:36 
GeneralRe: cross browser a:active in CSS Pin
Shog915-May-08 4:10
sitebuilderShog915-May-08 4:10 
Questiondatabase Pin
rose19613-May-08 23:30
rose19613-May-08 23:30 
AnswerRe: database Pin
Christian Graus14-May-08 0:06
protectorChristian Graus14-May-08 0:06 
AnswerRe: database Pin
47_MasoN_4716-May-08 3:17
professional47_MasoN_4716-May-08 3:17 
QuestionAdding Out put parameter in Parameter array for Oracle Helper class Pin
shames(Sam)13-May-08 22:15
shames(Sam)13-May-08 22:15 
Questionget homepage of client browser Pin
Mahdi 8216102113-May-08 18:37
Mahdi 8216102113-May-08 18:37 
AnswerRe: get homepage of client browser Pin
Shog913-May-08 18:57
sitebuilderShog913-May-08 18:57 
GeneralRe: get homepage of client browser Pin
Christian Graus14-May-08 0:07
protectorChristian Graus14-May-08 0:07 
GeneralRe: get homepage of client browser Pin
Shog914-May-08 5:40
sitebuilderShog914-May-08 5:40 
AnswerRe: get homepage of client browser Pin
47_MasoN_4716-May-08 3:35
professional47_MasoN_4716-May-08 3:35 
Questionsend mail through asp Pin
idsanjeevjha12-May-08 22:06
idsanjeevjha12-May-08 22:06 
AnswerRe: send mail through asp Pin
Christian Graus12-May-08 22:30
protectorChristian Graus12-May-08 22:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.