Board index » delphi » Urgent: ASP-->Delphi3-->Oracle Backend ????
mAx
![]() Delphi Developer |
Tue, 11 Dec 2001 03:00:00 GMT
Urgent: ASP-->Delphi3-->Oracle Backend ????
Does anyone know how to implement the above using COM ???
Are there any samples or URLs I can refer to in order to implement the above method??? I had written the following code: procedure Tlogin.verifyuser; begin SqlStr := ''; PasWord:=UpperCase(Trim(FieldByName('Password').Asstring)); end; end; The ASP codes: set obj = Server.CreateObject("logpro.login") But when i run on the webpage, the error message says that: error '8000ffff' Where can i check for the meaning of the ASP error code like '8000ffff'? Thanx. |