FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Discussion
   General Processing Discussion
(Moderators: fry, REAS)
   data access
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: data access  (Read 551 times)
jobu


data access
« on: Sep 25th, 2003, 8:16pm »

I read somewhere on this forum that Processing will eventually use some of the Java methods that work directly with data. jdbc, etc.... Does anyone know if this has been implemented yet or if there are any examples? thx.
 
Bijeoma

myloveiloved
Re: data access
« Reply #1 on: Sep 26th, 2003, 12:25am »

here are some references i found concerning jdbc:
 
http://proce55ing.net/discourse/yabb/board_BugFixes_action_disp_lay_num_1063891994.html
http://proce55ing.net/discourse/yabb/board_general_action_displ_ay_num_1045685703_start_1.html
 
as for file/data access:
 
loadStream()
loadStrings()
loadBytes()
saveStrings()
saveBytes()  
 
those are built in p5 functions for reading and writing content. i think that answers your question
 
bryan
« Last Edit: Sep 26th, 2003, 1:14am by Bijeoma »  
Pages: 1 

« Previous topic | Next topic »