S
Sivla
how do i write to a file in asp .Net the code below is how i currently do in
vb6
'opening credit file for data inputOpen App.Path & "\CreditPDF\" & pin &
".PDF" For
Output As #1
'placing Data into PDF File
Print #1, strPDF
'Closing File
Close #1
Also how do i read a file convert its contents into binary and store the
binary data into a database?
thank you.
vb6
'opening credit file for data inputOpen App.Path & "\CreditPDF\" & pin &
".PDF" For
Output As #1
'placing Data into PDF File
Print #1, strPDF
'Closing File
Close #1
Also how do i read a file convert its contents into binary and store the
binary data into a database?
thank you.