Link to home
Start Free TrialLog in
Avatar of KNVB HK
KNVB HKFlag for Hong Kong

asked on

SQL server, IIS, VBscript

My company have 1 SQL server and 1 Internet Information server.
I have want to write a VB script to build an intranet applicaiton to access the SQL server via Internet Information server.

Can you tell me what is simplest way to do this task?
Avatar of connex
connex
Flag of Germany image

have you had a look at the samples that come along with the IIS?
There is a database sample among it ...


Avatar of KNVB HK

ASKER

Do you mean IIS come with some sample code?
Can you tell me how can I locate it?


Well at least the version I use came along with some samples.
There is one called samples\dbsamp\ located in the wwwroot
Directory.
 
Avatar of raky
raky

The simplest way is to Configure correctly your SQL server,
Adding a Database into your ODBC using a SQL driver, and
then everything should be possible :-)
ASKER CERTIFIED SOLUTION
Avatar of odessa
odessa

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial