Further analysis show me that if i fill the picturedatabase in gambas2 I can 
read it in gambas3 : But I can't make any change from it ! If I make a 
connection with the new connection wizard the database open but none of the 
table with blob ? Is it a bug ? I have this error message : Add database record 
error/error : too many arguments ?
Any ideas ? Maybe Timothy knows ?


From: girardhe...@hotmail.com
To: gambas-user@lists.sourceforge.net
Subject: RE: [Gambas-user]      base de données employees avec photo champ blob
Date: Mon, 14 Jun 2010 07:57:13 +0000








Thanks for your answer :)
Well it's not fun at all (more I am not an expert !)
I try to remake pictureimage example because it's no more working in gb3, but I 
didn't success... I can't find the database...
Few people told me it was heavy, but it's not a problem I have only 9 records. 
What I want it's to see it working as I am trying to reproduce Northwind 
database. In Sqliteman blob are displayed as image, so I am sure my database 
does work at least ! lol
There are strange things happening in gambas3 (i know it's still early stage) 
When I connect to a database in the new database connection manager, tables 
which are working in gambas can't display : error having string wanting integer 
or thing like that ?
I am trying your suggestion thanks


> Date: Sat, 12 Jun 2010 22:46:14 +0200
> From: mohar...@gmail.com
> To: gambas-user@lists.sourceforge.net
> Subject: Re: [Gambas-user]    base de données employees avec photo champ blob
> 
> Working with blobs isn't a fun:
> 1. You'll have to excerp the data of the blob: I think
> Image.Data=yourresult!image
>  where Image is a String,
> 2. To save the data as a picture: File.Save(pathtoimage,Image)
> 3. To load the picture into a Picture=Picture["pathtoimage "]
> With a huge number of image it can be terrible slow.
> ------------------------------------------------------------------------------
> ThinkGeek and WIRED's GeekDad team up for the Ultimate 
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
> lucky parental unit.  See the prize list and enter to win: 
> http://p.sf.net/sfu/thinkgeek-promo
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
                                          
Vous voulez protéger votre vie privée ? La solution avec Internet Explorer 8    
                                  
_________________________________________________________________
Vous voulez regarder la TV directement depuis votre PC ? C'est très simple avec 
Windows 7
http://clk.atdmt.com/FRM/go/229960614/direct/01/
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to