finding a program to build a Database application

  • Thread starter Thread starter Leo Zhang
  • Start date Start date
L

Leo Zhang

Hello , Is there a development software that i can use it to connect to the
enterprise SQL Server and build a program to interact with Database stored
in the server?
 
Leo Zhang said:
Hello , Is there a development software that i can use it to connect to the
enterprise SQL Server and build a program to interact with Database stored
in the server?

There are numerous. Visual Studio, various borland tools, vbscript, or even
macros written in VBA. There are far too many to mention.

What are you trying to do?
 
Hi, Andrew
I installed a SQL2000, But I dont have the GUI program to make the
end-user can input the data and do datequery.I want to find a simple program
with that i can customise the GUI , and interact with database.
 
Leo Zhang said:
Hi, Andrew
I installed a SQL2000, But I dont have the GUI program to make the
end-user can input the data and do datequery.I want to find a simple
program with that i can customise the GUI , and interact with database.

The simplest way to do this would be through MS Access. Just point it at the
SQL server.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top