Can any one tell me what the connection string for a SQL connection should be for :--

Dim dbconn As New SqlConnection _("DataSource=C:\PROJECTS\GraphicsProject.mdb")

I am working on a standalone computer and do not know the exact name of the sql server. Do I need this and if so, how do i find it ?

Thanks a million.