Results 1 to 7 of 7

Thread: can't open my database

Threaded View

  1. #5
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758
    Names is a Keyword or a Reserved word. When a Keyword is usesd to name a database object, you must surround it with square brackets in your sql statement.

    oRs.Open "[names]", oCn, adOpenKeyset, adLockOptimistic, adCmdTable
    Last edited by brucevde; Oct 26th, 2004 at 10:28 AM.

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