o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Problem in a database loading Photo -

Hi to all:

I would like to explain the problem I have by words:

I have a project with fields and photos(in a database),and when I insert a new record I insert a new photo and when I call this record the photo show's like the record.Everything work fine.
The problem is when I insert a record without photo,and when I call this record,the photo,should be none,but I get the photo off the last record view.

I just need,when a call the record without photo,the box image1 appears without photo.

Can anybody help me with this problem?

Thanks

 

Problem in a database loading Photo -
Hi to all: I would like to explain the problem I have by words: I have a project with fields and photos(in a database),and when I insert a new record I insert a new photo and when I call this record the photo show's like the record.Everything work fine. The problem is when I ins


Upload photo w/ loc. saved in SQL -
Assuming all your pages are already connected to your SQL database, how would you 1. Upload a photo, save to a specified folder & save photo location to database 2. Display that photo on a second page. At any time, you should be able to go back to page 1, upload a new pho


Loading Pics from menu (RESOLVED) -
I'm trying to load photos to picbox, i have 6 cruise ships to choose from & various photo's in each selection, using the menu i've created at the top of the form, i wish to load a photo once selected from the menu. so far i've been trying to us this method. i draw each picbox fo


problem with ado and ole container -
hi i have a problem with ado control and ole container. i am trying to build a address book with access database,vb6 database contains some feilds including photo. the data type of photo is ole when i trying to use ado data control and ole container control to display photo in a f


Photo Gallery -
I have photo gallery with my mysql database. My page finds phots going by a category id in the sql table and displays a list of correct photos. One feature I want to add to this is 1/ when a person clicks on a photo for a full size it adds it to a hit counter to later I can sort


Store Photo with Database -
Can I store a photo in the database table? Or How can I Use a Photo with a data of the database? I have a Access 2000 Database (ADO connection). I have the name and addresses of the employees In the employee table. I want to add their Photos. When I view their data also view thei


my project problem -
i have program where i store albums and photos in to the database so when there is no album and image already there and if i attempt to add a photo into the database so this problem ocurrs photo is added but this problem comes immediately "Object reference not set to an instan


