Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JDBC and Relational Databases
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework
this week in the
Java in General
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Liutauras Vilda
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Devaka Cooray
Paul Clapham
Saloon Keepers:
Scott Selikoff
Tim Holloway
Piet Souris
Mikalai Zaikin
Frits Walraven
Bartenders:
Stephan van Hulst
Carey Brown
Forum:
JDBC and Relational Databases
help
geeta anjali
Greenhorn
Posts: 1
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
how to run sql backup file from front end(
java
code)?
normally we run in sql command client with 'source' but that is not working from front end
Paul Sturrock
Bartender
Posts: 10336
I like...
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
What do you mean by "front end"?
Normally we run SQL in Java using
JDBC
, and we access files using the java.io package.
JavaRanch FAQ
HowToAskQuestionsOnJavaRanch
Shobhit Khandelwal
Greenhorn
Posts: 24
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
You can run any file from front end(java code) using classes from java.io package. It an be .sql file also.
Fatih Keles
Ranch Hand
Posts: 182
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
What do you mean by sql backup file? Do you wish to init a database backup from java code? What is your database vendor? Database backup tools are vendor specific.
Regards,
Fatih.
David O'Meara
Rancher
Posts: 13459
I like...
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Welcome to the Ranch!
Please
UseAMeaningfulSubjectLine
The fastest and most reliable components of any system are those that are not there. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Servlets and PL\SQL
front end send sql, backend generate and send error message
How to return cusror from PL/SQL script?
hibernate is backend technology or front end
Databse Cursor not getting closed
More...