Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Data retrieval with C#

New Here ,
May 22, 2007 May 22, 2007

Copy link to clipboard

Copied

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
TOPICS
Server side applications

Views

286
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
May 22, 2007 May 22, 2007

Copy link to clipboard

Copied

LATEST
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.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines