In my project i want to create a database through my application, how can create new database using sql statement.( i.e create database...)
bnitishpai 0 Newbie Poster
Recommended Answers
Jump to PostWhat database server are you using? Most of them don't let you change the path, it's established when the database server is installed. And after thinking about it I don't think you can create a new database via programming languages because the language has to have a connection to an …
Jump to PostThey can also be created using stored procedures, assuming you have the permissions to do that.
All 9 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
bnitishpai 0 Newbie Poster
ChrisHunter 152 Posting Whiz in Training Featured Poster
ChrisHunter 152 Posting Whiz in Training Featured Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
ChrisHunter 152 Posting Whiz in Training Featured Poster
adam_k 239 Master Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
pssingh1001 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.