[2005] Adding photos to gridView -
can someone help me to add photos to a gridview? First of all I have a field in my sql database called ( photo ) of type (varchar(50) I want to place my photos in a folder and specify the name of the photo in the database (photo) field. How can I make the gridview display th


OLE1 field problem -
I want to display apicture from my database, and I have a OLE1 field in My table "Employees" called photo. How can I display this photo onto a form, I did some think like this but it is not working. rst.MoveFirst with rst do while not rst.EOF


Image saving and loading -
Hi guys, I am using MS Access as my database. I added a field name "PHOTO" and the type is OLE Object. When I saved the photo the value in the table is Long Binary Data. When I run my program and used debug mode, the value is 973413174 How can I load the picture us


loading images into the system -
Hello there, I need help in my system, I need a code of loading images from the database into my system, am creating HR system and need to load a photo when viewing an employee's information. Can you please help me, evn if you can provide a link where I can find sm help I would v


Opacity, Superimposing, Blending Oh MY! [02 / 03] -
Need some expert guidance here. I have an employee database complete with JPEG photographs. I would like to make this database available to employees so that they can ensure people in certain parts of the buildings match the ID card's they are wearing. I do not want people to be


how to store image path in database -
i want to store image path (eg: c:\myproject\myphoto\0001.jpg) to my database and show it in picture box store in my db like this ID: 001 photo: 001.jpg (rename photo file name to ID + .jpg) ID:002 photo: 002.jpg anone have and toturial or example ? thanks again ekkap


Pop-up windows -
I want to create a photo-link on a web page, so I click on it and a pop-up window comes up with a photo in it. I know how to open a pop-up window using the window.open() command, where we set the wondow properties, dimensions, URL of photo displayed in pop-up, etc. However, the wi


Inserting Photo/image from VB to SQL server -
hi friends, i am using VB as a front end and SQL server as a backend. i want to know how to insert photo/image of an employee entry form into sql Server database(table). and after inserting successfully all employee details , when i search on EMP_ID how to display particualr e


Auto Photo Insertion for VB6 -
At present we have a security program written in VB6 which requires us to manually insert photos. I am wondering if anyone knows of a photo system that will automatically insert a photo from a camera at the time the photo is taken. I don't even know what such a system would be called,


a great Photo Gallery but there is error -
hi there i made a profect Photo Gallery that doing : - read from db -write any amount of pictures but the problum is when i try to pubilate the array of the Photo Gallery the source code of the page ( working good and the codes in it is right ) but the Photo Gallery does't sho


photo thumbnails and upload as link -
Hello first i would like soory by my english i write aspx with upload file to hdd (full photo), it works. Now i must do the upload photo with thumbnails. But the file is save on hdd, and to database access is insert as link the photo and thumphoto. How to do this? File are save in


Help me with Webcam, Pictures and Database -
Well, I'm developing a windows application in VB.NET that use an Access Database (OleDBConnect and DataSet), and in my application I want view and capture photos on through webcam, but With my code, I do save a photo, but when I try to save again, its replace my old photo.... I'll tha


Need some help please! -
Hi, im making a rpg game. Ive pretty much gotten through the easy parts, but now comes the hard part. Ive taken 8 photos, with my digital camera of corse. I have patched them all together into 1 photo. So now its the entire ro


Picture Box and Text = Final Photo -
Dear All I'm loading an image into a Picture box what i want to know is if it is possible put a label inside the picture then the final photo will be the photo with some text overlapsing, or if there is an easier option please let me know ASAP. kind regards


(Beginner) loading up database -
Ok heres the problem I have a data contorl loading info from ana ccess database very simple but everytime I load up the program it look for this database in where I set it to in the propeties along with RecordSource etc. but clearly this wouldn't work on a difference pc cuz it wud b lo


[2005] Image or Photo in database -
Can i store a image in a DB without just saving it's location??? ie. if I have just a .mdb and I want to access this or send this file via email can someone view a photo?? if so how?


Need suggestions/help on game i'm making! Please read! -
Hi, im making a rpg game. Ive pretty much gotten through the easy parts, but now comes the hard part. Ive taken 8 photos, with my digital camera of corse. I have patched them all together into 1 photo. So now its the entire room/setting in one photo.(I set the camera in the center of t


ADO Getchunk for BLOBs -
Hi; I am tring to get photos from my MySQL database. First I get the record with RS.Open "SELECT Photo FROM COstumers WHERE No=1", bla bla and I try to get the photo with this: Dim Chunk as byte Chunk=rs.fields(0).getchunk(rs.fields(0).actualsize) at this line it gives


photo in vb6 forms -
how to get and put photo from database access or sql server to a vb6 forms


how to compress data for sending in serial cable -
hi every body! finally i could transmit a photo captured from a webcam over a serial cable correctly,but the problem is that the photo appeares very slowly so i need to know how to compress the transmitted data to be fast as i want then to send a video not only a photo and than


Advance JavaScript -
Does anyone know how to use JavaScript [1] to invoke an application in a computer and [2] to transfer a file to a specified disk location? For example, when user click on a photo in my website, the photo will be downloaded and saved into location D:\My Photo


Paint vs Image to change size of photo -
How do I change the size of an image, photo? Some email attachment of photos are too big, they need to be smaller (100k max) 1. Load photo (bmp, jpg) into Image or Paint object. Private Sub Form_Load() Image1.?? Picture1.Picture ?? load (c:xxx.) End Sub 2. Change size of Object


MS-Word2000 Webpage. (frames question). -
Hello, I'm writing a nice internet-page in microsoft word 2000 and if you believe it or not, it works. I have only one small problem with the frames. I have a few frames on the site and in one of them a photo must be loaded when i click on a link. So, by clicking on link X, F


Need help Croping photos -
Hi, I have been asked to come up with a solution to take one photo and apply mulltiple crops to it So far i have a button event that will load a photo and i have been trying to adapte THIS code to draw the "crop box" on the photo that is currently loaded into the pict


[2005] Uploading and displaying photo. -
hi, im making a Human Resource system and i would like to know the codes and things needed to upload / display a photo. Can someone kindly upload a simple / small sample application with upload photo features? or complete codes for it? thank you.


very very confusing -
Hai All, I want to disable a button in my page for a period, That is i am stroing all the images in the object at client , After storing the images in the object ,the button should enable . Any one there . My aim is to create photo gallery ,Where i want the client to see all pho


The largest photo in the world -
TNO has produced the largest digital panoramic photo in the world. So, what do we mean by large? After all, modern consumer cameras can easily take a picture with 5 million pixels. Well, we are talking about a photo of completely different dimensions. One with 2.5 billion pixels - that


Command buttons don't respond2 -
Hi! I have the same problem as Oldmanriver and wonder how to solve that problem: For example: You Click on a Command Button that starts a loop. As long as the computer is inside the loop the Command Buttons don't respond or the program will even get stuck if you push the Command Butto


how to avoid pictures from being downloaded -
Well in some websites, u'll see a photo gallery. In most cases, they juz disable the right click to avoid photos from being downloaded. But the visitor can still go to source and view the location of the photo and download from there. any good solution to avoid anyway of photo being do


picture resize -
I have to do a program where in a form I chose a photo and in another form I can see the photo after a resize. but when it runs the photo is resized but picture box remain small. what can i do?


Serious Problem.......pls help -
hi Beacon.. I’ve a serious and simple problem. I want to save and retrive the picture from my sql table. I’m using VB with SQL Server. I’ve created 2 tables, i.e. ptable,mtable Ptable fields: Id varchar2(5) Photo Image Mtable fields: Id v


Help with CGI -
Let's say I have a link to a URL like this: domainname.com/cgi-bin/photo.cgi?photo=9319.jpg Now, the CGI code should take the query string, look at "photo" which in this case is 9319.jpg, and should show the image 9319.jpg on the page. I don't know any CGI, so I'd


Sorry Arien... -
I know...I somehow embarrassed you by posting modified versions of your photo. So..to compensate that, I am offering my photo. Do whatever you want with it.