If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > How can i create a physical database in the MSSQL SERVER

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-09-03, 04:59
jolla jolla is offline
Registered User
 
Join Date: Oct 2003
Location: Manila
Posts: 1
Wink How can i create a physical database in the MSSQL SERVER

Im doing a application using delphi. my problem is how can i create a physical database in the ms sql server without using Enterprise Manager. I cant find method or procedure in delphi. Or any way that can i create or write a script (stored procedure) inside MS SQL SERVER during runtime of my application. without using enterprise manager?

Help me. or any idea or any suggestion what will do. Kindly give me sample source code how to do it. Thanks.
Reply With Quote
  #2 (permalink)  
Old 10-24-03, 07:25
fastluck fastluck is offline
Registered User
 
Join Date: Oct 2003
Location: Tijeras, NM
Posts: 12
__________________
I love animals. They're delicious.
Reply With Quote
  #3 (permalink)  
Old 10-28-03, 09:25
PepLS PepLS is offline
Registered User
 
Join Date: Oct 2003
Location: Barcelona
Posts: 1
Re: How can i create a physical database in the MSSQL SERVER

Check out this:
http://msdn.microsoft.com/library/de...ortal_7ap1.asp

If you are using the BDE to acces the server you must write
some CREATE DATABASE sentences and execute them
using a TQuery.


Quote:
Originally posted by jolla
Im doing a application using delphi. my problem is how can i create a physical database in the ms sql server without using Enterprise Manager. I cant find method or procedure in delphi. Or any way that can i create or write a script (stored procedure) inside MS SQL SERVER during runtime of my application. without using enterprise manager?

Help me. or any idea or any suggestion what will do. Kindly give me sample source code how to do it. Thanks.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On