Results 1 to 4 of 4

Thread: Application Path? RESOLVED

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2005
    Posts
    300

    Resolved Application Path? RESOLVED

    Code:
    Set cn = New ADODB.Connection 'we've declared it as a ADODB connection lets set it.
        cn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
          "Data Source= C:\Documents and Settings\Rick\Desktop\~Uni Work~\Poker Buddy\DB1.mdb" 'this is the connection string explained in the notes section.
    instead of C:\Documents and Settings\Rick\Desktop\~Uni Work~\Poker Buddy\ i just want App.Path & DB1.mdb

    but i keep getting an error not sure where to put all the speech marks. Any help ?
    Last edited by Ricky1; Jul 10th, 2006 at 12:29 PM.
    Im Learning !!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width