Re: [Gambas-user] Serialization Database query result

2017-07-30 Thread PICCORO McKAY Lenz
errr with json? Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-07-29 14:28 GMT-04:00 Hans Lehmann : > Hello. > > What is the possibility to serialize the result of a database query (data > type result)? > Every idea and approach is welcome. > > Sincerely > Hans >

[Gambas-user] Serialization Database query result

2017-07-29 Thread Hans Lehmann
Hello. What is the possibility to serialize the result of a database query (data type result)? Every idea and approach is welcome. Sincerely Hans -- Check out the vibrant tech community on one of the world's most engag

Re: [Gambas-user] Serialization

2010-10-03 Thread BenoƮt Minisini
> Hi! > I spotted these lines from svn log: > > [INTERPRETER] > * NEW: The READ instruction can read arrays and collections with > 'AS Object' as well as 'AS Variant'. > > [INTERPRETER] > * NEW: WRITE and READ instructions can handle collections and arrays. Call > that "serialization". > >

[Gambas-user] Serialization

2010-10-03 Thread Jussi Lahtinen
Hi! I spotted these lines from svn log: [INTERPRETER] * NEW: The READ instruction can read arrays and collections with 'AS Object' as well as 'AS Variant'. [INTERPRETER] * NEW: WRITE and READ instructions can handle collections and arrays. Call that "serialization". Can you give me example