saya sedang mendesign sebuah web berbasis peta yang terkoneksi dengan
database Oracle..saya pake ASP,biasanya saya cuman make Ms
Access...dan kalo di access, ada class dan module buat jadi parameter
ke webnya...misal kayak gini :

class :

Option Compare Database
Option Explicit

Private oReg As New imsUtil.RegParams
Private oWeb As New imsUtil.WebFuncs

Public Function Add()
  If Not oWeb.RegisterServer(oReg) Then
    MsgBox "Nope"
  End If
End Function

Public Function Remove()
  oWeb.UNRegisterServer oReg
End Function

Private Sub Class_Initialize()
With oReg
  .HostURL = "http://aardvark/servlet/com.esri.esrimap.Esrimap";
  .Machine = "aardvark"
  .MaxPending = 5
  .Timeout = 20
  .Retry = 5
  .Port = "8888"
  .Name = "Acess1"
End With

End Sub

Private Sub Class_Terminate()
Set oReg = Nothing
Set oWeb = Nothing
End Sub

module :

Option Compare Database
Option Explicit

Public WebLink1 As New WebLink
Public imsUtil As New Class1






Public Sub Start()
    WebLink1.MapPort = 8888
    WebLink1.Start
    
    imsUtil.Add

End Sub


nah,yang saya mau tanyakan...kalo di Oracle buat bikin class n module
(VB) kayak gitu bisa g ya ?gimana caranya? oh ya,saya pake Oracle 9i

terima kasih sebelumnya

saya mengharapkan bantuannya







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/I258zB/QnQLAA/TtwFAA/PhFolB/TM
--------------------------------------------------------------------~-> 

--
-----------I.N.D.O - O.R.A.C.L.E---------------
Keluar: [EMAIL PROTECTED]
Website: http://indo-oracle.lizt.org (NEW)
-----------------------------------------------

Bergabung dengan Indonesia Thin Client User Groups, 
Terminal Server, Citrix, New Moon Caneveral, di:
http://indo-thin.vze.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/indo-oracle/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Kirim email ke