Loading

re: How to Move Records Connected to Images?

16 posts / 0 new
Last post
admin's picture
Offline
Joined: 11/14/2008
re: How to Move Records Connected to Images?

Hope this help.

AttachmentSize
Database with image.zip121.83 KB
Hadal's picture
Offline
Joined: 02/01/2009
Thanx Alot

I Just Wana Say ... THANX ALOT TO YOU ............. ALL

Regards
Al Hadi Khan

Hadal's picture
Offline
Joined: 02/01/2009
Admin Do Help me Again

Helloo there!

How are ya doing? Hope you will be fine. Well Admin I want to know that

"HOW CAN WE PUT THE CAPTION OF AN INPUT BOX TO A DATABASE?"

I think you have understood. example

Delete Button Clicked >> Input Box Appeared (Asking The Reason) >> Saving The Reason To DataBase

HOW??

Regards
Al Hadi Khan

admin's picture
Offline
Joined: 11/14/2008
re: Admin Do Help me Again

Please try this code:

 

  1. Private Sub cmdDelete_Click()
  2. Dim strReason as string
  3. strReason = InputBox("Please enter your reason", "Reason")
  4.  
  5. with recordset
  6. .addnew
  7. !reason = strReason
  8. .update
  9. end with
  10. end sub

I didn't try this but this should work.

 

 

Hadal's picture
Offline
Joined: 02/01/2009
Plz Upload An Example

Hi Admin!
How are ya doing? Hope you will be fine. Buddy I want you 2 upload an example for what i asked you above. I will be very thankful to you.

Regards
Hadal

Regards
Al Hadi Khan

Anonymous
retrieve image from database in vb.net

i m student form baroda
pls send me coding in retrieve image from database(sql 2005) in vb.net
my email id:bhargavchovatiya@gmail.com

admin's picture
Offline
Joined: 11/14/2008
re: retrieve image from database in vb.net

It's not a good idea to save images into your database. Download the attached sample code above for your info.

Anonymous
thanks to ur exaples put a

thanks to ur exaples

put a example to Student all details abot student details in Visual basic ....

 

thanks

Offline
Joined: 04/01/2009
question po

pano po kung nakastore yung image sa ms access..? pno madidisplay sa vb.net?

admin's picture
Offline
Joined: 11/14/2008
re: question po

If I were you, I will not store the image in the database. Instead use the technique in this thread.

Offline
Joined: 04/01/2009
bat po mas prefer nyo na wag

bat po mas prefer nyo na wag sa database mag store ng image?

 

admin's picture
Offline
Joined: 11/14/2008
Your database will become

Your database will become bigger when you add more images.

Offline
Joined: 06/13/2009
Nice but what if I am the one

Nice but what if I am the one to choose the image for that person?

Let say you can define the picture of your client right because you don't know them right!

-xiro-

Anonymous
question lng,

bat wla po aq makita sa taas na sample code nyo?

Anonymous
hotel system (vb.net)

hey i want 2 make my prjt in vb.net . m new in vb.net......i was surfin thr net 4 sum basic idea abt d hotel prj.........n i got ur hotel prjt n hv dwnloaded it..... bt still m unable 2 understand hw 2 start abt d prjt n
still confused wht shld i include in my prjt as it is of 200 marks.......plz help me out........

Anonymous
i want to retrieve image from SQL database

Plz sir help me 4 diz...
i have the coding to save picture to the SQL database BUT i dont have the code for retrieve image from SQL database..

waitn 4 ur reply...
Thnx

Pages

Add new comment

Filtered HTML

  • You may insert videos with [video:URL]
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <asp>, <c>, <cpp>, <csharp>, <css>, <html4strict>, <java>, <javascript>, <mysql>, <php>, <python>, <sql>, <vb>, <vbnet>. The supported tag styles are: <foo>, [foo].
  • Lines and paragraphs break automatically.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.