Click here to Skip to main content
15,893,381 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to convert text box string or value in vb.net to binary and how to store it in ms access database as binary form? is any other datatype is required in ms access for storing binary form data. next after saving when i retrieve data from database how to convert it in readable format at front end i.e on vb.net
Posted

1 solution

Umm, I'd use Convert.ToByte Method[^]
Public Shared Function ToByte (
	value As String,
	fromBase As Integer
) As Byte

And refer the MSDN[^] documentation about different datatypes for MS Access. :)

-KR
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900