Click here to Skip to main content
15,918,193 members
Home / Discussions / Database
   

Database

 
AnswerRe: Delete Pin
albCode23-Nov-06 5:19
albCode23-Nov-06 5:19 
AnswerRe: Delete Pin
Ritwik Sanyal26-Nov-06 23:36
Ritwik Sanyal26-Nov-06 23:36 
QuestionSql Server 2005 - Administration - Full Text [modified] Pin
gandalf_le_blanc22-Nov-06 22:25
gandalf_le_blanc22-Nov-06 22:25 
Questionre:table creation n sql & Triggers Pin
rrrriiizz22-Nov-06 21:51
rrrriiizz22-Nov-06 21:51 
AnswerRe: re:table creation n sql & Triggers Pin
Colin Angus Mackay23-Nov-06 0:28
Colin Angus Mackay23-Nov-06 0:28 
QuestionUPDATE Pin
thathvamsi22-Nov-06 21:13
thathvamsi22-Nov-06 21:13 
AnswerRe: UPDATE Pin
G.Meena24-Nov-06 1:34
G.Meena24-Nov-06 1:34 
QuestionSend Null value to stored procedure with old ASP Pin
web12master22-Nov-06 21:11
web12master22-Nov-06 21:11 
Can anybody help ?

This is ASP.Net code
I'm trying to send Null value to stored procedure
and this can be done like this:
...
cmdInsert.Parameters.Add( "@test_var", DBNull.Value )
...

Question
How this can be done with old ASP code
If I try something like this I got error
...
Set objParam = objComm.CreateParameter("@test_var", adVarChar, adParamInput, Len(test_var), Null)
objComm.Parameters.Append objParam
...

How can I do this?
Is there in old ASP code something like "DBNull.Value" in ASP.Net

Thank u


M
Questionhow can i build an interface to my database Pin
undercharm22-Nov-06 20:38
undercharm22-Nov-06 20:38 
AnswerRe: how can i build an interface to my database Pin
Colin Angus Mackay23-Nov-06 0:26
Colin Angus Mackay23-Nov-06 0:26 
QuestionExporting Tables From OneDatabase To another Database Pin
Laji5922-Nov-06 18:44
Laji5922-Nov-06 18:44 
AnswerRe: Exporting Tables From OneDatabase To another Database Pin
Pete O'Hanlon23-Nov-06 4:12
mvePete O'Hanlon23-Nov-06 4:12 
QuestionHow to filter this kind of data ? Pin
cheeken2u22-Nov-06 18:26
cheeken2u22-Nov-06 18:26 
AnswerRe: How to filter this kind of data ? Pin
Anshuman Singh22-Nov-06 18:48
Anshuman Singh22-Nov-06 18:48 
GeneralRe: How to filter this kind of data ? Pin
cheeken2u22-Nov-06 19:02
cheeken2u22-Nov-06 19:02 
AnswerRe: How to filter this kind of data ? Pin
Rob Graham23-Nov-06 6:39
Rob Graham23-Nov-06 6:39 
QuestionHow to Querying Document Properties from Full Text Catalogs in Sql Server 2005 Pin
fenil jacob22-Nov-06 18:21
fenil jacob22-Nov-06 18:21 
Questionhow can i read the wave file into a byte array? in c# Pin
zabota22-Nov-06 17:20
zabota22-Nov-06 17:20 
AnswerRe: how can i read the wave file into a byte array? in c# Pin
Rob Graham22-Nov-06 17:43
Rob Graham22-Nov-06 17:43 
AnswerRe: how can i read the wave file into a byte array? in c# Pin
Rob Graham22-Nov-06 17:47
Rob Graham22-Nov-06 17:47 
QuestionThank u Rob Graham Pin
zabota22-Nov-06 17:17
zabota22-Nov-06 17:17 
AnswerRe: Thank u Rob Graham Pin
Rob Graham22-Nov-06 17:34
Rob Graham22-Nov-06 17:34 
QuestionThank u but Pin
zabota22-Nov-06 16:43
zabota22-Nov-06 16:43 
AnswerRe: Thank u but Pin
Rob Graham22-Nov-06 17:13
Rob Graham22-Nov-06 17:13 
Questionimportant quistion Pin
zabota22-Nov-06 15:52
zabota22-Nov-06 15:52 

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.