127.0.0.1"
After editing:
ObjCon.open "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Password=sa;Initial Catalog=NREGA;Data Source= NICDRD"
Similarly you mention the machine-name in ‘ConnectNREGAUpload.asp’ also.
The line to be edited in ‘ConnectNREGAuploaded.asp’:
Getcon.open "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;password=sa;Initial Catalog=NREGAupload;Data Source=127.0.0.1"
After editing:
Getcon.open "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;password=sa;Initial Catalog=NREGAupload;Data Source=NICDRD"
Similarly you mention the machine-name in ‘ConnectNREGApk.asp’ also.
ObjCon1.open "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Password=sa;Initial Catalog=NREGA;Data Source=
|