Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by PramodKumarSrivastav

  1. PramodKumarSrivastav

    Use ASP Application to connect to Oracle Database

    Here is the sample code. Make sure you fill up the 1. Service name which is in tnsnames.ora file 2. User Code 3. Password FYI, it works on my system. Make sure you have Net8 Installed on your Webserver. <html> <body> <% Set OraSession = CreateObject("OracleInProcServer.XOraSession") Set...
  2. PramodKumarSrivastav

    msFlexGrid on HTML Page

    Well my answer to your post is a guess. I think for accessing the component you have to register them otherwise you cant access them. Generally for accessing any component used by an application, we install the application such that the component gets accessed. Now coming back to your...

Part and Inventory Search

Back
Top