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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

conn, 3 ????

Status
Not open for further replies.

Portmoon

Programmer
Feb 24, 2003
11
0
0
MY
Hi,

In relation to database connection can anyone tell what (conn, 3) does at the end of this line of code???

rs.open "SELECT tableField.* FROM table", conn, 3

Thanks,

Kieran
 
forum333 _________________________________________________________
for the best results to your questions: FAQ333-2924
[sub]01001111 01101110 01110000 01101110 01110100[/sub]
onpnt2.gif
[sup] [/sub]
 
Portmoon,

Check out Devguru at:

Take a look at the above page. Details ADO, Recordset.Open method.

recordsetobject.Open Source, ActiveConnection, CursorType, LockType, Options

conn in your example is referring to the ADO connection which is an object. (I think that is correct terminology.)

Hope this helps.

DougCranston
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top