<% ' Declare our variables... always good practice! Dim cnnSimple ' ADO connection Dim rstSimple ' ADO recordset Dim strDBPath ' path to our Access database (*.mdb) file ' MapPath of virtual database file path to a physical path. ' If you want you could hard code a physical path here. strDBPath = Server.MapPath("cmppdata\cmpp.mdb") ' Create an ADO Connection to connect to the scratch database. ' We're using OLE DB but you could just as easily use ODBC or a DSN. Set cnnSimple = Server.CreateObject("ADODB.Connection") ' This line is for the Access sample database: cnnSimple.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & strDBPath & ";" ' Execute a query using the connection object. Set rstSeminar = cnnSimple.Execute("SELECT * FROM tblSeminars ORDER BY SeminarID;") %>
CMPP Logo

 

Cellular and Molecular

Pharmacology and Physiology

CMPP Home Button
Admissions Button
Forms Button
Research Button
CMPP Courses Button
Seminars Button
CMPP Faculty Button
Pharmacology Button
Physiology Department Button
Students Button
Journal Clubs Button
Graduate School Button
School of Medicine Button
UNR Home Button
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 

 
Seminar Schedule:

JUNE 5

Research Rounds

PETER BAYGUINOV

A WINDOW INTO THE COLONIC MIGRATING MOTOR COMPLEX: Ca2+ IMAGING OF MYENTERIC GANGLIA

Manville Auditorium,  4.00 PM

Flier         Flier PDF

 

 

 

 

__________________________________________________________________________________

 

Microscope Images provided by William Hatton , Ph.D., of Pharmacology, COBRE Core C Copyright © 2005 All rights reserved.

Last Modified: May 30, 2008
    N Home         University of Nevada, Reno