Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old September 5th, 2008, 10:15 PM
_Who
Guest
 
Posts: n/a
Default Do I have to get the hosting service to create the database?

This is probably a dumb question because I've been looking in asp.NET books
and the Internet an find no reference at all, but here goes.

If I want to, for example, save the username and password in a database,
what do I have to do to create the database.

I've read about the connecting to a database, but that appears to assume the
database exists.

Do I have to get the hosting service to create the database?

If so, how is this usually done - what do I have to tell them about the
configuration and administrators?


Thanks


  #2  
Old September 5th, 2008, 10:25 PM
Mark Rae [MVP]
Guest
 
Posts: n/a
Default Re: Do I have to get the hosting service to create the database?

"_Who" <CalWhoNOSPAN@roadrunner.comwrote in message
news:usaMrp5DJHA.528@TK2MSFTNGP06.phx.gbl...
Quote:
Do I have to get the hosting service to create the database?
Depends on a) the hosting service and b) the RDBMS.

What did they say when you asked them...?


--
Mark Rae
ASP.NET MVP
http://www.markrae.net

  #3  
Old September 5th, 2008, 11:05 PM
_Who
Guest
 
Posts: n/a
Default Re: Do I have to get the hosting service to create the database?


"Mark Rae [MVP]" <mark@markNOSPAMrae.netwrote in message
news:%23QS0hv5DJHA.3740@TK2MSFTNGP05.phx.gbl...
Quote:
"_Who" <CalWhoNOSPAN@roadrunner.comwrote in message
news:usaMrp5DJHA.528@TK2MSFTNGP06.phx.gbl...
>
Quote:
>Do I have to get the hosting service to create the database?
>
Depends on a) the hosting service and b) the RDBMS.
>
What did they say when you asked them...?
>
>
--
Mark Rae
ASP.NET MVP
http://www.markrae.net
That would have been too easy.
I don't have one yet.
Still learning on my machine.

So I'm wondering, if they create it, how much detail about it do they have
to be told.
If I'm not familiar with these details I'd like to read about them before
hand.

If they support ASP.NET is MS SQL Server the usual DB?

Thanks




  #4  
Old September 5th, 2008, 11:15 PM
Mark Rae [MVP]
Guest
 
Posts: n/a
Default Re: Do I have to get the hosting service to create the database?

"_Who" <CalWhoNOSPAN@roadrunner.comwrote in message
news:eslIQJ6DJHA.4224@TK2MSFTNGP04.phx.gbl...
Quote:
Quote:
>What did they say when you asked them...?
>
That would have been too easy.
I don't have one yet.
Still learning on my machine.
>
So I'm wondering, if they create it, how much detail about it do they have
to be told.
Again, it really will depend on the host and the RDBMS. Some will simply
want to know how much database space you require so that they can charge you
appropriately...
Quote:
If they support ASP.NET is MS SQL Server the usual DB?
Again, there are no hard and fast rules about this... Some hosts support
MySQL instead of SQL Server because MySQL is free...


--
Mark Rae
ASP.NET MVP
http://www.markrae.net

  #5  
Old September 5th, 2008, 11:15 PM
George
Guest
 
Posts: n/a
Default Re: Do I have to get the hosting service to create the database?

You do not need hosting...
You can download MS SQL Express edition from Microsoft (it's free) and
install it on your system to learn how to use DB from ASP.NET

George.


"_Who" <CalWhoNOSPAN@roadrunner.comwrote in message
news:eslIQJ6DJHA.4224@TK2MSFTNGP04.phx.gbl...
Quote:
>
"Mark Rae [MVP]" <mark@markNOSPAMrae.netwrote in message
news:%23QS0hv5DJHA.3740@TK2MSFTNGP05.phx.gbl...
Quote:
>"_Who" <CalWhoNOSPAN@roadrunner.comwrote in message
>news:usaMrp5DJHA.528@TK2MSFTNGP06.phx.gbl...
>>
Quote:
>>Do I have to get the hosting service to create the database?
>>
>Depends on a) the hosting service and b) the RDBMS.
>>
>What did they say when you asked them...?
>>
>>
>--
>Mark Rae
>ASP.NET MVP
>http://www.markrae.net
That would have been too easy.
I don't have one yet.
Still learning on my machine.
>
So I'm wondering, if they create it, how much detail about it do they have
to be told.
If I'm not familiar with these details I'd like to read about them before
hand.
>
If they support ASP.NET is MS SQL Server the usual DB?
>
Thanks
>
>
>
>
  #6  
Old September 6th, 2008, 04:25 PM
Norman Yuan
Guest
 
Posts: n/a
Default Re: Do I have to get the hosting service to create the database?

The most important thing to the OP would be knowing what is database first.

"George" <noemail@comcast.netwrote in message
news:ew9YDP6DJHA.616@TK2MSFTNGP06.phx.gbl...
Quote:
You do not need hosting...
You can download MS SQL Express edition from Microsoft (it's free) and
install it on your system to learn how to use DB from ASP.NET
>
George.
>
>
"_Who" <CalWhoNOSPAN@roadrunner.comwrote in message
news:eslIQJ6DJHA.4224@TK2MSFTNGP04.phx.gbl...
Quote:
>>
>"Mark Rae [MVP]" <mark@markNOSPAMrae.netwrote in message
>news:%23QS0hv5DJHA.3740@TK2MSFTNGP05.phx.gbl...
Quote:
>>"_Who" <CalWhoNOSPAN@roadrunner.comwrote in message
>>news:usaMrp5DJHA.528@TK2MSFTNGP06.phx.gbl...
>>>
>>>Do I have to get the hosting service to create the database?
>>>
>>Depends on a) the hosting service and b) the RDBMS.
>>>
>>What did they say when you asked them...?
>>>
>>>
>>--
>>Mark Rae
>>ASP.NET MVP
>>http://www.markrae.net
>That would have been too easy.
>I don't have one yet.
>Still learning on my machine.
>>
>So I'm wondering, if they create it, how much detail about it do they
>have to be told.
>If I'm not familiar with these details I'd like to read about them before
>hand.
>>
>If they support ASP.NET is MS SQL Server the usual DB?
>>
>Thanks
>>
>>
>>
>>
>
  #7  
Old September 6th, 2008, 06:55 PM
_Who
Guest
 
Posts: n/a
Default Re: Do I have to get the hosting service to create the database?


"Mark Rae [MVP]" <mark@markNOSPAMrae.netwrote in message
news:eJs$NN6DJHA.680@TK2MSFTNGP03.phx.gbl...
Quote:
"_Who" <CalWhoNOSPAN@roadrunner.comwrote in message
news:eslIQJ6DJHA.4224@TK2MSFTNGP04.phx.gbl...
>
Quote:
Quote:
>>What did they say when you asked them...?
>>
>That would have been too easy.
>I don't have one yet.
>Still learning on my machine.
>>
>So I'm wondering, if they create it, how much detail about it do they
>have to be told.
>
Again, it really will depend on the host and the RDBMS. Some will simply
want to know how much database space you require so that they can charge
you appropriately...
>
Quote:
>If they support ASP.NET is MS SQL Server the usual DB?
>
Again, there are no hard and fast rules about this... Some hosts support
MySQL instead of SQL Server because MySQL is free...
>
>
--
Mark Rae
ASP.NET MVP
http://www.markrae.net
I think I understand now. Thanks


 

Bookmarks

Thread Tools

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles