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...
Hello All,
I would like to know, if there is a solution for uploading files (probably it will be PowerPoint presentation, but my employees are alloved to put into the database whatever they want - connected with the process) to Access database via VB.net Windows Form. Previously I had a...
Hi
I am attempting to write the file upload path to a sql server database. The file uploads fine but nothing is entered into the database?
Any help would be greatly appreciated.
Thanks
Sub btnUpload_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnConfirm.Click...
Hi!
I have some problems with the following code. I'm kinda new in programming.
I would like to do that i connect to a FTP server on Form load event and when i'm connected i want to upload a file overwriting the previous one. The code works perfect if i connect to the server each time before i...
I have always used the API for Vb.net from Decaptcher.com and have always sent the Captcha by sending an actual url to them as you see in the code below. Or maybe it uploaded the image anyway to them (I use the Webbrowser Control) I'll use for example this:
Dim dr As DecaptcherResult =...
Hi everyone, i'm really new with HttpWebRequest and i don't understand it as well but i need it to use an api from my web to post images.
I've this at the moment.
Private Sub btnUpload_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnUpload.Click
Dim request...
You often need users to provide some pictures to your application – even if it is not database-driven. Its quite time-consuming task to develop a good functionality for end users – and you leave it at some basical stage (like “press-a-button...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.