| Author |
mysql_query()
|
Ken Rubin
Ranch Hand
Joined: Mar 08, 2004
Posts: 66
|
|
Hello, Can I call mysql_query() construct from a java program or something like it? (I want to use a LOAD INFILE ... from a text file to database and run it from java). Thanks, Ken
|
 |
Scott Selikoff
Saloon Keeper
Joined: Oct 23, 2005
Posts: 3652
|
|
|
You mean bulk load a script? Sure, Statement.executeQuery() can support multiple calls in some databases. Granted, you're not really doing much JDBC in this manner.
|
My Blog: Down Home Country Coding with Scott Selikoff
|
 |
 |
|
|
subject: mysql_query()
|
|
|