Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 SQL DB on website how ??

Author  Topic 

pi4r0n
Starting Member

5 Posts

Posted - 2008-08-02 : 09:37:45
Hi guys

I have got my SQl DB ready finaly :) but i got a big big problem with implementiong it to web.

I have search this forum (not all topics :) ) and got pdf books etc and can not find the answare. Can some one point me in the right direction (link would be OK) on what I need to do in order to have my SQL BD on web.

PS. I am not English so sorry for any mistakes.

Cheers 4 any help

pi4r0n

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-08-02 : 14:27:49
What do you mean 'implementiong it to web'? Publish data to web page? Take look at reporting service.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-08-02 : 14:32:36
or do you mean access over internet?

http://msdn.microsoft.com/en-us/library/ms175483.aspx
Go to Top of Page

pi4r0n
Starting Member

5 Posts

Posted - 2008-08-02 : 15:05:09
OK guys

I think I was not clear with what I want :)

I would like to have a website and BD. I mean people to write something on website and all information would be saved in my BD.

Sorry but I can not exactly explane what I mean.

Hope you understand what I need

Cheers

pi4r0n
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-08-02 : 15:14:38
quote:
Originally posted by pi4r0n

OK guys

I think I was not clear with what I want :)

I would like to have a website and BD. I mean people to write something on website and all information would be saved in my BD.

Sorry but I can not exactly explane what I mean.

Hope you understand what I need

Cheers

pi4r0n


you just need to use some application as your front end and any db engines like sql server on backend.
Go to Top of Page

pi4r0n
Starting Member

5 Posts

Posted - 2008-08-02 : 15:38:18
:)

OK one again and this time I will be really specific :).

I got website ready and database as well.

Now how do I do that information typed on website for example registration, names, addresses etc.. will be saved in database :)

That should clear all confusions.

Sorry for stupid question :( I know you don't like these kind of

Cheers

pi4r0n
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-08-02 : 15:59:58
You have to write code in your app to connect to db and insert data to table.
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2008-08-04 : 04:04:59
Find samples at www.asp.net

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

pi4r0n
Starting Member

5 Posts

Posted - 2008-08-08 : 09:49:31
THX madhivanan looks good but do you guys have anything from beginning.

I mean something for beginner.

TA

pi4r0n
Go to Top of Page

rohitkumar
Constraint Violating Yak Guru

472 Posts

Posted - 2008-08-08 : 10:23:50
try to look for a simple example and play around with the code. who suggested you to go for sql server?

Go to Top of Page

pi4r0n
Starting Member

5 Posts

Posted - 2008-08-13 : 09:31:28
Hello rohitkumar

We got sql server at work; so that was best and quickest solution for me :)

I am getting there slowly :(
Go to Top of Page
   

- Advertisement -