surfermac 0 Report post Posted August 23, 2009 i was wondering how to connect to the database from some other source like java or html i just got to know that the connections are made through a jdbc or odbc connection but how to establish them is the question if anyone could answer iti would be happy Share this post Link to post Share on other sites
yordan 10 Report post Posted August 23, 2009 You could get the phpBB forum application from https://www.phpbb.com/ and have a look at the install.php sources inorder to see how are expressed in php the inserts, select and create table in the database. Share this post Link to post Share on other sites
iGuest 3 Report post Posted March 25, 2010 Connect to db from Java and embedding SQLHow To Connect A Java Applet Or The Html To A DatabaseCheck this link ( http://forums.xisto.com/no_longer_exists/ ) for a reply to your question. Here you will find detailed description of how to connect to a SQL server database from Java and pass embedded SQL. It describes how to create the connection string, pass parameters to the embedded SQL queries and stored procedures. -reply by Shahriar Nour Khondokar Share this post Link to post Share on other sites