SaiyanJin
Junior Member
 
115 Posts |
Posted - 31 March 2001 : 13:42:01
|
I'm on NT 4 with IIS 4. I'm making connections to my database and I always need to call the msado.dll using metatype.
the connection for this forum database doesn't require it. How is that done? and.. wats the difference between "my_conn" : a connection, in.. my_conn.execute(ssql)
and this: rs.open ssql, my_conn, adOpenDynamic, adLockReadOnly
thanks for the explanation.
|
|