Skip to main content
May 22, 2007
Question

Data retrieval with C#

  • May 22, 2007
  • 1 reply
  • 304 views
Greetings Guys,
I am developing some analytical tools that make calls to databases. Currently programming them in C#.
I want to make the tools available on a webpage (local server) so that that the access to the tools instant (hopefully blink of an eye).

My 3 short questions are:
(1) If i am setting up a website structure in dreamweaver, what do i need to consider up front so that i can connect all the C# files later.
(2) Can dreamweaver do the same by itself without me coding in C#? i.e. Connecting to the databases (MS access right now, sql server later) and retrieving arrays of data?
(3) Do you know that dreamweaver maintains the integrity of data without corrupting it?

Your help is appreciated in advance.
Khattab
This topic has been closed for replies.

1 reply

Inspiring
May 23, 2007
1) I wouldn't recommend DW for developing C# apps.
2) DW allow you to create connections to the DB.
2) DW does not have anything to do with maintaining or managing data. DW is just an interface to create web pages, it is not like a DBMS or anything like that.

DW does not support the .NET framework very well at all, it is nearly non-existent. I would recommend using Visual Studio for .NET development.