Click here to Skip to main content
15,920,633 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionProxy for email Pin
Brisunifreddyp1-Feb-06 4:27
Brisunifreddyp1-Feb-06 4:27 
Questionassigning null value Pin
raj kumar reddy31-Jan-06 23:27
raj kumar reddy31-Jan-06 23:27 
AnswerRe: assigning null value Pin
Guffa1-Feb-06 0:43
Guffa1-Feb-06 0:43 
GeneralRe: assigning null value Pin
raj kumar reddy1-Feb-06 1:27
raj kumar reddy1-Feb-06 1:27 
GeneralRe: assigning null value Pin
Darell F. Butch Jr.1-Feb-06 1:35
Darell F. Butch Jr.1-Feb-06 1:35 
GeneralRe: assigning null value Pin
raj kumar reddy1-Feb-06 1:40
raj kumar reddy1-Feb-06 1:40 
GeneralRe: assigning null value Pin
Darell F. Butch Jr.1-Feb-06 2:14
Darell F. Butch Jr.1-Feb-06 2:14 
GeneralRe: assigning null value Pin
raj kumar reddy1-Feb-06 17:12
raj kumar reddy1-Feb-06 17:12 
thanx for reply ...

But sir , u r inserting values threw query. but my values are in an external array. Like

str(0)="1234"

str(1)="$"

str(2)"asdf"

str(3)="qwer"


now i have to insert this values into the data base.

before inserting i am checking the string array for symbol "$".

but my question is if i get "$" i have to push that value as

NULL to the databse.

i tried for dbNUll but it inserting value as empty space NOT NULL.

like

LOOP:

if str(i)="$" then

str(i)= DbNULL

end if

END LOOP


"Insert into Table1 (name1,name2,name3,name4) values ('"& str(0) &"','"& str

(1) &"','"& str(2) &"','"& str(3) &"',)";




raj
GeneralRe: assigning null value Pin
Darell F. Butch Jr.2-Feb-06 0:59
Darell F. Butch Jr.2-Feb-06 0:59 
GeneralRe: assigning null value Pin
raj kumar reddy2-Feb-06 18:21
raj kumar reddy2-Feb-06 18:21 
QuestionSearching Grid Pin
nikolag31-Jan-06 21:41
nikolag31-Jan-06 21:41 
AnswerRe: Searching Grid Pin
malharone1-Feb-06 11:36
malharone1-Feb-06 11:36 
GeneralRe: Searching Grid Pin
nikolag1-Feb-06 22:00
nikolag1-Feb-06 22:00 
QuestionBig overview of differences of .NET 2.0 vs 1.1 Pin
LuluSailor31-Jan-06 7:57
LuluSailor31-Jan-06 7:57 
AnswerRe: Big overview of differences of .NET 2.0 vs 1.1 Pin
Dave Kreskowiak31-Jan-06 9:14
mveDave Kreskowiak31-Jan-06 9:14 
GeneralRe: Big overview of differences of .NET 2.0 vs 1.1 Pin
LuluSailor31-Jan-06 13:51
LuluSailor31-Jan-06 13:51 
AnswerRe: Big overview of differences of .NET 2.0 vs 1.1 Pin
Kevin McFarlane1-Feb-06 6:43
Kevin McFarlane1-Feb-06 6:43 
Questioncopy file from server to localhost using ftp Pin
nbaranidharan31-Jan-06 3:46
nbaranidharan31-Jan-06 3:46 
AnswerRe: copy file from server to localhost using ftp Pin
tarasn31-Jan-06 4:55
tarasn31-Jan-06 4:55 
QuestionIs there any help available for SPRIN .NET Framework ? Pin
Pankaj Kulkarni30-Jan-06 19:38
Pankaj Kulkarni30-Jan-06 19:38 
AnswerRe: Is there any help available for SPRIN .NET Framework ? Pin
Dave Kreskowiak31-Jan-06 5:15
mveDave Kreskowiak31-Jan-06 5:15 
QuestionIs there a way to handle OutOfMemory exceptions? Pin
sarabjs30-Jan-06 8:40
sarabjs30-Jan-06 8:40 
AnswerRe: Is there a way to handle OutOfMemory exceptions? Pin
Guffa30-Jan-06 9:36
Guffa30-Jan-06 9:36 
AnswerRe: Is there a way to handle OutOfMemory exceptions? Pin
likefood30-Jan-06 11:07
likefood30-Jan-06 11:07 
GeneralRe: Is there a way to handle OutOfMemory exceptions? Pin
sarabjs1-Feb-06 6:14
sarabjs1-Feb-06 6:14 

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.