Thank you. I think I got it now. On Wednesday, October 9, 2013 7:08:13 PM UTC-4, Thomas Mueller wrote: > > Hi, > > Do you want to connect to the database that is calling the stored > procedure? If yes see > http://h2database.com/html/features.html#user_defined_functions section > "Functions That Require a Connection". > > Regards, > Thomas > > > > On Thu, Oct 10, 2013 at 12:30 AM, <[email protected] <javascript:>>wrote: > >> Hello, >> >> I am having hard time understanding this: when using a stored procedure, >> since I'm connecting to a database in there like so >> DriverManager.getConnection("jdbc:h2:" >> + databasePath, "app", "app");, those user name and password need to be >> passed to the server somehow (well, over a network), what would be the >> standard approach regarding security, ease of use and all? Do I need it >> user credentials at all? Can it somehow be configured on the database side? >> >> Thank you very much, >> Ivan >> >> -- >> You received this message because you are subscribed to the Google Groups >> "H2 Database" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/h2-database. >> For more options, visit https://groups.google.com/groups/opt_out. >> > >
-- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/groups/opt_out.
