Some chat program advice..

bfsog

Well-known member
Joined
Apr 21, 2005
Messages
50
Location
UK
Programming Experience
5-10
Im toying with the idea of creating a chat room.

My thinking: I would have a database on some webspace, and the app would send/receive to/from there.

Some questions:

1: can a .net app pull/insert data from a database from a web server?

2: can a .net app create a database table (such as create a new chat room)?

Thsnks in advance
 
1 - yes you can have a database on a web server

2 - yes a .net app can create database tables. What goes in the table is entirely upto you though
 
Back
Top