Viewing 15 posts - 136 through 150 (of 161 total)
hello please..,
i have a 4 lines of data (as below) in my source file
"DIAL" "MENENT" "NOBLENT NAME" "NETRK" "PDUCT" "PDUCT" "MTH" "EBC" "EBC NAME" "INV#" "INV COST" "INVUNTS" "TOTAL" "ACC"...
May 19, 2010 at 3:09 pm
I am using this to write from variable to a file
Using writer As StreamWriter = New StreamWriter("C:\myfile.txt")
...
May 19, 2010 at 9:24 am
Hello Cozy,
its about 200 kb (around 7000 records in it)
thanks & Regards
asita
May 19, 2010 at 8:57 am
Hello Rjv,
thanks alot for your code, it gave me good idea , and i substituted in my code it is working fine
so now i have the whole cleaned data in...
May 18, 2010 at 5:02 pm
Hello All,
with all your suggestions, i did like this
i left at one more thing that is how can i substitute comma between each field,
at present my data looks like...
May 18, 2010 at 12:31 pm
Hi Phil
thank you very much to all for your valuable responses.
but seems to be phill is exactly matches what i am thinking(as of my knowledge also it is simple...
May 18, 2010 at 8:58 am
please share any ideas
please
thanks
asita
May 17, 2010 at 5:21 pm
Hello Rjn,
Thanks for your reply, i know program a little bit , but not my main stream so could you please give some sample or some example or could you...
May 17, 2010 at 3:55 pm
thanks rex for your idea, i will try that and let you know once i done
May 5, 2010 at 4:49 pm
Thanks Steve thats wonderfull i will test it
i greatfull to you
Thanks a ton
asita
April 23, 2010 at 3:20 pm
Thanks Steve,
Could you please Give me one simple exam how to enforce through a trigger
let say for ex: Dept View (Dept#, Name)
and table is Emp (empid, Name, Dept#)
now how can...
April 23, 2010 at 2:52 pm
hello coldcoffee,
Thank you very much for yoyr help,
i tried it but it says this error
EXEC MASTER.SYS.XP_CREATE_SUBDIR 'c:\Temp\t1\midcap1\Eelzer24\'
Msg 214, Level 16, State 2, Procedure sp_executesql, Line 1
Procedure expects parameter '@statement'...
April 15, 2010 at 3:49 pm
Could you assist me
can we send the table data as a message is it possible?
please...............
December 15, 2009 at 9:27 am
with help of palmen i did this it is working fine here
SELECT mcode,
SUM(CASE WHEN stname = 'Prescription' THEN TotalDocs ELSE 0 END)...
July 23, 2009 at 4:50 pm
Hello Notes,
thank you very much for your reply,
i will go through it, mean while i was stucked with some urgent Quaretr end stuff
any way i will let you know once...
March 26, 2009 at 4:59 pm
Viewing 15 posts - 136 through 150 (of 161 total)