Search results for query: *

  1. B

    Question uploading Image

    Help needed. I am newbie on VB.NET and looking to upload Image to DB converting to Byte. I have a BD where in a table named "tbemp" with fields "eid, name, image". My application have a Database Access file DBAccess.vb with the following code: Imports System.Data.SqlClientImports System.Data...
  2. B

    Question connect to LAN Server

    Dear Experts, Please help me to connect a Frontend to a Backend which is on a LAN Server. I am using this DBAccess Code to connect the Frontend and Backend on standalone application. ------------------------------------------ Public Class DBAccess Shared cs As New SqlConnection("Data...
Back
Top