I have a lot of data in Excel and Access, and want to make it an SQL database. I don't have a lot of experience yet with MySQL, but maybe somebody can help me.
Currently I want to use Access as graphical interface to MySQL, using MyODBC. In the future I want to make a GUI in PHP or ColdFusion. I have a lot of picutres in my database (BMP, GIF & JPEG), the table looks something like this: {name [varchar(50)], pic1 [blob], pic2 [blob], pic3 [blob]} The link between MySQL and Access works well for the Name-field. If I change the name-field in the Access interface, the field is changed in the MySQL table accordingly. However, if I paste a picture into one of the blob-fields in Access, the picture is not saved in the MySQL table. If I switch to another record and go back to the original one, the one where I put the picture into, the picture has disappeared. Can somebody help me and explain how I can keep the picture and save it to disk? Edward van Egmond --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php