Hi,

can any one help me , How I can coonect to SQL EXPRESS database using
Classic asp.

Regards,
Fayyaz

Re: ASP Classic and SQL EXPRESS by M

M
Thu Mar 06 08:46:50 CST 2008

"Driver={SQL
Server};Server=SERVERNAME\SQLEXPRESS;Database=DBNAME;UID=UID;PWD=PASS"

Fayyaz wrote:
> Hi,
>
> can any one help me , How I can coonect to SQL EXPRESS database using
> Classic asp.
>
> Regards,
> Fayyaz
>
>

Re: ASP Classic and SQL EXPRESS by Bob

Bob
Thu Mar 06 10:33:22 CST 2008

Fayyaz wrote:
> Hi,
>
> can any one help me , How I can coonect to SQL EXPRESS database using
> Classic asp.
>
Same as any other database, just use the appropriate OLE DB connection
string which can be found at www.connectionstrings .com (avoid the ODBC
connection strings)

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.