Hi All,
Could we write a stored Procedure in asp connected to an Access db.
I have four table sin Ms Access
sql1-account id, account name
sql2-account id, email id
sql3- account id, contract number, cstart date, cend date, downloadurl, econtact, mstatus
sql4-account name, userid, pwd
I want this condition to be satisfied:
if cstart date= cend date, and email id=econtact and maintenance contract is yes- then:
retrive user id, pwd and download url from all these tables taking the account if as primary key to match 4 tables...
Anyone familiar with this, please help me in gettnig the value with a stored procedure...
Thanks,
Tanya
Could we write a stored Procedure in asp connected to an Access db.
I have four table sin Ms Access
sql1-account id, account name
sql2-account id, email id
sql3- account id, contract number, cstart date, cend date, downloadurl, econtact, mstatus
sql4-account name, userid, pwd
I want this condition to be satisfied:
if cstart date= cend date, and email id=econtact and maintenance contract is yes- then:
retrive user id, pwd and download url from all these tables taking the account if as primary key to match 4 tables...
Anyone familiar with this, please help me in gettnig the value with a stored procedure...
Thanks,
Tanya
Comment