hi all,
I am having a notepad file which is having some fields which is seperated by space just like below
aaa bbbb
aaa ccc
i want to upload each field to the database when the user click the upload button,it is working but the problem is that since i am using the space as delimiter ,if there are more than one space it is just taking the second and the fooling spaces into the array here the code i am using can anybody...
User Profile
Collapse
-
content of a http posted file using stream reader
hi all,
i want to know how to read the content of a http posted file using stream reader i am using the folloing line but an error in the last line sayin that " 'System.IO.Stre am' cannot be converted to 'System.IO.Stre amReader'."
Dim str As StreamReader
Dim hp As HttpPostedFile
hp = FileUpload1.Pos tedFile
str = hp.InputStream
pls help me -
how to retrieve a row data to individual string
hi all,
I am new to vb.net and i want to know how to retrieve a string from a row which is seperated by spaces in a text file using split function in vb.net 2005
for eg i am having data like this
name phno
aaa 1111
bbb 222
ccc 333
pls reply to my question as fast as possible
thanks in advance -
upload text file to a database
hi all,
i am new to oracle i want to know how to upload a file to a database and read the content of the file
No activity results to display
Show More