First, Server End 1, modify Oracle_Home / Network / Admin / TNSNAME / Network / Admin / TNSNames.ora, add a TNS, for example: tgpmstns = (deScription = (address = (address = (protocol = TCP) (Host = 192.168.15.248) (port = 1521 ))) 2, set the system data source in the control panel, ie DSN, for example: DSN, for example: data source name: TGPMSDB (any name) User Name: Xuy_3G Server: TGPMSTNS (Ie the TNS of the first step) Second, the Client terminal 1, configure TNS: TGPMSTNS 2 as the Server end, configure DSN: TGPMSDB as the Server end
Third, the Client side sets InterDev 1. Open InterDev, create new Project, select the server address as 192.168.16.41:9999 2, the presented Project, for example: cyweb 3, right-click Global.asa, choose Add Data Connect, select The machine data source can be found in Global.asa, the content is: DSN = TGPMSTNS User ID = Xuy_3g Password = 8888 UID = Xuy_3G Server = TGPMSTNS