Posts by bcfurtado • 86 points
2 posts
- 
		6 votes2 answers24015 viewsA: How to write multiple records in a table at the same time MysqlMysql does not support Insert in Multi-tables. That is, it is not possible to insert data with a single query in different tables. However, it supports inserting multiple data into a single table at… 
- 
		1 votes1 answer1150 viewsA: How to import the Httpclient library?You have to specify the libraries you are using in your classpath. However depending on the type of project you are developing, there are some "conventions". For example, if you are creating a web…